diff --git a/composer.json b/composer.json index 7fae6f6..8e64f89 100644 --- a/composer.json +++ b/composer.json @@ -1,36 +1,36 @@ { - "name" : "thomseddon/cakephp-oauth-server", - "description" : "CakePHP OAuth2 Server Plugin", - "type" : "cakephp-plugin", - "authors" : [{ - "name" : "Thom Seddon", - "homepage" : "http://www.thomseddon.co.uk/", - "role" : "Author" - }, { - "name" : "CakePHP Community", - "homepage" : "https://github.com/thomseddon/cakephp-oauth-server/graphs/contributors" - } - ], - "keywords" : [ - "cakephp", - "oauth", - "server" - ], - "homepage" : "https://github.com/thomseddon/cakephp-oauth-server", - "license" : [ - "MIT" - ], - "require" : { - "composer/installers" : "*", - "php" : ">=5.3.0" - }, - "support" : { - "forum" : "http://stackoverflow.com/tags/cakephp", - "source" : "https://github.com/thomseddon/cakephp-oauth-server", - "issues" : "https://github.com/thomseddon/cakephp-oauth-serverissues", - "irc" : "irc://irc.freenode.org/cakephp" - }, - "extra" : { - "installer-name" : "OAuth" - } + "name" : "thomseddon/cakephp-oauth-server", + "description" : "CakePHP OAuth2 Server Plugin", + "type" : "cakephp-plugin", + "authors" : [{ + "name" : "Thom Seddon", + "homepage" : "http://www.thomseddon.co.uk/", + "role" : "Author" + }, { + "name" : "CakePHP Community", + "homepage" : "https://github.com/thomseddon/cakephp-oauth-server/graphs/contributors" + } + ], + "keywords" : [ + "cakephp", + "oauth", + "server" + ], + "homepage" : "https://github.com/thomseddon/cakephp-oauth-server", + "license" : [ + "MIT" + ], + "require" : { + "composer/installers" : "*", + "php" : ">=5.3.0" + }, + "support" : { + "forum" : "http://stackoverflow.com/tags/cakephp", + "source" : "https://github.com/thomseddon/cakephp-oauth-server", + "issues" : "https://github.com/thomseddon/cakephp-oauth-server/issues", + "irc" : "irc://irc.freenode.org/cakephp" + }, + "extra" : { + "installer-name" : "OAuth" + } } \ No newline at end of file