forked from centreon/centreon-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 999 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
38
39
{
"name": "centreon/centreon",
"version": "2.7.3",
"type": "project",
"license": "GPL Licence 2.0",
"authors": [
{
"name": "Kevin Duret",
"email": "[email protected]"
}
],
"repositories": [
{ "packagist.org": false },
{ "type": "composer", "url": "http://ci.int.centreon.com" }
],
"config": {
"secure-http": false
},
"require-dev": {
"behat/behat": "^3.3",
"behat/mink": "^1.7",
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^2.9",
"phing/phing": "^2.13",
"behat/mink-extension": "^2.2",
"behat/mink-selenium2-driver": "^1.3",
"centreon/centreon-test-lib": "dev-master"
},
"require": {
"pimple/pimple": "~3.0",
"symfony/filesystem": "~2.6",
"symfony/finder": "~2.6"
},
"autoload": {
"psr-4": {
"CentreonLegacy\\": "src/CentreonLegacy/"
}
}
}