forked from pluginsGLPI/formcreator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 882 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": "Formcreator",
"description": "Formcreator is a plugin that allow creation of custom, easy to access forms for users when they want to create one or more GLPI tickets.",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"platform": {
"php": "5.6.0"
},
"optimize-autoloader": true,
"apcu-autoloader": true
},
"require": {
"php": ">= 5.6.0",
"ext-xml": "*",
"docopt/docopt": "^1.0"
},
"require-dev": {
"ext-bz2": "*",
"pear/archive_tar": "^1.4",
"atoum/atoum": "^3.3",
"atoum/stubs": "^2.5",
"glpi-project/tools": "^0.1.0",
"glpi-project/coding-standard": "0.7.1"
},
"autoload-dev": {
"psr-4": {
"GlpiPlugin\\Formcreator\\Tests\\": "tests/src/"
}
}
}