mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 lines
287 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|