Skip to content

Commit

Permalink
Bump dependencies for Laravel 11 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Mar 19, 2024
1 parent f6b947d commit 2c9ba95
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 @@ -19,11 +19,11 @@
"require": {
"php": "^7.3 || ^8.0",
"guzzlehttp/guzzle": "^7.0",
"nesbot/carbon": "^2.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
"nesbot/carbon": "^2.0 || ^3.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^9.0 || ^10.5"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 2c9ba95

Please sign in to comment.