Skip to content

Commit 3194cb4

Browse files
authored
Merge pull request #5 from dbfx/main
Laravel 9 Support
2 parents 4e58df0 + 5a0c27c commit 3194cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": "^7.2|^8.0",
7-
"illuminate/validation": "^6.0|^7.0|^8.0"
7+
"illuminate/validation": "^6.0|^7.0|^8.0|^9.0"
88
},
99
"require-dev": {
1010
"phpunit/phpunit": "^9.3"

0 commit comments

Comments
 (0)