Skip to content

Commit f2969a8

Browse files
authored
Merge pull request #4 from agravelot/master
add laravel 7 support
2 parents 1cfa2d1 + 191caa9 commit f2969a8

File tree

2 files changed

+1998
-921
lines changed

2 files changed

+1998
-921
lines changed

composer.json

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

0 commit comments

Comments
 (0)