1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 18:36:39 +02:00

composer.json: apcu-autoloader added for APCu cache as a fallback for the class map. #117

This commit is contained in:
Awilum
2019-06-10 14:04:56 +03:00
parent 5d8e062637
commit f7b0a9ae3c

View File

@@ -49,6 +49,12 @@
"respect/validation": "^1.0",
"monolog/monolog": "^1.24"
},
"config": {
"apcu-autoloader": true,
"platform": {
"php": "7.1.3"
}
},
"autoload": {
"classmap": [
"flextype"