mirror of
https://github.com/nextcloud/server.git
synced 2026-02-23 01:40:59 -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>
11 lines
277 B
JSON
11 lines
277 B
JSON
{
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9",
|
|
"dms/phpunit-arraysubset-asserts": "^0.4",
|
|
"behat/behat": "~3.10.0",
|
|
"guzzlehttp/guzzle": "7.4.2",
|
|
"jarnaiz/behat-junit-formatter": "^1.3",
|
|
"sabre/dav": "4.3.1",
|
|
"symfony/event-dispatcher": "~5.3"
|
|
}
|
|
}
|