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

Merge pull request #682 from angrybrad/master

Add PHP 8 support in composer.json
This commit is contained in:
Elan Ruusamäe
2021-03-11 13:47:59 +02:00
committed by GitHub

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",