Skip to content

Commit f0f6214

Browse files
authored
Support Laravel 7
closes #31
1 parent cb1bedd commit f0f6214

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"keywords": [ "laravel", "validation", "credit card", "validator" ],
66
"require": {
77
"php": "7.*",
8-
"illuminate/validation": "^5.5|^6.0",
9-
"illuminate/translation": "^5.5|^6.0"
8+
"illuminate/validation": "^5.5|^6.0|^7.0",
9+
"illuminate/translation": "^5.5|^6.0|^7.0"
1010
},
1111
"require-dev": {
1212
"php": ">=7.0.0",
1313
"friendsofphp/php-cs-fixer": "~2.5",
1414
"phpunit/phpunit": "6.2.*",
15-
"orchestra/testbench": "^3.5|^4.0"
15+
"orchestra/testbench": "^3.5|^4.0|^5.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)