laravel-validation-rules / credit-card

Credit Card Validation
https://laravel-validation-rules.github.io/
Apache License 2.0
227 stars 69 forks source link

Update to Laravel 6.0 #26

Closed gizburdt closed 5 years ago

sebdesign commented 5 years ago

orchestra/testbench need to support Laravel 6.0 . The correct version constraint is "^3.5|^4.0".

gizburdt commented 5 years ago

Thanks, created a new PR :)