Skip to content

Commit

Permalink
Merge pull request #2 from harikt/patch-1
Browse files Browse the repository at this point in the history
Add composer.json and let's submit to packagist
  • Loading branch information
pfefferle committed Oct 16, 2015
2 parents a2a4db6 + a8abf6b commit 31188fc
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": "pubsubhubbub/subscriber",
"type": "library",
"description": "pubsubhubbub implementation of subscriber.",
"keywords": ["pubsubhubbub", "subscribers", "data", "feeds"],
"homepage": "https://github.com/pubsubhubbub/php-subscriber",
"license": "Apache-2.0",
"authors": [
{
"name": "pubsubhubbub subscriber Contributors",
"homepage": "https://github.com/pubsubhubbub/php-subscriber/contributors"
}
],
"require": {
"php": ">=5.0.0"
},
"autoload": {
"classmap": ["subscriber.php"]
}
}

0 comments on commit 31188fc

Please sign in to comment.