fix PHP version
This commit is contained in:
parent
51bb73ffdf
commit
c82d29ac34
1 changed files with 1 additions and 1 deletions
|
@ -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": [{
|
||||||
|
|
Loading…
Reference in a new issue