forked from glpi-project/tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 870 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": "glpi-project/tools",
"description": "Various tools for GLPI and its plugins",
"keywords": ["GLPI", "plugins", "tools"],
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Teclib'",
"email": "[email protected]",
"homepage": "http://teclib-group.com"
}
],
"support" : {
"source": "https://github.com/glpi-project/tools",
"issues": "https://github.com/glpi-project/tools/issues"
},
"autoload" : {
"psr-4" : {
"Glpi\\" : "src/"
}
},
"bin" : [
"tools/plugin-release",
"tools/extract_template.sh",
"tools/modify_headers.pl"
],
"require": {
"consolidation/robo": "^1.3",
"glpi-project/coding-standard": "^0.7",
"natxet/CssMin": "^3.0",
"patchwork/jsqueeze": "^1.0"
}
}