Files
deck/tests/integration/composer.json
Julius Härtl 96e9f8275f Run integration tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-30 12:13:27 +01:00

19 lines
452 B
JSON

{
"require-dev": {
"phpunit/phpunit": "~6.5",
"behat/behat": "~3.8.0",
"guzzlehttp/guzzle": "6.5.2",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "3.2.3",
"symfony/event-dispatcher": "~4.4"
},
"autoload": {
"psr-0": {
"": [
"features/bootstrap/",
"../../../../build/integration/features/bootstrap/"
]
}
}
}