Skip to content

Commit 9380672

Browse files
committed
chore: split phpunit into vendor-bin
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent b7a4f3c commit 9380672

3 files changed

Lines changed: 1704 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"openapi": "generate-spec"
2424
},
2525
"require-dev": {
26-
"bamarni/composer-bin-plugin": "^1.8",
27-
"phpunit/phpunit": "^9"
26+
"bamarni/composer-bin-plugin": "^1.8"
2827
},
2928
"require": {
3029
"maennchen/zipstream-php": "^2.4",

vendor-bin/phpunit/composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"config": {
3+
"optimize-autoloader": true,
4+
"sort-packages": true,
5+
"platform": {
6+
"php": "8.1"
7+
}
8+
},
9+
"require-dev": {
10+
"phpunit/phpunit": "^10"
11+
}
12+
}

0 commit comments

Comments
 (0)