mirror of
https://github.com/flextype/flextype.git
synced 2025-08-05 04:37:43 +02:00
feat(core): Moving to PHP 7.2.5 #444
This commit is contained in:
@@ -27,7 +27,7 @@ The underlying architecture of Flextype is built using well established and best
|
||||
Make sure your server meets the following requirements.
|
||||
|
||||
* Webserver (Apache with Mod Rewrite)
|
||||
* PHP 7.2.0 or higher
|
||||
* PHP 7.2.5 or higher
|
||||
|
||||
#### PHP EXTENSIONS
|
||||
Flextype needs the following PHP extensions to be enabled:
|
||||
|
@@ -17,7 +17,7 @@
|
||||
"issues": "https://github.com/flextype/flextype/issues"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2.0",
|
||||
"php": ">=7.2.5",
|
||||
"ext-json": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-spl": "*",
|
||||
@@ -67,7 +67,7 @@
|
||||
"apcu-autoloader": true,
|
||||
"optimize-autoloader": true,
|
||||
"platform": {
|
||||
"php": "7.2.0"
|
||||
"php": "7.2.5"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
Reference in New Issue
Block a user