Skip to content

Commit 6115870

Browse files
authored
Update composer.json
1 parent 252cadc commit 6115870

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"renoki-co/php-k8s": "^3.5.1"
23+
"renoki-co/php-k8s": "^3.6"
2424
},
2525
"autoload": {
2626
"psr-4": {
@@ -37,8 +37,9 @@
3737
},
3838
"require-dev": {
3939
"mockery/mockery": "^1.5",
40-
"orchestra/testbench": "^7.0",
41-
"phpunit/phpunit": "^9.0"
40+
"orchestra/testbench": "^6.28|^7.0",
41+
"orchestra/testbench-core": "^6.28|^7.0",
42+
"phpunit/phpunit": "^9.5.13"
4243
},
4344
"config": {
4445
"sort-packages": true

0 commit comments

Comments
 (0)