Skip to content

Commit

Permalink
Bump dependencies for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored and edgrosvenor committed Feb 10, 2023
1 parent 425c43c commit df385ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"prefer-stable": true,
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^6.0"
"orchestra/testbench": "^6.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit df385ea

Please sign in to comment.