-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
33 lines (33 loc) · 951 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
{
"name": "wolfsblvt/advancedsearchbox",
"type": "phpbb-extension",
"description": "This extension adds advanced functionalty to the searchbox in board header. Simplify the search process, make it available with a few clicks and easy to understand.",
"homepage": "http://pinkes-forum.de/dev/find.php?ext=advancedsearchbox",
"version": "1.0.2",
"time": "2014-11-23",
"keywords": ["phpbb", "extension", "search", "searchbox", "advanced"],
"license": "GPL-2.0",
"authors": [
{
"name": "Clemens Husung (Wolfsblvt)",
"homepage": "http://www.pinkes-forum.de/",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"wolfsblvt/core": ">=1.0.0"
},
"extra": {
"display-name": "Advanced SearchBox",
"soft-require": {
"phpbb/phpbb": ">=3.1.0,<3.2.*@dev"
},
"version-check": {
"host": "pinkes-forum.de",
"directory": "/dev/advancedsearchbox",
"filename": "version.json"
}
}
}