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 33bf673 commit e9eb9d3
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 @@ -22,12 +22,12 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"guzzlehttp/guzzle": "~6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.3|^9.5.10",
"orchestra/testbench": "~3.0|^8.0"
"phpunit/phpunit": "^5.3|^9.5.10|^10.5",
"orchestra/testbench": "~3.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e9eb9d3

Please sign in to comment.