nextcloud/vendor-bin/behat/composer.json
Ferdinand Thiessen 65135bba31
chore: move behat dependencies to vendor-bin
So we do not have 3 locatations to look for PHP dependencies.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-12-10 01:13:50 +01:00

12 lines
158 B
JSON

{
"config": {
"platform": {
"php": "8.2"
},
"sort-packages": true
},
"require-dev": {
"behat/behat": "^3.27",
"phpunit/phpunit": "^11.5"
}
}