summaryrefslogtreecommitdiff
path: root/fai_gestion/plugins/CustomTheme/composer.json
diff options
context:
space:
mode:
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/"
+ }
+ }
+}