From 709d46f54b020db60a5795febf3cd8ffe0551300 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 08:42:34 +0000 Subject: [PATCH] Update dependency intervention/image to v3 --- src/composer.json | 2 +- src/composer.lock | 114 +++++++++++++++++++++++++++++++++------------- 2 files changed, 83 insertions(+), 33 deletions(-) diff --git a/src/composer.json b/src/composer.json index 7840b3895..c0c5369c8 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.3.2", "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 e4f25986d..52c8b9e31 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": "8491cd268a615ee409f5721bafedf703", + "content-hash": "dadb24c06f16486d26ecc0645c526f0c", "packages": [ { "name": "artesaos/seotools", @@ -2151,51 +2151,101 @@ }, "time": "2023-03-06T01:06:05+00:00" }, + { + "name": "intervention/gif", + "version": "4.0.1", + "source": { + "type": "git", + "url": "https://github.com/Intervention/gif.git", + "reference": "3d4fa6e5eed87f344ada9c0beb410d68e9f274ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Intervention/gif/zipball/3d4fa6e5eed87f344ada9c0beb410d68e9f274ae", + "reference": "3d4fa6e5eed87f344ada9c0beb410d68e9f274ae", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "require-dev": { + "phpstan/phpstan": "^1", + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.8" + }, + "type": "library", + "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/4.0.1" + }, + "funding": [ + { + "url": "https://paypal.me/interventionio", + "type": "custom" + }, + { + "url": "https://github.com/Intervention", + "type": "github" + } + ], + "time": "2024-01-27T08:01:45+00:00" + }, { "name": "intervention/image", - "version": "2.7.2", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/Intervention/image.git", - "reference": "04be355f8d6734c826045d02a1079ad658322dad" + "reference": "8494cc91e3906e36ca58acc3dfe70fa331520b88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad", - "reference": "04be355f8d6734c826045d02a1079ad658322dad", + "url": "https://api.github.com/repos/Intervention/image/zipball/8494cc91e3906e36ca58acc3dfe70fa331520b88", + "reference": "8494cc91e3906e36ca58acc3dfe70fa331520b88", "shasum": "" }, "require": { - "ext-fileinfo": "*", - "guzzlehttp/psr7": "~1.1 || ^2.0", - "php": ">=5.4.0" + "ext-mbstring": "*", + "intervention/gif": "^4.0.1", + "php": "^8.1" }, "require-dev": { - "mockery/mockery": "~0.9.2", - "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15" + "mockery/mockery": "^1.6", + "phpstan/phpstan": "^1", + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.8" }, "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" + "ext-exif": "Recommended to be able to read EXIF data properly." }, "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\\Image\\": "src/Intervention/Image" + "Intervention\\Image\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -2209,19 +2259,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.3.2" }, "funding": [ { @@ -2233,7 +2283,7 @@ "type": "github" } ], - "time": "2022-05-21T17:30:32+00:00" + "time": "2024-01-27T19:34:18+00:00" }, { "name": "invisnik/laravel-steam-auth",