build(deps): bump simonhamp/the-og from 0.2.2 to 0.4.0

Bumps [simonhamp/the-og](https://github.com/simonhamp/the-og) from 0.2.2 to 0.4.0.
- [Release notes](https://github.com/simonhamp/the-og/releases)
- [Commits](https://github.com/simonhamp/the-og/compare/v0.2.2...v0.4.0)

---
updated-dependencies:
- dependency-name: simonhamp/the-og
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-01-15 03:06:27 +00:00
committed by GitHub
parent 5c6f13a072
commit 5bd3977849
2 changed files with 22 additions and 14 deletions

View File

@@ -24,7 +24,7 @@
"laravel/tinker": "^2.8", "laravel/tinker": "^2.8",
"league/flysystem-aws-s3-v3": "^3.0", "league/flysystem-aws-s3-v3": "^3.0",
"saade/blade-iconsax": "^1.1", "saade/blade-iconsax": "^1.1",
"simonhamp/the-og": "^0.2.2", "simonhamp/the-og": "^0.4.0",
"spatie/laravel-backup": "^8.3", "spatie/laravel-backup": "^8.3",
"spatie/laravel-query-builder": "^5.6", "spatie/laravel-query-builder": "^5.6",
"spatie/sheets": "^1.10", "spatie/sheets": "^1.10",

34
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "b911118ecb3088a07b792a244ee4bf7b", "content-hash": "4aad231dd714f9e0f4e8544098ca6221",
"packages": [ "packages": [
{ {
"name": "andcarpi/laravel-popper", "name": "andcarpi/laravel-popper",
@@ -1969,16 +1969,16 @@
}, },
{ {
"name": "intervention/image", "name": "intervention/image",
"version": "3.2.2", "version": "3.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Intervention/image.git", "url": "https://github.com/Intervention/image.git",
"reference": "71bb0e3449bbbfdf47a0d0f2860af7e5e90428e6" "reference": "e04c51b367fad2b010758e74528041484cd8d2f7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/71bb0e3449bbbfdf47a0d0f2860af7e5e90428e6", "url": "https://api.github.com/repos/Intervention/image/zipball/e04c51b367fad2b010758e74528041484cd8d2f7",
"reference": "71bb0e3449bbbfdf47a0d0f2860af7e5e90428e6", "reference": "e04c51b367fad2b010758e74528041484cd8d2f7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1991,6 +1991,9 @@
"phpstan/phpstan": "^1", "phpstan/phpstan": "^1",
"phpunit/phpunit": "^9" "phpunit/phpunit": "^9"
}, },
"suggest": {
"ext-exif": "Recommended to be able to read EXIF data properly."
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@@ -2020,7 +2023,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Intervention/image/issues", "issues": "https://github.com/Intervention/image/issues",
"source": "https://github.com/Intervention/image/tree/3.2.2" "source": "https://github.com/Intervention/image/tree/3.2.4"
}, },
"funding": [ "funding": [
{ {
@@ -2032,7 +2035,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-01-07T09:11:20+00:00" "time": "2024-01-14T07:47:00+00:00"
}, },
{ {
"name": "laminas/laminas-diactoros", "name": "laminas/laminas-diactoros",
@@ -4750,16 +4753,16 @@
}, },
{ {
"name": "simonhamp/the-og", "name": "simonhamp/the-og",
"version": "v0.2.2", "version": "v0.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/simonhamp/the-og.git", "url": "https://github.com/simonhamp/the-og.git",
"reference": "2221ff4594baae5d381603be11b57205afa45934" "reference": "bc4605d34594e86fbbcca4e90fef4d13faec2d70"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/simonhamp/the-og/zipball/2221ff4594baae5d381603be11b57205afa45934", "url": "https://api.github.com/repos/simonhamp/the-og/zipball/bc4605d34594e86fbbcca4e90fef4d13faec2d70",
"reference": "2221ff4594baae5d381603be11b57205afa45934", "reference": "bc4605d34594e86fbbcca4e90fef4d13faec2d70",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4767,6 +4770,11 @@
"intervention/image": "^3.1", "intervention/image": "^3.1",
"php": "^8.2" "php": "^8.2"
}, },
"require-dev": {
"phpunit/phpunit": "^10.5",
"spatie/phpunit-snapshot-assertions": "^5.1.1",
"spatie/pixelmatch-php": "^1.0"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@@ -4786,7 +4794,7 @@
"description": "OpenGraph Image Generator for PHP", "description": "OpenGraph Image Generator for PHP",
"support": { "support": {
"issues": "https://github.com/simonhamp/the-og/issues", "issues": "https://github.com/simonhamp/the-og/issues",
"source": "https://github.com/simonhamp/the-og/tree/v0.2.2" "source": "https://github.com/simonhamp/the-og/tree/v0.4.0"
}, },
"funding": [ "funding": [
{ {
@@ -4794,7 +4802,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-01-06T01:22:40+00:00" "time": "2024-01-13T04:43:50+00:00"
}, },
{ {
"name": "spatie/db-dumper", "name": "spatie/db-dumper",