-
- Downloads
löschen
Showing
- .editorconfig 0 additions, 18 deletions.editorconfig
- .gitignore 0 additions, 2 deletions.gitignore
- .htaccess 0 additions, 5 deletions.htaccess
- .travis.yml 0 additions, 18 deletions.travis.yml
- README.md 0 additions, 24 deletionsREADME.md
- bin/cake 0 additions, 40 deletionsbin/cake
- bin/cake.bat 0 additions, 30 deletionsbin/cake.bat
- bin/cake.php 0 additions, 33 deletionsbin/cake.php
- composer.json 0 additions, 40 deletionscomposer.json
- composer.lock 0 additions, 1098 deletionscomposer.lock
- composer.phar 0 additions, 0 deletionscomposer.phar
- phpunit.xml.dist 0 additions, 33 deletionsphpunit.xml.dist
- plugins/Cakeless/Controller/Component/CakelessComponent.php 0 additions, 39 deletionsplugins/Cakeless/Controller/Component/CakelessComponent.php
- plugins/Cakeless/Vendor/leafo/lessphp/.travis.yml 0 additions, 16 deletionsplugins/Cakeless/Vendor/leafo/lessphp/.travis.yml
- plugins/Cakeless/Vendor/leafo/lessphp/LICENSE 0 additions, 660 deletionsplugins/Cakeless/Vendor/leafo/lessphp/LICENSE
- plugins/Cakeless/Vendor/leafo/lessphp/Makefile 0 additions, 7 deletionsplugins/Cakeless/Vendor/leafo/lessphp/Makefile
- plugins/Cakeless/Vendor/leafo/lessphp/README.md 0 additions, 96 deletionsplugins/Cakeless/Vendor/leafo/lessphp/README.md
- plugins/Cakeless/Vendor/leafo/lessphp/composer.json 0 additions, 32 deletionsplugins/Cakeless/Vendor/leafo/lessphp/composer.json
- plugins/Cakeless/Vendor/leafo/lessphp/docs/docs.md 0 additions, 1400 deletionsplugins/Cakeless/Vendor/leafo/lessphp/docs/docs.md
- plugins/Cakeless/Vendor/leafo/lessphp/lessc.inc.php 0 additions, 3766 deletionsplugins/Cakeless/Vendor/leafo/lessphp/lessc.inc.php
.editorconfig
deleted
100644 → 0
.gitignore
deleted
100644 → 0
.htaccess
deleted
100644 → 0
.travis.yml
deleted
100644 → 0
README.md
deleted
100644 → 0
bin/cake
deleted
100644 → 0
bin/cake.bat
deleted
100644 → 0
bin/cake.php
deleted
100644 → 0
composer.json
deleted
100644 → 0
{ | |||
"name": "cakephp/app", | |||
"description": "CakePHP skeleton app", | |||
"homepage": "http://cakephp.org", | |||
"type": "project", | |||
"license": "MIT", | |||
"require": { | |||
"php": ">=5.4.16", | |||
"cakephp/cakephp": "~3.0", | |||
"mobiledetect/mobiledetectlib": "2.*", | |||
"cakephp/migrations": "~1.0", | |||
"cakephp/plugin-installer": "*" | |||
}, | |||
"require-dev": { | |||
"psy/psysh": "@stable", | |||
"cakephp/debug_kit": "~3.0", | |||
"cakephp/bake": "~1.0" | |||
}, | |||
"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": { | |||
"App\\": "src" | |||
} | |||
}, | |||
"autoload-dev": { | |||
"psr-4": { | |||
"App\\Test\\": "tests", | |||
"Cake\\Test\\": "./vendor/cakephp/cakephp/tests" | |||
} | |||
}, | |||
"scripts": { | |||
"post-install-cmd": "App\\Console\\Installer::postInstall", | |||
"post-autoload-dump": "Cake\\Composer\\Installer\\PluginInstaller::postAutoloadDump" | |||
}, | |||
"minimum-stability": "dev", | |||
"prefer-stable": true | |||
} |
composer.lock
deleted
100644 → 0
This diff is collapsed.
composer.phar
deleted
100644 → 0
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
phpunit.xml.dist
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment