summaryrefslogtreecommitdiff
path: root/fai_gestion/plugins/CustomTheme/composer.json
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-07-16 13:24:18 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-07-16 13:26:14 +0200
commit31a40cfc446c9586f89a4aa69ef76d76d469e5a4 (patch)
treea68141ff714b1e91027d551d38fabc792bd498e7 /fai_gestion/plugins/CustomTheme/composer.json
parentc9939556d486da50f180ce424dd456252b1e0349 (diff)
downloadchd_gestion-31a40cfc446c9586f89a4aa69ef76d76d469e5a4.zip
chd_gestion-31a40cfc446c9586f89a4aa69ef76d76d469e5a4.tar.gz
chd_gestion-31a40cfc446c9586f89a4aa69ef76d76d469e5a4.tar.bz2
Bake : setup and create empty CustomTheme
Diffstat (limited to 'fai_gestion/plugins/CustomTheme/composer.json')
-rw-r--r--fai_gestion/plugins/CustomTheme/composer.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/fai_gestion/plugins/CustomTheme/composer.json b/fai_gestion/plugins/CustomTheme/composer.json
new file mode 100644
index 0000000..ddbb4a3
--- /dev/null
+++ b/fai_gestion/plugins/CustomTheme/composer.json
@@ -0,0 +1,23 @@
+{
+ "name": "your-name-here/CustomTheme",
+ "description": "CustomTheme plugin for CakePHP",
+ "type": "cakephp-plugin",
+ "license": "MIT",
+ "require": {
+ "cakephp/cakephp": "^3.5"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^5.7.14|^6.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "CustomTheme\\": "src/"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "CustomTheme\\Test\\": "tests/",
+ "Cake\\Test\\": "vendor/cakephp/cakephp/tests/"
+ }
+ }
+}