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 committed Jan 31, 2023
1 parent 49fa651 commit 580dda7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
],
"require": {
"php": "^7.2.5|^7.3.0|^8.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/console": "^8.0|^9.0",
"doctrine/dbal": "^2.6.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/console": "^8.0|^9.0|^10.0",
"doctrine/dbal": "^2.6.0|^3.5",
"laravel/helpers": "~1.0"
},
"require-dev": {
"orchestra/testbench": "~6.0|~7.0",
"orchestra/testbench": "~6.0|~7.0|^8.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^9.0"
},
Expand Down

0 comments on commit 580dda7

Please sign in to comment.