Skip to content

Commit

Permalink
Support Laravel 7
Browse files Browse the repository at this point in the history
closes #31
  • Loading branch information
DarkaOnLine committed Mar 9, 2020
1 parent cb1bedd commit f0f6214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"keywords": [ "laravel", "validation", "credit card", "validator" ],
"require": {
"php": "7.*",
"illuminate/validation": "^5.5|^6.0",
"illuminate/translation": "^5.5|^6.0"
"illuminate/validation": "^5.5|^6.0|^7.0",
"illuminate/translation": "^5.5|^6.0|^7.0"
},
"require-dev": {
"php": ">=7.0.0",
"friendsofphp/php-cs-fixer": "~2.5",
"phpunit/phpunit": "6.2.*",
"orchestra/testbench": "^3.5|^4.0"
"orchestra/testbench": "^3.5|^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f0f6214

Please sign in to comment.