Skip to content

Commit 1cc7196

Browse files
Support Laravel 10 (#51)
1 parent 7f8934f commit 1cc7196

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

composer.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@
22
"name": "laravel-validation-rules/credit-card",
33
"description": "Validate credit card number, expiration date, cvc",
44
"type": "library",
5-
"keywords": [ "laravel", "validation", "credit card", "validator" ],
5+
"keywords": [
6+
"laravel",
7+
"validation",
8+
"credit card",
9+
"validator"
10+
],
611
"require": {
712
"php": "7.*|8.*",
8-
"illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0",
9-
"illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0",
10-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0"
13+
"illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
14+
"illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
15+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
1116
},
1217
"require-dev": {
13-
"friendsofphp/php-cs-fixer": "~2.5",
18+
"friendsofphp/php-cs-fixer": "~2.5|^3.14",
1419
"phpunit/phpunit": "6.2.*|^8.5.8|^9.3.3",
15-
"orchestra/testbench": "^3.5|^4.0|^5.0"
20+
"orchestra/testbench": "^3.5|^4.0|^5.0|^8.0"
1621
},
1722
"autoload": {
1823
"psr-4": {
@@ -36,7 +41,7 @@
3641
}
3742
],
3843
"config": {
39-
"preferred-install": "dist",
40-
"sort-packages": true
44+
"preferred-install": "dist",
45+
"sort-packages": true
4146
}
4247
}

0 commit comments

Comments
 (0)