-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
39 lines (39 loc) · 1.05 KB
/
composer.json
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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "hanelyp/fancydice",
"type": "phpbb-extension",
"description": "dice bbcode Extension for phpBB 3.1",
"homepage": "https://github.com/hanelyp/phpbb",
"version": "0.9.2",
"time": "2015-06-22",
"license": "GPL-2.0+",
"keywords": ["bbcode", "dice"],
"description_long": "extension bbcode [dice] is processed to resolve value of the dice.",
"authors": [{
"name": "Peter Hanely",
"email": "[email protected]",
"homepage": "https://github.com/hanelyp",
"role": "Lead Developer"
},
{
"name": "Roberto Moreno (Rampmaster)",
"email": "[email protected]",
"homepage": "https://rampmaster.org",
"role": "Spanish Translator Developer"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Fancy Dice BBcode",
"soft-require" : {
"phpbb/phpbb": ">=3.1.0-RC2"
},
"version-check": {
"host": "raw.github.com",
"directory": "/hanelyp/fancydice",
"filename": "releases.json"
}
}
}