You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/build/integration/composer.json

16 lines
294 B

{
"config": {
"platform": {
"php": "8.1"
},
"sort-packages": true
},
"require-dev": {
"behat/behat": "^3.15",
"dms/phpunit-arraysubset-asserts": "^0.5",
"guzzlehttp/guzzle": "^7.9",
"phpunit/phpunit": "^9.6",
"sabre/dav": "^4.7",
"symfony/event-dispatcher": "^6.4"
}
}