-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 1000 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
{
"name": "unipart/suitecrm-dev-ops",
"description": "Unipart Digital - SuiteCRM deployment manager for development, stage or uat environments.",
"version": "1.0.0",
"type": "project",
"keywords": ["Unipart", "SuiteCRM", "Automation", "Dev-Ops", "Docker", "Docker-compose", "BDD", "Behat"],
"homepage": "https://github.com/unipart/suitecrm-dev-ops",
"readme": "./README.md",
"license": "AGPL-3.0-only",
"authors": [
{
"name": "Riccardo De Leo",
"email": "riccardo.deleo@unipart.io",
"homepage": "https://github.com/rdeleo",
"role": "Developer"
}
],
"autoload-dev": {
"psr-4": {
"Context\\": "features/bootstrap"
}
},
"require": {
"php": "7.*"
},
"require-dev": {
"phpunit/phpunit": "8.*",
"behat/behat": "^3.4",
"behat/mink": "v1.7.1",
"behat/mink-extension": "2.3.*",
"behat/mink-selenium2-driver": "1.3.*",
"behat/symfony2-extension": "2.1.*",
"behat/mink-browserkit-driver": "v1.3.3"
}
}