Skip to content

Commit

Permalink
Bump dependencies for Laravel 11 (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Mar 3, 2024
1 parent cf2db31 commit d511038
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 @@ -30,13 +30,13 @@
"php": ">=7.2|^8.0",
"ext-curl": "*",
"guzzlehttp/guzzle": "~7.0",
"illuminate/support": "~6.0|~7.0|~8.0|~9.0|^10.0",
"nesbot/carbon": "~2.0"
"illuminate/support": "~6.0|~7.0|~8.0|~9.0|^10.0|^11.0",
"nesbot/carbon": "~2.0|^3.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^8.0|^9.0|^10.0",
"symfony/var-dumper": "~5.0"
"symfony/var-dumper": "~5.0|^7.0"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit d511038

Please sign in to comment.