1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-05 04:37:43 +02:00

Flextype Core: Moving to PHP 7.2 #198 #186

This commit is contained in:
Awilum
2019-08-01 13:53:32 +03:00
parent 96ab7abbcc
commit 3ef62a4cb4
4 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
"issues": "https://github.com/flextype/flextype/issues"
},
"require": {
"php": ">=7.1.3",
"php": ">=7.2.0",
"ext-json": "*",
"ext-mbstring": "*",
@@ -61,7 +61,7 @@
"config": {
"apcu-autoloader": true,
"platform": {
"php": "7.1.3"
"php": "7.2.0"
}
},
"autoload": {

View File

@@ -15,7 +15,7 @@ namespace Flextype;
/**
* Define the application minimum supported PHP version.
*/
define('FLEXTYPE_MINIMUM_PHP', '7.1.3');
define('FLEXTYPE_MINIMUM_PHP', '7.2.0');
/**
* Define the PATH to the root directory (without trailing slash).

View File

@@ -16,7 +16,7 @@
"issues": "https://github.com/flextype/issues"
},
"require": {
"php": ">=7.1.3"
"php": ">=7.2.0"
},
"autoload": {
"classmap": [

View File

@@ -16,7 +16,7 @@
"issues": "https://github.com/flextype/issues"
},
"require": {
"php": ">=7.1.3"
"php": ">=7.2.0"
},
"autoload": {
"classmap": [