Enforce php8 requirement

This commit is contained in:
Jonny Barnes 2021-02-07 16:15:42 +00:00
parent 22f87d4f96
commit 4fe1bd997a

View file

@ -9,7 +9,7 @@
], ],
"license": "CC0-1.0", "license": "CC0-1.0",
"require": { "require": {
"php": "^7.4|^8.0", "php": "^8.0",
"ext-intl": "*", "ext-intl": "*",
"ext-json": "*", "ext-json": "*",
"ext-dom": "*", "ext-dom": "*",