1
0
mirror of https://github.com/flextype/flextype.git synced 2025-09-09 04:31:07 +02:00

feat(core): Moving to PHP 7.3.0 #456

This commit is contained in:
Awilum
2020-08-15 01:42:19 +03:00
parent 81392c1acb
commit ad31b20a70
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
"issues": "https://github.com/flextype/flextype/issues"
},
"require": {
"php": ">=7.2.5",
"php": ">=7.3.0",
"ext-json": "*",
"ext-dom": "*",
"ext-spl": "*",
@@ -68,7 +68,7 @@
"apcu-autoloader": true,
"optimize-autoloader": true,
"platform": {
"php": "7.2.5"
"php": "7.3.0"
}
},
"autoload": {