From e51ad25f2ef6e13a427fde06552e64955f4dc3e1 Mon Sep 17 00:00:00 2001 From: Reece May <2767904+ReeceM@users.noreply.github.com> Date: Mon, 3 Apr 2023 15:19:00 +0200 Subject: [PATCH] Update composer.json to L10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fa7b1c1..83f9286 100644 --- a/composer.json +++ b/composer.json @@ -2,8 +2,8 @@ "name": "reecem/mocker", "description": "Mock class constructor args based on the reflection class", "require": { - "illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0", - "illuminate/filesystem": "^5.6|^6.0|^7.0|^8.0|^9.0" + "illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/filesystem": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "phpunit/phpunit": "^7.5|^8.0|^9.5.10",