nextcloud/tests/acceptance/composer.json
Côme Chilliet 8951f069fe Require a recent phpunit version in integration and acceptance
Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-24 18:54:29 +02:00

14 lines
287 B
JSON

{
"require-dev": {
"behat/behat": "3.8.1",
"behat/mink": "1.8.1",
"behat/mink-extension": "2.3.1",
"behat/mink-selenium2-driver": "1.4.0",
"phpunit/phpunit": "9.5.19"
},
"autoload": {
"psr-4": {
"": ["features/bootstrap", "features/core"]
}
}
}