Skip to content

Commit 4bed601

Browse files
authored
Update composer.json
1 parent ec287f8 commit 4bed601

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|^9.0|^10.0",
16-
"illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
15+
"illuminate/validation": ">=5.5 <=10",
16+
"illuminate/translation": ">=5.5 <=10"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~5.7|^9.0"

0 commit comments

Comments
 (0)