Skip to content

Commit e6526cd

Browse files
Laravel 9.x Compatibility (#54)
Co-authored-by: atymic <[email protected]>
1 parent 7e88654 commit e6526cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"php": "^7.2|^8.0",
2222
"ext-json": "*",
2323
"guzzlehttp/guzzle": "^6.3 || ^7.0",
24-
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0",
25-
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
26-
"illuminate/queue": "^6.0 || ^7.0 || ^8.0",
27-
"illuminate/console": "^6.0 || ^7.0 || ^8.0",
24+
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0 || ^9.0",
25+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
26+
"illuminate/queue": "^6.0 || ^7.0 || ^8.0 || ^9.0",
27+
"illuminate/console": "^6.0 || ^7.0 || ^8.0 || ^9.0",
2828
"textalk/websocket": "^1.2"
2929
},
3030
"require-dev": {
3131
"mockery/mockery": "^1.3.3",
32-
"orchestra/testbench": "^5.0 || ^6.0",
32+
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0",
3333
"phpunit/phpunit": "^8.5 || ^9.0"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)