Skip to content

Commit 625d0e2

Browse files
authored
Feature/support laravel 7 (#4)
* Add support for laravel 7.x * Update README file
1 parent 63aa94d commit 625d0e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
To install this package you will need:
1313

14-
- Laravel >= 6.0
14+
- Laravel >= 7.0
1515
- PHP 7.2+
1616

1717

@@ -25,7 +25,7 @@ or edit the `composer.json`
2525

2626
```
2727
"require": {
28-
"linkstreet/laravel-sms": "^5.0"
28+
"linkstreet/laravel-sms": "^6.0"
2929
}
3030
```
3131

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": ">=7.2",
24-
"illuminate/support": "^6.0",
24+
"illuminate/support": "^7.0",
2525
"guzzlehttp/guzzle": "~6.0"
2626
},
2727
"autoload": {
@@ -30,8 +30,8 @@
3030
}
3131
},
3232
"require-dev": {
33-
"orchestra/testbench": "^4.0",
34-
"phpunit/phpunit": "~8.0"
33+
"orchestra/testbench": "~5.1.0",
34+
"phpunit/phpunit": "~8.5"
3535
},
3636
"autoload-dev": {
3737
"psr-4": {

0 commit comments

Comments
 (0)