Skip to content

Commit 749d31b

Browse files
Add support for Guzzle 7
1 parent c45a45d commit 749d31b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
],
1111
"require": {
1212
"php": ">=5.5.9",
13-
"guzzlehttp/guzzle": "^6.2"
13+
"guzzlehttp/guzzle": "^6.2|^7.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "~5.0"
16+
"phpunit/phpunit": "^5.0|^6.0|^7.0|^8.0|^9.0"
1717
},
1818
"autoload": {
1919
"psr-4": {
@@ -29,7 +29,7 @@
2929
"Insense\\LaravelSMS\\Providers\\SMSChannelServiceProvider"
3030
],
3131
"aliases": {
32-
"Debugbar": "Insense\\LaravelSMS\\Facades\\SMS"
32+
"SMS": "Insense\\LaravelSMS\\Facades\\SMS"
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)