-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
38 lines (38 loc) · 937 Bytes
/
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": "crizzo/maxwidthswitch",
"type": "phpbb-extension",
"description": "This extension adds the ability to the UCP to remove the max-width of prosilver.",
"homepage": "https://github.com/Crizz0/phpbb-ext-maxwidth-switch",
"version": "1.1.1",
"time": "2023-12-31",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Christian Schnegelberger",
"username": "Crizzo",
"email": "[email protected]",
"homepage": "http://www.crizzo.de",
"role": "Developer/Founder"
},
{
"name": "Oliver Schramm",
"email": "[email protected]",
"homepage": "https://github.com/Elsensee",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.7"
},
"extra": {
"display-name": "Max-width switch",
"soft-require": {
"phpbb/phpbb": ">=3.2.8, <3.4.0@dev"
},
"version-check": {
"host": "www.crizzo.de",
"directory": "/phpbbextversion",
"filename": "phpbb32-ext-maxwidthswitch.json"
}
}
}