From 23c13d3f920f4f8f1e06cc9516fe0a8f2002494d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Boursin?= Date: Sun, 6 Nov 2022 16:56:07 +0100 Subject: [PATCH] chore: upgrade imagine/imagine to prevent fatal error when using PHP 8.1 & opcache --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 40a6f3aa..34328a8a 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": "^7.1|^8.0", "ext-mbstring": "*", - "imagine/imagine": "^1.2.4", + "imagine/imagine": "^1.3.2", "symfony/filesystem": "^3.4|^4.4|^5.3|^6.0", "symfony/finder": "^3.4|^4.4|^5.3|^6.0", "symfony/framework-bundle": "^3.4.23|^4.4|^5.3|^6.0",