From 91145f715644df14f003e703a2f1f9e8386a9357 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 22:02:11 +0000 Subject: [PATCH] Update dependency intervention/image to v3 --- src/composer.json | 2 +- src/composer.lock | 103 +++++++++++++++++++++++++++++++--------------- 2 files changed, 70 insertions(+), 35 deletions(-) diff --git a/src/composer.json b/src/composer.json index 1054f1db9..4b72fdad2 100644 --- a/src/composer.json +++ b/src/composer.json @@ -35,7 +35,7 @@ "guzzlehttp/guzzle": "7.8.1", "php-http/guzzle7-adapter": "1.0.0", "team-reflex/challonge-php": "5.0", - "intervention/image": "2.7.2", + "intervention/image": "3.2.1", "laravel/tinker": "2.8.2", "scssphp/scssphp": "1.12.0", "omnipay/paypal": "3.0.2", diff --git a/src/composer.lock b/src/composer.lock index 0ec3d438f..f173829fa 100644 --- a/src/composer.lock +++ b/src/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": "d5d72717864b95e4f765125b3079216f", + "content-hash": "dbf734f71ad65ac3a1d2d66c08a042d9", "packages": [ { "name": "artesaos/seotools", @@ -2077,50 +2077,85 @@ "time": "2023-03-06T01:06:05+00:00" }, { - "name": "intervention/image", - "version": "2.7.2", + "name": "intervention/gif", + "version": "3.0.0", "source": { "type": "git", - "url": "https://github.com/Intervention/image.git", - "reference": "04be355f8d6734c826045d02a1079ad658322dad" + "url": "https://github.com/Intervention/gif.git", + "reference": "cfececc760862f075a52acf747031bad08c8301b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad", - "reference": "04be355f8d6734c826045d02a1079ad658322dad", + "url": "https://api.github.com/repos/Intervention/gif/zipball/cfececc760862f075a52acf747031bad08c8301b", + "reference": "cfececc760862f075a52acf747031bad08c8301b", "shasum": "" }, "require": { - "ext-fileinfo": "*", - "guzzlehttp/psr7": "~1.1 || ^2.0", - "php": ">=5.4.0" + "php": "^8.0" }, "require-dev": { - "mockery/mockery": "~0.9.2", - "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15" - }, - "suggest": { - "ext-gd": "to use GD library based image processing.", - "ext-imagick": "to use Imagick based image processing.", - "intervention/imagecache": "Caching extension for the Intervention Image library" + "phpstan/phpstan": "^1", + "phpunit/phpunit": "^9" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.4-dev" - }, - "laravel": { - "providers": [ - "Intervention\\Image\\ImageServiceProvider" - ], - "aliases": { - "Image": "Intervention\\Image\\Facades\\Image" - } + "autoload": { + "psr-4": { + "Intervention\\Gif\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Oliver Vogel", + "email": "oliver@intervention.io", + "homepage": "https://intervention.io/" } + ], + "description": "Native PHP GIF Encoder/Decoder", + "homepage": "https://github.com/intervention/gif", + "keywords": [ + "animation", + "gd", + "gif", + "image" + ], + "support": { + "issues": "https://github.com/Intervention/gif/issues", + "source": "https://github.com/Intervention/gif/tree/3.0.0" }, + "time": "2023-11-27T18:54:30+00:00" + }, + { + "name": "intervention/image", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/Intervention/image.git", + "reference": "3f96a8f752f4db17cde0a152891bc332ea9aa28d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Intervention/image/zipball/3f96a8f752f4db17cde0a152891bc332ea9aa28d", + "reference": "3f96a8f752f4db17cde0a152891bc332ea9aa28d", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "intervention/gif": "^3", + "php": "^8.1" + }, + "require-dev": { + "mockery/mockery": "^1.6", + "phpstan/phpstan": "^1", + "phpunit/phpunit": "^9" + }, + "type": "library", "autoload": { "psr-4": { - "Intervention\\Image\\": "src/Intervention/Image" + "Intervention\\Image\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -2134,19 +2169,19 @@ "homepage": "https://intervention.io/" } ], - "description": "Image handling and manipulation library with support for Laravel integration", - "homepage": "http://image.intervention.io/", + "description": "PHP image manipulation", + "homepage": "https://image.intervention.io/", "keywords": [ "gd", "image", "imagick", - "laravel", + "resize", "thumbnail", "watermark" ], "support": { "issues": "https://github.com/Intervention/image/issues", - "source": "https://github.com/Intervention/image/tree/2.7.2" + "source": "https://github.com/Intervention/image/tree/3.2.1" }, "funding": [ { @@ -2158,7 +2193,7 @@ "type": "github" } ], - "time": "2022-05-21T17:30:32+00:00" + "time": "2023-12-30T20:10:28+00:00" }, { "name": "invisnik/laravel-steam-auth",