mirror of
https://github.com/flextype/flextype.git
synced 2025-08-05 04:37:43 +02:00
@@ -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": {
|
||||
|
@@ -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).
|
||||
|
@@ -16,7 +16,7 @@
|
||||
"issues": "https://github.com/flextype/issues"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1.3"
|
||||
"php": ">=7.2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
@@ -16,7 +16,7 @@
|
||||
"issues": "https://github.com/flextype/issues"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1.3"
|
||||
"php": ">=7.2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
Reference in New Issue
Block a user