Added apcu autoloader optimization

This commit is contained in:
Matias Griese 2018-10-16 13:02:32 +03:00
parent df5f7f4890
commit f43ab0ed59
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# v1.6.0-beta.4
## mm/dd/2018
1. [](#improved)
* Added apcu autoloader optimization
# v1.6.0-beta.3
## 10/15/2018

View File

@ -53,6 +53,7 @@
"victorjonsson/markdowndocs": "dev-master"
},
"config": {
"apcu-autoloader": true,
"platform": {
"php": "7.1.3"
}

View File

@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.6.0-beta.3');
define('GRAV_VERSION', '1.6.0-beta.4');
define('GRAV_TESTING', true);
define('DS', '/');