Skip to content

Commit 1c4d946

Browse files
committed
Added Laravel 7 support
1 parent 9c3c46e commit 1c4d946

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ language: php
33
php:
44
- 7.0
55
- 7.1
6+
- 7.2
7+
- 7.3
8+
- 7.4
69

710
env:
811
matrix:

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"LVR\\Phone\\Tests\\": "tests/"
2626
}
2727
},
28-
"minimum-stability": "stable",
28+
"minimum-stability": "stable",
2929
"require": {
30-
"illuminate/contracts": "^5.5|^6.0",
31-
"illuminate/support": "^5.5|^6.0",
30+
"illuminate/contracts": "^5.5|^6.0|^7.0",
31+
"illuminate/support": "^5.5|^6.0|^7.0",
3232
"php": "^7.0"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^6.3",
36-
"orchestra/testbench": "^3.5"
35+
"phpunit/phpunit": "^6.3|^9.0",
36+
"orchestra/testbench": "^3.5|^5.0"
3737
},
3838
"suggest": {
3939
}

0 commit comments

Comments
 (0)