diff --git a/composer.json b/composer.json index fe7d09fe..50e3651c 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "bacon/bacon-qr-code": "^3.0", "dansup/klipy-php": "1.1.0", "firebase/php-jwt": "^7.0", - "intervention/image-laravel": "^1.5", + "intervention/image-laravel": "^4.0", "laravel/framework": "^12.0", "laravel/horizon": "^5.33", "laravel/passport": "^13.0", diff --git a/composer.lock b/composer.lock index df6da51f..2f5ed71c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "746e3201f6d4382ef8d5ba3181ab702f", + "content-hash": "8964f7ca71ba080cadec8e361ed430cb", "packages": [ { "name": "aws/aws-crt-php", @@ -1609,26 +1609,26 @@ }, { "name": "intervention/gif", - "version": "4.2.4", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/Intervention/gif.git", - "reference": "c3598a16ebe7690cd55640c44144a9df383ea73c" + "reference": "d856f59205aec768059d837148d755c079cdb94a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/gif/zipball/c3598a16ebe7690cd55640c44144a9df383ea73c", - "reference": "c3598a16ebe7690cd55640c44144a9df383ea73c", + "url": "https://api.github.com/repos/Intervention/gif/zipball/d856f59205aec768059d837148d755c079cdb94a", + "reference": "d856f59205aec768059d837148d755c079cdb94a", "shasum": "" }, "require": { - "php": "^8.1" + "php": "^8.3" }, "require-dev": { "phpstan/phpstan": "^2.1", - "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0", + "phpunit/phpunit": "^12.0", "slevomat/coding-standard": "~8.0", - "squizlabs/php_codesniffer": "^3.8" + "squizlabs/php_codesniffer": "^4" }, "type": "library", "autoload": { @@ -1647,7 +1647,7 @@ "homepage": "https://intervention.io/" } ], - "description": "Native PHP GIF Encoder/Decoder", + "description": "PHP GIF Encoder/Decoder", "homepage": "https://github.com/intervention/gif", "keywords": [ "animation", @@ -1657,7 +1657,7 @@ ], "support": { "issues": "https://github.com/Intervention/gif/issues", - "source": "https://github.com/Intervention/gif/tree/4.2.4" + "source": "https://github.com/Intervention/gif/tree/5.0.0" }, "funding": [ { @@ -1673,33 +1673,33 @@ "type": "ko_fi" } ], - "time": "2026-01-04T09:27:23+00:00" + "time": "2026-03-21T05:08:17+00:00" }, { "name": "intervention/image", - "version": "3.11.7", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/Intervention/image.git", - "reference": "2159bcccff18f09d2a392679b81a82c5a003f9bb" + "reference": "3c449518c7782ea7454d18c4a7a54e6c2250e889" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/image/zipball/2159bcccff18f09d2a392679b81a82c5a003f9bb", - "reference": "2159bcccff18f09d2a392679b81a82c5a003f9bb", + "url": "https://api.github.com/repos/Intervention/image/zipball/3c449518c7782ea7454d18c4a7a54e6c2250e889", + "reference": "3c449518c7782ea7454d18c4a7a54e6c2250e889", "shasum": "" }, "require": { "ext-mbstring": "*", - "intervention/gif": "^4.2", - "php": "^8.1" + "intervention/gif": "^5", + "php": "^8.3" }, "require-dev": { "mockery/mockery": "^1.6", "phpstan/phpstan": "^2.1", - "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0", + "phpunit/phpunit": "^12.0", "slevomat/coding-standard": "~8.0", - "squizlabs/php_codesniffer": "^3.8" + "squizlabs/php_codesniffer": "^4" }, "suggest": { "ext-exif": "Recommended to be able to read EXIF data properly." @@ -1733,7 +1733,7 @@ ], "support": { "issues": "https://github.com/Intervention/image/issues", - "source": "https://github.com/Intervention/image/tree/3.11.7" + "source": "https://github.com/Intervention/image/tree/4.0.2" }, "funding": [ { @@ -1749,28 +1749,28 @@ "type": "ko_fi" } ], - "time": "2026-02-19T13:11:17+00:00" + "time": "2026-04-24T13:57:17+00:00" }, { "name": "intervention/image-laravel", - "version": "1.5.9", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/Intervention/image-laravel.git", - "reference": "a760b041e5133fd81509414f4955c93ffefb4a7b" + "reference": "03660a35e1007389db35f54fb44f4ae8fbfe0b2b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/image-laravel/zipball/a760b041e5133fd81509414f4955c93ffefb4a7b", - "reference": "a760b041e5133fd81509414f4955c93ffefb4a7b", + "url": "https://api.github.com/repos/Intervention/image-laravel/zipball/03660a35e1007389db35f54fb44f4ae8fbfe0b2b", + "reference": "03660a35e1007389db35f54fb44f4ae8fbfe0b2b", "shasum": "" }, "require": { "illuminate/http": "^8|^9|^10|^11|^12|^13", "illuminate/routing": "^8|^9|^10|^11|^12|^13", "illuminate/support": "^8|^9|^10|^11|^12|^13", - "intervention/image": "^3.11", - "php": "^8.1" + "intervention/image": "^4.0", + "php": "^8.3" }, "require-dev": { "ext-fileinfo": "*", @@ -1817,7 +1817,7 @@ ], "support": { "issues": "https://github.com/Intervention/image-laravel/issues", - "source": "https://github.com/Intervention/image-laravel/tree/1.5.9" + "source": "https://github.com/Intervention/image-laravel/tree/4.0.0" }, "funding": [ { @@ -1833,7 +1833,7 @@ "type": "ko_fi" } ], - "time": "2026-03-24T15:10:30+00:00" + "time": "2026-03-28T07:12:58+00:00" }, { "name": "laravel/framework",