Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Mar 2, 2024
1 parent 24751a2 commit 9fe6522
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 @@ -12,8 +12,8 @@
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": "^6.2|^7.4.1|^7.2",
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0|^10.0",
"symfony/psr-http-message-bridge": "1.*|2.*"
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0|^10.0|^11.0",
"symfony/psr-http-message-bridge": "1.*|2.*|^7.0"
},
"require-dev": {
"vlucas/phpdotenv": "^2.2|^5.5"
Expand Down

0 comments on commit 9fe6522

Please sign in to comment.