Skip to content

Commit

Permalink
Ajout du webroot
Browse files Browse the repository at this point in the history
  • Loading branch information
aosifre committed Dec 21, 2016
1 parent 1f46e14 commit dbd5646
Show file tree
Hide file tree
Showing 6 changed files with 13,921 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
/app/Config/core.php
/app/Config/database.php
/vendors/*
grumphp.yml
33 changes: 33 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "neopel/cakephp-plugin-jquery",
"description": "CakePHP plugin jquery",
"homepage": "https://github.com/neopel/JqueryPlugin",
"type": "cakephp-plugin",
"license": "GNU",
"version": "1.0.1",
"require": {
"php": ">=5.5.9",
"cakephp/cakephp": "~3.3"
},
"require-dev": {
"psy/psysh": "@stable",
"cakephp/bake": "~1.1",
"phpunit/phpunit": "~4.8",
"phpro/grumphp": "^0.10.1",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"friendsofphp/php-cs-fixer": "~1"
},
"suggest": {
"phpunit/phpunit": "Allows automated tests to be run without system-wide install.",
"cakephp/cakephp-codesniffer": "Allows to check the code against the coding standards used in CakePHP."
},
"autoload": {
"psr-4": {
"JqueryPlugin\\": "src"
}
},
"scripts": {
"post-autoload-dump": "Cake\\Composer\\Installer\\PluginInstaller::postAutoloadDump"
},
"minimum-stability": "stable"
}
Loading

0 comments on commit dbd5646

Please sign in to comment.