Skip to content

Commit 2aa3d06

Browse files
authored
Merge pull request #13 from stefnats/patch-2
Laravel 9 Compatibility
2 parents 00abff9 + 60a38f1 commit 2aa3d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
],
1414
"require": {
15-
"illuminate/validation": "^5.5|^6.0|^7.0|^8.0",
16-
"illuminate/translation": "^5.5|^6.0|^7.0|^8.0"
15+
"illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0",
16+
"illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~5.7|^9.0"

0 commit comments

Comments
 (0)