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:
Alexey Eschenko 2020-11-30 10:59:55 +00:00
commit 7904ebea84
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
],
"type": "project",
"require": {
"php": "^7.4.0",
"php": ">=7.4.0",
"ext-ctype": "*",
"ext-hash": "*",
"ext-iconv": "*",