-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 990 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/catdescription",
"type": "phpbb-extension",
"description": "Simple extension for allow you to dispay a category description under the title if exist and until now visible only on the category page.",
"homepage": "http://xdojo.xiradorn.it/x/32x/",
"version": "1.0.0",
"time": "2018-05-02",
"license": "GPL-2.0",
"authors": [
{
"name": "Sir Xiradorn",
"email": "[email protected]",
"homepage": "http://xiradorn.it",
"role": "Leading Developer"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Category Description Under Title",
"soft-require": {
"phpbb/phpbb": ">=3.1.4,<3.2.0@dev"
},
"version-check": {
"host": "phpbb.xiradorn.it",
"directory": "/ext/catdescription",
"filename": "version_check"
}
}
}