Skip to content

Commit d3e29a6

Browse files
authored
Update composer.json
1 parent 5bd5481 commit d3e29a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"illuminate/database": "^8.83|^9.35|^10.1",
24-
"illuminate/support": "^8.83|^9.35|^10.1"
23+
"illuminate/database": "^9.35|^10.1",
24+
"illuminate/support": "^9.35|^10.1"
2525
},
2626
"autoload": {
2727
"psr-4": {
@@ -41,7 +41,7 @@
4141
"laravel/legacy-factories": "^1.3",
4242
"livewire/livewire": "dev-master",
4343
"mockery/mockery": "^1.5",
44-
"orchestra/testbench": "^6.28|^7.0|^8.0.2",
44+
"orchestra/testbench": "^7.0|^8.0.2",
4545
"phpunit/phpunit": "^9.5.25|^10.0.11"
4646
},
4747
"config": {

0 commit comments

Comments
 (0)