Skip to content

Commit

Permalink
Added Laravel 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ssx committed Mar 11, 2020
1 parent 9c3c46e commit 1c4d946
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,9 @@ language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -25,15 +25,15 @@
"LVR\\Phone\\Tests\\": "tests/"
}
},
"minimum-stability": "stable",
"minimum-stability": "stable",
"require": {
"illuminate/contracts": "^5.5|^6.0",
"illuminate/support": "^5.5|^6.0",
"illuminate/contracts": "^5.5|^6.0|^7.0",
"illuminate/support": "^5.5|^6.0|^7.0",
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.3",
"orchestra/testbench": "^3.5"
"phpunit/phpunit": "^6.3|^9.0",
"orchestra/testbench": "^3.5|^5.0"
},
"suggest": {
}
Expand Down

0 comments on commit 1c4d946

Please sign in to comment.