From 01e95945ce053c8468bb5c001de14917038e93aa Mon Sep 17 00:00:00 2001 From: Stefan Dickmann Date: Tue, 22 Apr 2014 21:48:22 +0200 Subject: [PATCH] update composer.json --- composer.json | 58 +++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/composer.json b/composer.json index 59646d5e4..35e4052ab 100644 --- a/composer.json +++ b/composer.json @@ -1,31 +1,31 @@ { - "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.2.8", - "ext-mcrypt": "*" - }, - "require-dev": { - "phpunit/phpunit": "3.7.*", - "cakephp/debug_kit" : "2.2.*" - }, - "bin": [ - "lib/Cake/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.2.8", + "ext-mcrypt": "*" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*", + "cakephp/debug_kit" : "2.2.*" + }, + "bin": [ + "lib/Cake/Console/cake" + ] }