Enforce php8 requirement
This commit is contained in:
parent
22f87d4f96
commit
4fe1bd997a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
"license": "CC0-1.0",
|
||||
"require": {
|
||||
"php": "^7.4|^8.0",
|
||||
"php": "^8.0",
|
||||
"ext-intl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-dom": "*",
|
||||
|
|
Loading…
Add table
Reference in a new issue