1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-06 06:07:24 +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
},
"require": {
"php": "^5.3.0 || ^7.0",
"php": "^5.3.0 || ^7.0 || ^8.0",
"ext-pcre": "*",
"intervention/httpauth": "^2.0|^3.0",
"marcusschwarz/lesserphp": "^0.5.1",