summaryrefslogtreecommitdiff
path: root/fai_gestion/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'fai_gestion/composer.json')
-rw-r--r--fai_gestion/composer.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/fai_gestion/composer.json b/fai_gestion/composer.json
index 7787c9a..d370f55 100644
--- a/fai_gestion/composer.json
+++ b/fai_gestion/composer.json
@@ -13,7 +13,7 @@
"mobiledetect/mobiledetectlib": "2.*"
},
"require-dev": {
- "cakephp/bake": "^1.1",
+ "cakephp/bake": "~1.0",
"cakephp/cakephp-codesniffer": "^3.0",
"cakephp/debug_kit": "^3.15.0",
"psy/psysh": "@stable"
@@ -25,13 +25,15 @@
},
"autoload": {
"psr-4": {
- "App\\": "src/"
+ "App\\": "src/",
+ "CustomTheme\\": "./plugins/CustomTheme/src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Test\\": "tests/",
- "Cake\\Test\\": "vendor/cakephp/cakephp/tests/"
+ "Cake\\Test\\": "vendor/cakephp/cakephp/tests/",
+ "CustomTheme\\Test\\": "./plugins/CustomTheme/tests/"
}
},
"scripts": {