-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 963 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
{
"name": "xiradorn/xdojonavbar",
"type": "phpbb-extension",
"description": "xSensei Navigation Menu xDojo Style. Super customizable navigation menù for phpbb. Thousand color combinations and easy to config.",
"homepage": "http://xdojo.xiradorn.it/x/32x/",
"version": "2.7.0",
"time": "2018-03-23",
"license": "GPL-2.0",
"authors": [
{
"name": "Sir Xiradorn",
"email": "admin@xiradorn.it",
"homepage": "http://xiradorn.it",
"role": "Leading Developer"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "xSensei - xDojo Navbar",
"soft-require": {
"phpbb/phpbb": ">=3.1.4,<3.2.0"
},
"version-check": {
"host": "phpbb.xiradorn.it",
"directory": "/ext/xdojonavbar",
"filename": "version_check"
}
}
}