Skip to content

Commit 5b85078

Browse files
Add Laravel 8 support
1 parent 46ef333 commit 5b85078

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
@@ -21,17 +21,17 @@
2121
],
2222
"require": {
2323
"php": ">=7.4",
24-
"illuminate/support": "^7.0",
25-
"guzzlehttp/guzzle": "~6.0 || ~7.0"
24+
"illuminate/support": "^7.0|^8.0",
25+
"guzzlehttp/guzzle": "^6.0|^7.0"
2626
},
2727
"autoload": {
2828
"psr-4": {
2929
"Linkstreet\\LaravelSms\\": "src"
3030
}
3131
},
3232
"require-dev": {
33-
"orchestra/testbench": "~5.1.0 || ~5.3.0",
34-
"phpunit/phpunit": "~8.5"
33+
"orchestra/testbench": "^5.0|^6.0",
34+
"phpunit/phpunit": "^8.0|^9.0"
3535
},
3636
"autoload-dev": {
3737
"psr-4": {

0 commit comments

Comments
 (0)