Skip to content

Commit 7f8934f

Browse files
authored
Support Laravel 9 (#47)
1 parent d6434db commit 7f8934f

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,9 +5,9 @@
55
"keywords": [ "laravel", "validation", "credit card", "validator" ],
66
"require": {
77
"php": "7.*|8.*",
8-
"illuminate/validation": "^5.5|^6.0|^7.0|^8.0",
9-
"illuminate/translation": "^5.5|^6.0|^7.0|^8.0",
10-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0"
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"
1111
},
1212
"require-dev": {
1313
"friendsofphp/php-cs-fixer": "~2.5",

0 commit comments

Comments
 (0)