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 Feb 27, 2024
1 parent 11ab1bf commit 4336431
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"php": "^7.2|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"illuminate/notifications": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/queue": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/console": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/notifications": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0",
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0",
"illuminate/queue": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0",
"illuminate/console": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0",
"textalk/websocket": "^1.2"
},
"require-dev": {
"mockery/mockery": "^1.3.3",
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0",
"phpunit/phpunit": "^8.5 || ^9.0"
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0|^9.0",
"phpunit/phpunit": "^8.5 || ^9.0|^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4336431

Please sign in to comment.