1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-16 19:58:14 +01:00

PHP 7.4 support

This commit is contained in:
Oliver Vogel 2021-11-05 18:12:20 +00:00
parent 7c6c7be2ba
commit 66d12c74a2

View File

@ -12,7 +12,7 @@
}
],
"require": {
"php": "^8",
"php": "^7.4|^8",
"intervention/gif": "dev-master",
"intervention/mimesniffer": "^0.4.2"
},