Skip to content

Commit

Permalink
Laravel 9.x Compatibility (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: atymic <[email protected]>
  • Loading branch information
laravel-shift and atymic authored Feb 13, 2022
1 parent 7e88654 commit e6526cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"php": "^7.2|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
"illuminate/queue": "^6.0 || ^7.0 || ^8.0",
"illuminate/console": "^6.0 || ^7.0 || ^8.0",
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/queue": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/console": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"textalk/websocket": "^1.2"
},
"require-dev": {
"mockery/mockery": "^1.3.3",
"orchestra/testbench": "^5.0 || ^6.0",
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^8.5 || ^9.0"
},
"autoload": {
Expand Down

0 comments on commit e6526cd

Please sign in to comment.