Skip to content

Commit 577b6a4

Browse files
authored
Update composer.json
1 parent 3e1c5d8 commit 577b6a4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2",
15+
"php": "^7.3|^8.0",
1616
"renoki-co/php-k8s": "^1.0"
1717
},
1818
"autoload": {
@@ -29,9 +29,10 @@
2929
"test": "vendor/bin/phpunit"
3030
},
3131
"require-dev": {
32-
"laravel/legacy-factories": "^1.0.4",
33-
"orchestra/testbench": "^4.0|^5.0|^6.0",
34-
"orchestra/database": "^4.0|^5.0|^6.0"
32+
"laravel/legacy-factories": "^1.1",
33+
"mockery/mockery": "^1.4",
34+
"orchestra/testbench": "^5.0|^6.0",
35+
"orchestra/database": "^5.0|^6.0"
3536
},
3637
"config": {
3738
"sort-packages": true

0 commit comments

Comments
 (0)