Merged in Alexey-Eschenko/composerjson-edited-online-with-bitbucke-1606733612401 (pull request #45)
Changing PHP version constraint to allow PHP 8.0 usage.
This commit is contained in:
commit
7904ebea84
|
@ -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