summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-17 13:58:07 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-17 13:58:07 +0200
commita05328ef8037e1567cfb0abdee7130a987aabc24 (patch)
treebe7077401243b085b4649121838c68e6514f7e7b /composer.json
parent926efc87797a5577d8692e01b08f4a8d9d350415 (diff)
chore(CI): Adjust testing matrix for Nextcloud 27 on stable27
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 367f18fd6..e8fdabaac 100644
--- a/composer.json
+++ b/composer.json
@@ -41,7 +41,7 @@
"test:unit": "vendor/bin/phpunit -c tests/php/phpunit.xml --color --fail-on-warning --fail-on-risky"
},
"require-dev": {
- "nextcloud/ocp": "dev-master",
+ "nextcloud/ocp": "dev-stable27",
"roave/security-advisories": "dev-latest"
},
"require": {