diff --git a/README.md b/README.md index 3d3f015..d1f326f 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,4 @@ issue within this repository. ### Security If you have security feedback, please contact me via email at - and I'll usually respond as soon as possible. + and I'll usually respond as soon as possible. diff --git a/composer.json b/composer.json index 5fa6224..3549487 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ } ], "require": { - "illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/validation": ">=5.5 <=10", + "illuminate/translation": ">=5.5 <=10" }, "require-dev": { "phpunit/phpunit": "~5.7|^9.0"