Skip to content

Commit

Permalink
Adding composer.json file for composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
webtechnick committed Oct 4, 2013
1 parent 7420959 commit 0cc69b6
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "webtechnick/CakePHP-Facebook-Plugin",
"description": "CakePHP Facebook Plugin",
"type": "cakephp-plugin",
"keywords": ["cakephp", "facebook", "auth", "connect"],
"homepage": "https://github.com/webtechnick/CakePHP-Facebook-Plugin",
"license": "MIT",
"authors": [
{
"name": "Nick Baker",
"homepage": "http://www.webtechnick.com",
"role": "Author"
},
{
"name": "Demo Site",
"homepage": "http://facebook.webtechnick.com"
}
],
"support": {
"issues": "https://github.com/webtechnick/CakePHP-Facebook-Plugin/issues",
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/webtechnick/CakePHP-Facebook-Plugin"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
},
"extra": {
"branch-alias": {
"dev-master": "master",
"2.x": "master",
"1.3": "cakephp1.3"
},
"installer-name": "Facebook"
}
}

0 comments on commit 0cc69b6

Please sign in to comment.