Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Add composer support
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom Seddon committed Feb 6, 2014
1 parent 434bc9d commit 16ad381
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions 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"
}
}

0 comments on commit 16ad381

Please sign in to comment.