diff --git a/composer.json b/composer.json index 89bf9e8f87d5..223566c639a8 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,7 @@ "gedmo/doctrine-extensions": "^3.2.0", "google/cloud-pubsub": "1.29.1", "guzzlehttp/guzzle": "^6.5.8", - "imagine/imagine": "1.2.4", + "imagine/imagine": "1.3.5", "justinrainbow/json-schema": "^5.2", "khaled.alshamaa/ar-php": "^6.2", "lcobucci/jwt": "~4.1.5", diff --git a/composer.lock b/composer.lock index 6067841bde57..3c352be172c1 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": "5b4be6ee6a1b1a8f628170d71ed91441", + "content-hash": "3f89364ec5c6a92ebfdb3aa16e8cf9d6", "packages": [ { "name": "akeneo/oauth-server-bundle", @@ -3465,26 +3465,26 @@ }, { "name": "imagine/imagine", - "version": "1.2.4", + "version": "1.3.5", "source": { "type": "git", "url": "https://github.com/php-imagine/Imagine.git", - "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8" + "reference": "7151d553edec4dc2bbac60419f7a74ff34700e7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-imagine/Imagine/zipball/d2e18be6e930ca169e4f921ef73ebfc061bf55d8", - "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8", + "url": "https://api.github.com/repos/php-imagine/Imagine/zipball/7151d553edec4dc2bbac60419f7a74ff34700e7f", + "reference": "7151d553edec4dc2bbac60419f7a74ff34700e7f", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": ">=5.5" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.2", "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3" }, "suggest": { + "ext-exif": "to read EXIF metadata", "ext-gd": "to use the GD implementation", "ext-gmagick": "to use the Gmagick implementation", "ext-imagick": "to use the Imagick implementation" @@ -3492,7 +3492,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-develop": "0.7-dev" + "dev-develop": "1.x-dev" } }, "autoload": { @@ -3521,9 +3521,9 @@ ], "support": { "issues": "https://github.com/php-imagine/Imagine/issues", - "source": "https://github.com/php-imagine/Imagine/tree/1.2.4" + "source": "https://github.com/php-imagine/Imagine/tree/1.3.5" }, - "time": "2020-11-03T22:35:03+00:00" + "time": "2023-06-07T14:49:52+00:00" }, { "name": "justinrainbow/json-schema",