Skip to content

Commit cfb5364

Browse files
authored
Update composer.json
1 parent 2d39fe0 commit cfb5364

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"illuminate/database": "^8.23|^9.0",
24-
"illuminate/support": "^8.23|^9.0"
23+
"illuminate/database": "^8.83|^9.0.1",
24+
"illuminate/support": "^8.83|^9.0.1"
2525
},
2626
"autoload": {
2727
"psr-4": {
@@ -40,9 +40,10 @@
4040
"chelout/laravel-relationship-events": "^1.5",
4141
"laravel/legacy-factories": "^1.3",
4242
"mockery/mockery": "^1.5",
43-
"orchestra/database": "^6.0",
44-
"orchestra/testbench": "^7.0",
45-
"phpunit/phpunit": "^9.0"
43+
"orchestra/database": "^6.28|^7.0",
44+
"orchestra/testbench": "^6.28|^7.0",
45+
"orchestra/testbench-core": "^6.28|^7.0",
46+
"phpunit/phpunit": "^9.5.13"
4647
},
4748
"config": {
4849
"sort-packages": true

0 commit comments

Comments
 (0)