From ec287f87660b84180f4348afa552ac4f5506b823 Mon Sep 17 00:00:00 2001 From: Scott Robinson Date: Sun, 20 Aug 2023 12:37:33 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 4bed60130132725b70911896ecdd511f3eec8786 Mon Sep 17 00:00:00 2001 From: Scott Robinson Date: Sun, 20 Aug 2023 12:40:33 +0100 Subject: [PATCH 2/2] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"