Skip to content

Commit 31188fc

Browse files
committed
Merge pull request #2 from harikt/patch-1
Add composer.json and let's submit to packagist
2 parents a2a4db6 + a8abf6b commit 31188fc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "pubsubhubbub/subscriber",
3+
"type": "library",
4+
"description": "pubsubhubbub implementation of subscriber.",
5+
"keywords": ["pubsubhubbub", "subscribers", "data", "feeds"],
6+
"homepage": "https://github.com/pubsubhubbub/php-subscriber",
7+
"license": "Apache-2.0",
8+
"authors": [
9+
{
10+
"name": "pubsubhubbub subscriber Contributors",
11+
"homepage": "https://github.com/pubsubhubbub/php-subscriber/contributors"
12+
}
13+
],
14+
"require": {
15+
"php": ">=5.0.0"
16+
},
17+
"autoload": {
18+
"classmap": ["subscriber.php"]
19+
}
20+
}

0 commit comments

Comments
 (0)