-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
38 lines (38 loc) · 1.13 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
{
"name": "paybas/quickstyle",
"type": "phpbb-extension",
"description": "Adds a style dropdown box to the header of every page for quickly switching between styles. Based on the original Prime Quick Style by primehalo.",
"homepage": "https://github.com/PayBas/QuickStyle",
"version": "1.3.5",
"time": "2015-02-05",
"license": "GPL-2.0",
"authors": [
{
"name": "PayBas",
"email": "[email protected]",
"homepage": "http://www.paybas.com",
"role": "Lead Developer"
},
{
"name": "primehalo",
"email": "[email protected]",
"homepage": "http://www.absoluteanime.com",
"role": "Original Developer"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Quick Style",
"soft-require": {
"phpbb/phpbb": ">=3.1.2,<3.2.*@dev"
},
"version-check": {
"host": "paybas.github.io",
"directory": "/QuickStyle",
"filename": "version.json"
}
}
}