From 2f0a07febcf6832394f0b719c1ca5e082c126b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 20:57:40 +0000 Subject: [PATCH] Bump intervention/image from 3.7.1 to 3.10.1 Bumps [intervention/image](https://github.com/Intervention/image) from 3.7.1 to 3.10.1. - [Release notes](https://github.com/Intervention/image/releases) - [Commits](https://github.com/Intervention/image/compare/3.7.1...3.10.1) --- updated-dependencies: - dependency-name: intervention/image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/composer.lock b/composer.lock index ee9a21b..21ec73d 100644 --- a/composer.lock +++ b/composer.lock @@ -1441,16 +1441,16 @@ }, { "name": "intervention/gif", - "version": "4.1.0", + "version": "4.2.0", "source": { "type": "git", "url": "https://github.com/Intervention/gif.git", - "reference": "3a2b5f8a8856e8877cdab5c47e51aab2d4cb23a3" + "reference": "42c131a31b93c440ad49061b599fa218f06f93be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/gif/zipball/3a2b5f8a8856e8877cdab5c47e51aab2d4cb23a3", - "reference": "3a2b5f8a8856e8877cdab5c47e51aab2d4cb23a3", + "url": "https://api.github.com/repos/Intervention/gif/zipball/42c131a31b93c440ad49061b599fa218f06f93be", + "reference": "42c131a31b93c440ad49061b599fa218f06f93be", "shasum": "" }, "require": { @@ -1489,7 +1489,7 @@ ], "support": { "issues": "https://github.com/Intervention/gif/issues", - "source": "https://github.com/Intervention/gif/tree/4.1.0" + "source": "https://github.com/Intervention/gif/tree/4.2.0" }, "funding": [ { @@ -1499,33 +1499,37 @@ { "url": "https://github.com/Intervention", "type": "github" + }, + { + "url": "https://ko-fi.com/interventionphp", + "type": "ko_fi" } ], - "time": "2024-03-26T17:23:47+00:00" + "time": "2024-09-20T13:35:02+00:00" }, { "name": "intervention/image", - "version": "3.7.1", + "version": "3.10.1", "source": { "type": "git", "url": "https://github.com/Intervention/image.git", - "reference": "137bdb356aacc01409d22aee3f0904497616cf3c" + "reference": "8230387f14d5727745934673ebe70fdbe161f581" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/image/zipball/137bdb356aacc01409d22aee3f0904497616cf3c", - "reference": "137bdb356aacc01409d22aee3f0904497616cf3c", + "url": "https://api.github.com/repos/Intervention/image/zipball/8230387f14d5727745934673ebe70fdbe161f581", + "reference": "8230387f14d5727745934673ebe70fdbe161f581", "shasum": "" }, "require": { "ext-mbstring": "*", - "intervention/gif": "^4.1", + "intervention/gif": "^4.2", "php": "^8.1" }, "require-dev": { "mockery/mockery": "^1.6", - "phpstan/phpstan": "^1", - "phpunit/phpunit": "^10.0", + "phpstan/phpstan": "^2", + "phpunit/phpunit": "^10.0 || ^11.0", "slevomat/coding-standard": "~8.0", "squizlabs/php_codesniffer": "^3.8" }, @@ -1561,7 +1565,7 @@ ], "support": { "issues": "https://github.com/Intervention/image/issues", - "source": "https://github.com/Intervention/image/tree/3.7.1" + "source": "https://github.com/Intervention/image/tree/3.10.1" }, "funding": [ { @@ -1571,9 +1575,13 @@ { "url": "https://github.com/Intervention", "type": "github" + }, + { + "url": "https://ko-fi.com/interventionphp", + "type": "ko_fi" } ], - "time": "2024-06-29T07:51:20+00:00" + "time": "2024-12-27T14:53:08+00:00" }, { "name": "laravel/framework",