Skip to content

Commit a26c6f4

Browse files
committed
Allow Laravel 6.17
1 parent 8c129c0 commit a26c6f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"require": {
1515
"php": ">=7.3",
1616
"guzzlehttp/guzzle": "^6.3 || ^7.0",
17-
"illuminate/notifications": "^5.7",
18-
"illuminate/support": "^5.7"
17+
"illuminate/notifications": "^6.17",
18+
"illuminate/support": "^6.17"
1919
},
2020
"require-dev": {
21-
"orchestra/testbench": "3.7.*",
21+
"orchestra/testbench": "^4.0",
2222
"phpunit/phpunit": "^7.5"
2323
},
2424
"autoload": {
@@ -38,7 +38,7 @@
3838
"config": {
3939
"sort-packages": true
4040
},
41-
"extra" : {
41+
"extra": {
4242
"laravel": {
4343
"providers": [
4444
"NotificationChannels\\GoogleChat\\GoogleChatServiceProvider"

0 commit comments

Comments
 (0)