Bump intervention/image from 3.3.1 to 3.5.1 #484

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/intervention/image-3.5.1 into main

43
composer.lock generated
View File

@@ -1871,16 +1871,16 @@
},
{
"name": "intervention/gif",
"version": "4.0.0",
"version": "4.0.2",
"source": {
"type": "git",
"url": "https://github.com/Intervention/gif.git",
"reference": "521010e0cf1f5cde9df54b8adcd7496ab5f1504f"
"reference": "c2b07d1f69709e196c8b4ced423449a7e0f3b925"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Intervention/gif/zipball/521010e0cf1f5cde9df54b8adcd7496ab5f1504f",
"reference": "521010e0cf1f5cde9df54b8adcd7496ab5f1504f",
"url": "https://api.github.com/repos/Intervention/gif/zipball/c2b07d1f69709e196c8b4ced423449a7e0f3b925",
"reference": "c2b07d1f69709e196c8b4ced423449a7e0f3b925",
"shasum": ""
},
"require": {
@@ -1888,7 +1888,9 @@
},
"require-dev": {
"phpstan/phpstan": "^1",
"phpunit/phpunit": "^9"
"phpunit/phpunit": "^9",
"slevomat/coding-standard": "~8.0",
"squizlabs/php_codesniffer": "^3.8"
},
"type": "library",
"autoload": {
@@ -1917,33 +1919,44 @@
],
"support": {
"issues": "https://github.com/Intervention/gif/issues",
"source": "https://github.com/Intervention/gif/tree/4.0.0"
"source": "https://github.com/Intervention/gif/tree/4.0.2"
},
"time": "2024-01-06T16:35:57+00:00"
"funding": [
{
"url": "https://paypal.me/interventionio",
"type": "custom"
},
{
"url": "https://github.com/Intervention",
"type": "github"
}
],
"time": "2024-02-18T15:36:58+00:00"
},
{
"name": "intervention/image",
"version": "3.3.1",
"version": "3.5.1",
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
"reference": "fd09f59b09b3f1ee9ad90a893230781f03d1e33d"
"reference": "67be90e5700370c88833190d4edc07e4bb7d157b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/fd09f59b09b3f1ee9ad90a893230781f03d1e33d",
"reference": "fd09f59b09b3f1ee9ad90a893230781f03d1e33d",
"url": "https://api.github.com/repos/Intervention/image/zipball/67be90e5700370c88833190d4edc07e4bb7d157b",
"reference": "67be90e5700370c88833190d4edc07e4bb7d157b",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"intervention/gif": "^4",
"intervention/gif": "^4.0.1",
"php": "^8.1"
},
"require-dev": {
"mockery/mockery": "^1.6",
"phpstan/phpstan": "^1",
"phpunit/phpunit": "^9",
"phpunit/phpunit": "^10.0",
"slevomat/coding-standard": "~8.0",
"squizlabs/php_codesniffer": "^3.8"
},
"suggest": {
@@ -1978,7 +1991,7 @@
],
"support": {
"issues": "https://github.com/Intervention/image/issues",
"source": "https://github.com/Intervention/image/tree/3.3.1"
"source": "https://github.com/Intervention/image/tree/3.5.1"
},
"funding": [
{
@@ -1990,7 +2003,7 @@
"type": "github"
}
],
"time": "2024-01-22T17:56:18+00:00"
"time": "2024-03-22T07:12:19+00:00"
},
{
"name": "laravel/framework",