Skip to content

Commit

Permalink
Feature/support laravel 7 (#4)
Browse files Browse the repository at this point in the history
* Add support for laravel 7.x
* Update README file
  • Loading branch information
Naveen1895 authored Mar 30, 2020
1 parent 63aa94d commit 625d0e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

To install this package you will need:

- Laravel >= 6.0
- Laravel >= 7.0
- PHP 7.2+


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

```
"require": {
"linkstreet/laravel-sms": "^5.0"
"linkstreet/laravel-sms": "^6.0"
}
```

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": ">=7.2",
"illuminate/support": "^6.0",
"illuminate/support": "^7.0",
"guzzlehttp/guzzle": "~6.0"
},
"autoload": {
Expand All @@ -30,8 +30,8 @@
}
},
"require-dev": {
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "~8.0"
"orchestra/testbench": "~5.1.0",
"phpunit/phpunit": "~8.5"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 625d0e2

Please sign in to comment.