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:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user