Skip to content

Commit 70017bd

Browse files
committed
chore: Move dev tools to vendor-bin directory
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 88f6549 commit 70017bd

6 files changed

Lines changed: 3174 additions & 2721 deletions

File tree

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"classmap-authoritative": true,
77
"platform": {
88
"php": "8.0.2"
9+
},
10+
"allow-plugins": {
11+
"bamarni/composer-bin-plugin": true
912
}
1013
},
1114
"scripts": {
@@ -20,9 +23,8 @@
2023
},
2124
"require-dev": {
2225
"phpunit/phpunit": "^9.5",
23-
"nextcloud/coding-standard": "^1.1.1",
24-
"vimeo/psalm": "^5.16.0",
25-
"nextcloud/ocp": "dev-master"
26+
"nextcloud/ocp": "dev-master",
27+
"bamarni/composer-bin-plugin": "^1.8"
2628
},
2729
"autoload-dev": {
2830
"psr-4": {

0 commit comments

Comments
 (0)