forked from centreon-archive/centreon-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 720 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 720 Bytes
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
{
"name": "centreon/centreon",
"version": "2.7.3",
"type": "project",
"license": "Apache-2.0",
"authors": [
{
"name": "Kevin Duret",
"email": "kduret@centreon.com"
}
],
"repositories": [
{ "type": "composer", "url": "http://ci.int.centreon.com" }
],
"config": {
"secure-http": false
},
"require-dev": {
"behat/behat": "^3.0",
"behat/mink": "^1.7",
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^2.5",
"phing/phing": "^2.13",
"behat/mink-extension": "^2.1",
"behat/mink-selenium2-driver": "^1.3",
"centreon/centreon-test-lib": "dev-master"
}
}