We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec287f8 commit 4bed601Copy full SHA for 4bed601
composer.json
@@ -12,8 +12,8 @@
12
}
13
],
14
"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"
+ "illuminate/validation": ">=5.5 <=10",
+ "illuminate/translation": ">=5.5 <=10"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "~5.7|^9.0"
0 commit comments