fix PHP version

This commit is contained in:
Joby Elliott 2018-08-23 21:54:45 -06:00
parent 51bb73ffdf
commit c82d29ac34

View file

@ -3,7 +3,7 @@
"description": "Abstraction layer for constructing arbitrary HTML tags in PHP", "description": "Abstraction layer for constructing arbitrary HTML tags in PHP",
"type": "library", "type": "library",
"require": { "require": {
"php": ">-7.1" "php": ">=7.1"
}, },
"license": "MIT", "license": "MIT",
"authors": [{ "authors": [{