Skip to content

Commit a8ae6ae

Browse files
committed
Added Laravel 7 support
1 parent aec141c commit a8ae6ae

File tree

2 files changed

+365
-251
lines changed

2 files changed

+365
-251
lines changed

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", "ip" ],
66
"require": {
7-
"illuminate/contracts": "^5.5|^6.0",
7+
"illuminate/contracts": "^5.5|^6.0|^7.0",
88
"symfony/http-foundation": "^3.3"
99
},
1010
"require-dev": {
11-
"orchestra/testbench": "^3.5",
12-
"phpunit/phpunit": "^6.3"
11+
"orchestra/testbench": "^3.5|^5.0",
12+
"phpunit/phpunit": "^6.3|^9.0"
1313
},
1414
"license": "Apache-2.0",
1515
"authors": [

0 commit comments

Comments
 (0)