1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-28 08:10:14 +02:00

Add PHP 8 support in composer.json

This commit is contained in:
Brad Bell
2020-10-23 12:53:19 -07:00
parent 8600312ed1
commit 69e3eb241f

View File

@@ -29,7 +29,7 @@
"sort-packages": true "sort-packages": true
}, },
"require": { "require": {
"php": "^5.3.0 || ^7.0", "php": "^5.3.0 || ^7.0 || ^8.0",
"ext-pcre": "*", "ext-pcre": "*",
"intervention/httpauth": "^2.0|^3.0", "intervention/httpauth": "^2.0|^3.0",
"marcusschwarz/lesserphp": "^0.5.1", "marcusschwarz/lesserphp": "^0.5.1",