Skip to content

Commit 613af73

Browse files
committed
fix(composer.json): Don't require nextcloud-ocp by default
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 3f911be commit 613af73

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"require-dev": {
1414
"phpunit/phpunit": "^9.5.26",
1515
"nextcloud/coding-standard": "^1.0.0",
16-
"vimeo/psalm": "6.x",
17-
"nextcloud/ocp": "dev-master"
16+
"vimeo/psalm": "6.x"
1817
},
1918
"config": {
2019
"optimize-autoloader": true,

0 commit comments

Comments
 (0)