From 49760b8a22496f7818e9623fbcb18c4b908ee6e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 12:15:49 +0000 Subject: [PATCH] Bump imagine/imagine from 1.2.4 to 1.3.3 Bumps [imagine/imagine](https://github.com/php-imagine/Imagine) from 1.2.4 to 1.3.3. - [Release notes](https://github.com/php-imagine/Imagine/releases) - [Changelog](https://github.com/php-imagine/Imagine/blob/develop/CHANGELOG.md) - [Commits](https://github.com/php-imagine/Imagine/compare/1.2.4...1.3.3) --- updated-dependencies: - dependency-name: imagine/imagine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 8dd71a89c6f7..0469ef60f655 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.3", "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 023c731a07e4..aea298f3b2fc 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": "d418223385e3b14dbc0b3c58e4a23c5d", + "content-hash": "cbbe717e7104a458e5cafc97210dd180", "packages": [ { "name": "akeneo/oauth-server-bundle", @@ -3473,26 +3473,26 @@ }, { "name": "imagine/imagine", - "version": "1.2.4", + "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/php-imagine/Imagine.git", - "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8" + "reference": "a6e6da93ea0f76aba33b0e8ed1325523c0413da2" }, "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/a6e6da93ea0f76aba33b0e8ed1325523c0413da2", + "reference": "a6e6da93ea0f76aba33b0e8ed1325523c0413da2", "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" @@ -3500,7 +3500,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-develop": "0.7-dev" + "dev-develop": "1.x-dev" } }, "autoload": { @@ -3529,9 +3529,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.3" }, - "time": "2020-11-03T22:35:03+00:00" + "time": "2022-11-16T13:09:11+00:00" }, { "name": "justinrainbow/json-schema", @@ -18239,5 +18239,5 @@ "ext-zip": "*" }, "platform-dev": [], - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.3.0" }