From bc7110f895a99d5dbc8d32534ea5bdedee48a77f Mon Sep 17 00:00:00 2001 From: Emtiaz Zahid Date: Mon, 14 Apr 2025 12:35:59 +0600 Subject: [PATCH 1/2] laravel 12 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 83f9286..2b5213d 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "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|^10.0", + "illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^12.8", "illuminate/filesystem": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { From 7c51c3d44ae74b131214ec0edc65ae72415d8d54 Mon Sep 17 00:00:00 2001 From: Emtiaz Zahid Date: Mon, 14 Apr 2025 16:47:40 +0600 Subject: [PATCH 2/2] dependencies update --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 2b5213d..c7b1f8c 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,11 @@ "description": "Mock class constructor args based on the reflection class", "require": { "illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^12.8", - "illuminate/filesystem": "^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|^12.8" }, "require-dev": { - "phpunit/phpunit": "^7.5|^8.0|^9.5.10", - "orchestra/testbench": "^3.5|^4.0|^7.0" + "phpunit/phpunit": "^7.5|^8.0|^9.5.10|^10.0|^11.0|^12.1", + "orchestra/testbench": "^3.5|^4.0|^7.0|^8.0|^9.0|^10.2" }, "keywords": [ "laravel",