Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Mar 25, 2024
1 parent 65671db commit 6728a5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
],
"require": {
"illuminate/database": "^9.35|^10.5|^11.0",
"illuminate/support": "^9.35|^10.5|^11.0"
"illuminate/database": "^10.5|^11.0",
"illuminate/support": "^10.5|^11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -41,7 +41,7 @@
"laravel/legacy-factories": "^1.3",
"livewire/livewire": "dev-master",
"mockery/mockery": "^1.5",
"orchestra/testbench": "^7.23|^8.1.1|^9.0",
"orchestra/testbench": "^8.1.1|^9.0",
"phpunit/phpunit": "^9.5.25|^10.5"
},
"config": {
Expand Down

0 comments on commit 6728a5a

Please sign in to comment.