forked from centreon/centreon-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.24 KB
/
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
38
39
40
{
"name": "centreon/centreon",
"description": "Monitoring Web User Interface",
"require": {
"smarty/smarty": "3.1.21",
"smarty-gettext/smarty-gettext": "1.1.*",
"openpsa/quickform": "3.3.0-rc.1",
"evenement/evenement": "1.0.*",
"monolog/monolog": "dev-master",
"desarrolla2/cache": "1.8.0",
"klein/klein": "2.0.2",
"propel/propel1": "1.7.*@dev",
"oyejorge/less.php": "1.7.*",
"rych/hash_pbkdf2-compat": "1.0.*",
"elasticsearch/elasticsearch": "~1.0",
"ramsey/array_column": "~1.1.3",
"respect/validation": "0.9.*@dev",
"cocur/slugify": "^1.1",
"corneltek/getoptionkit": "~2",
"robmorgan/phinx" : "0.4.4"
},
"require-dev": {
"phpunit/phpunit": "4.1.*",
"phpunit/dbunit": "1.3.*",
"squizlabs/php_codesniffer": "1.5.*",
"sebastian/phpcpd": "2.0.*",
"phpmd/phpmd": "1.5.*",
"phpdocumentor/phpdocumentor": "2.*",
"pdepend/pdepend": "1.1.*",
"phploc/phploc": "2.0.*"
},
"license": "GPLv2",
"authors": [
{
"name": "Maximilien Bersoult",
"email": "[email protected]"
}
],
"minimum-stability": "stable"
}