Skip to content

Commit 9bb6ca6

Browse files
committed
Add Laravel 7 support
1 parent de15c8b commit 9bb6ca6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7+
- 7.4
78

89
cache:
910
directories:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"type": "library",
55
"keywords": [ "laravel", "validation", "country" ],
66
"require": {
7-
"illuminate/contracts": "^5.5|^6.0",
7+
"illuminate/contracts": "^5.5|^6.0|^7.0",
88
"league/iso3166": "^2.0"
99
},
1010
"require-dev": {
11-
"orchestra/testbench": "^3.5|^4.0",
12-
"phpunit/phpunit": "^7.0|^8.0"
11+
"orchestra/testbench": "^3.5|^4.0|^5.0",
12+
"phpunit/phpunit": "^7.0|^8.0|^9.0"
1313
},
1414
"license": "Apache-2.0",
1515
"authors": [

0 commit comments

Comments
 (0)