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:
@@ -49,6 +49,12 @@
|
||||
"respect/validation": "^1.0",
|
||||
"monolog/monolog": "^1.24"
|
||||
},
|
||||
"config": {
|
||||
"apcu-autoloader": true,
|
||||
"platform": {
|
||||
"php": "7.1.3"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"flextype"
|
||||
|
Reference in New Issue
Block a user