Skip to content

Commit 70dd79c

Browse files
committed
Correct composer.json
1 parent 7294996 commit 70dd79c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "laravel-validation-rules/credit-card",
33
"description": "Validate credit card number, expiration date, cvc",
4-
"type": "laravel, validation, credit card",
4+
"type": "library",
5+
"keywords": [ "laravel", "validation", "credit card", "validator" ],
56
"require": {
67
"illuminate/validation": "^5.5",
78
"illuminate/translation": "^5.5"

0 commit comments

Comments
 (0)