Skip to content

Commit

Permalink
Adding packagist/composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroadway committed Jan 7, 2012
1 parent b9d238b commit 66a6feb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
@@ -0,0 +1,18 @@
{
"name": "phpactiveresource/phpactiveresource",
"type": "library",
"description": "A PHP client library for easily accessing Ruby on Rails-based REST services.",
"keywords": ["activeresource","rails","ruby","ruby on rails","rest"],
"homepage": "https://github.com/lux/phpactiveresource",
"license": "LGPL",
"authors": [
{
"name": "Johnny Broadway",
"email": "johnny@johnnybroadway.com",
"homepage": "http://www.johnnybroadway.com/"
}
],
"require": {
"php": ">=5.3.0"
}
}

0 comments on commit 66a6feb

Please sign in to comment.