Changing PHP version constraint to allow PHP 8.0 usage.
This commit is contained in:
parent
f63f693df4
commit
99c179e7a2
|
@ -12,7 +12,7 @@
|
||||||
],
|
],
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4.0",
|
"php": ">=7.4.0",
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"ext-hash": "*",
|
"ext-hash": "*",
|
||||||
"ext-iconv": "*",
|
"ext-iconv": "*",
|
||||||
|
|
Loading…
Reference in a new issue