Skip to content

Commit d89e2ff

Browse files
authored
Merge pull request #3 from sebdesign/master
Add support for Laravel 6.0
2 parents 235d6e4 + d53d4af commit d89e2ff

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: php
22

33
php:
44
- 7.1
5+
- 7.2
6+
- 7.3
57

68
cache:
79
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",
7+
"illuminate/contracts": "^5.5|^6.0",
88
"league/iso3166": "^2.0"
99
},
1010
"require-dev": {
11-
"orchestra/testbench": "^3.5",
12-
"phpunit/phpunit": "^6.3"
11+
"orchestra/testbench": "^3.5|^4.0",
12+
"phpunit/phpunit": "^7.0|^8.0"
1313
},
1414
"license": "Apache-2.0",
1515
"authors": [

0 commit comments

Comments
 (0)