1
0
mirror of https://github.com/flextype/flextype.git synced 2025-09-09 12:40:50 +02:00

feat(core): set php require ^7.3 || ^8.0

This commit is contained in:
Awilum
2020-10-16 17:18:12 +03:00
parent 6291f62024
commit 5da4227fb9

View File

@@ -17,7 +17,7 @@
"issues": "https://github.com/flextype/flextype/issues"
},
"require": {
"php": ">=7.3.0",
"php": "^7.3 || ^8.0",
"ext-json": "*",
"ext-dom": "*",
"ext-spl": "*",