We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a4f3c commit 9380672Copy full SHA for 9380672
3 files changed
composer.json
@@ -23,8 +23,7 @@
23
"openapi": "generate-spec"
24
},
25
"require-dev": {
26
- "bamarni/composer-bin-plugin": "^1.8",
27
- "phpunit/phpunit": "^9"
+ "bamarni/composer-bin-plugin": "^1.8"
28
29
"require": {
30
"maennchen/zipstream-php": "^2.4",
vendor-bin/phpunit/composer.json
@@ -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