Skip to content

Commit

Permalink
Merge pull request #1491 from LoicBoursin/fix-php81-fatal-error
Browse files Browse the repository at this point in the history
chore: upgrade imagine/imagine to prevent fatal error when using PHP 8.1 & opcache
  • Loading branch information
dbu authored Nov 7, 2022
2 parents ba164fe + 23c13d3 commit d865681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d865681

Please sign in to comment.