|
|
@@ -1,39 +1,38 @@
|
|
|
{
|
|
|
- "name": "cakephp/cakephp",
|
|
|
- "description": "The CakePHP framework",
|
|
|
- "type": "library",
|
|
|
- "keywords": ["framework"],
|
|
|
- "homepage": "http://cakephp.org",
|
|
|
- "license": "MIT",
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "CakePHP Community",
|
|
|
- "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/cakephp/cakephp/issues",
|
|
|
- "forum": "http://stackoverflow.com/tags/cakephp",
|
|
|
- "irc": "irc://irc.freenode.org/cakephp",
|
|
|
- "source": "https://github.com/cakephp/cakephp"
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.4.19",
|
|
|
- "ext-intl": "*",
|
|
|
- "ext-mcrypt": "*",
|
|
|
- "ext-mbstring": "*",
|
|
|
- "nesbot/Carbon": "1.8.*"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "3.7.33"
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Cake\\": "src",
|
|
|
- "Cake\\Test\\": "tests"
|
|
|
- }
|
|
|
- },
|
|
|
- "bin": [
|
|
|
- "src/Console/cake"
|
|
|
- ]
|
|
|
+ "name": "cakephp/cakephp",
|
|
|
+ "description": "The CakePHP framework",
|
|
|
+ "type": "library",
|
|
|
+ "keywords": ["framework"],
|
|
|
+ "homepage": "http://cakephp.org",
|
|
|
+ "license": "MIT",
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "CakePHP Community",
|
|
|
+ "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/cakephp/cakephp/issues",
|
|
|
+ "forum": "http://stackoverflow.com/tags/cakephp",
|
|
|
+ "irc": "irc://irc.freenode.org/cakephp",
|
|
|
+ "source": "https://github.com/cakephp/cakephp"
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.19",
|
|
|
+ "ext-mcrypt": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "nesbot/Carbon": "1.8.*"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "3.7.33"
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Cake\\": "src",
|
|
|
+ "Cake\\Test\\": "tests"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "src/Console/cake"
|
|
|
+ ]
|
|
|
}
|