Changing PHP version constraint to allow PHP 8.0 usage.

This commit is contained in:
Alexey Eschenko 2020-11-30 10:54:03 +00:00
parent f63f693df4
commit 99c179e7a2
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": "*",