forked from heatware/phpbb-global-feedback-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 971 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
{
"name": "heatware/integration",
"type": "phpbb-extension",
"description": "",
"homepage": "https://github.com/heatware/phpbb-global-feedback-plugin/",
"version": "1.0.0",
"time": "2016-11-06",
"license": "GPL-2.0",
"authors": [
{
"name": "HeatWare",
"email": "[email protected]",
"homepage": "https://www.heatware.com/",
"role": ""
}
],
"require": {
"php": ">=5.3.3",
"rmccue/requests": "1.6.1"
},
"autoload": {
"classmap": {
"Requests\\": "vendor/rmccue/requests"
}
},
"extra": {
"display-name": "HeatWare Feedback Integration",
"soft-require": {
"phpbb/phpbb": ">=3.1.0,<3.2.0@dev"
},
"version-check": {
"host": "www.heatware.com",
"directory": "/tools",
"filename": "phpbb_plugin_version_check"
}
}
}