-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 881 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "bp2013n2/pubsubhubbubsubscriber",
"type": "mediawiki-extension",
"description": "Allows receiving changes from a PubSubHubbub-enabled MediaWiki",
"keywords": ["pubsubhubbub", "push", "rss", "wikibase", "wikidata", "subscribe"],
"homepage": "https://www.mediawiki.org/wiki/Extension:PubSubHubbubSubscriber",
"license": "GPL-2.0+",
"authors": [
{
"name": "Sebastian Br\u00FCckner",
"email": "sebastian.brueckner@student.hpi.uni-potsdam.de",
"role": "Developer"
}
],
"support": {
"issues": "https://bugzilla.wikimedia.org/",
"forum": "https://www.mediawiki.org/wiki/Extension_talk:PubSubHubbubSubscriber",
"wiki": "https://www.mediawiki.org/wiki/Extension:PubSubHubbubSubscriber"
},
"require": {
"php": ">=5.3.10"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "dev-master"
},
"minimum-stability": "dev"
}