We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c129c0 commit a26c6f4Copy full SHA for a26c6f4
composer.json
@@ -14,11 +14,11 @@
14
"require": {
15
"php": ">=7.3",
16
"guzzlehttp/guzzle": "^6.3 || ^7.0",
17
- "illuminate/notifications": "^5.7",
18
- "illuminate/support": "^5.7"
+ "illuminate/notifications": "^6.17",
+ "illuminate/support": "^6.17"
19
},
20
"require-dev": {
21
- "orchestra/testbench": "3.7.*",
+ "orchestra/testbench": "^4.0",
22
"phpunit/phpunit": "^7.5"
23
24
"autoload": {
@@ -38,7 +38,7 @@
38
"config": {
39
"sort-packages": true
40
41
- "extra" : {
+ "extra": {
42
"laravel": {
43
"providers": [
44
"NotificationChannels\\GoogleChat\\GoogleChatServiceProvider"
0 commit comments