Skip to content

Commit

Permalink
Add composer.json for Packagist integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mozmorris committed Jan 12, 2013
1 parent cb68573 commit 461d137
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "moz-morris/cakephp-facebook-auth",
"type": "cakephp-plugin",
"description": "Facebook authentication handler for CakePHP 2.0",
"authors": [
{
"name": "Moz Morris",
"email": "moz@earthview.co.uk"
}
],
"extra": {
"installer-name": "FacebookAuth"
},
"homepage": "https://github.com/MozMorris/FacebookAuthenticate-CakePhp-Authentication-Handler",
"keywords": ["facebook","authentication","cakephp"],
"license": "MIT",
"require": {
"composer/installers": "*"
}
}

0 comments on commit 461d137

Please sign in to comment.