diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..b9eaf03 --- /dev/null +++ b/composer.json @@ -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" + } +} \ No newline at end of file