From 6b113e646320136f5dd01f6d214c330695963f4e Mon Sep 17 00:00:00 2001 From: Dawid Makowski Date: Tue, 4 Mar 2025 21:33:58 +0700 Subject: [PATCH] L12 compatibility --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 56a0558..a7b4a37 100644 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "keywords": ["laravel", "factory", "model", "testing"], "require": { "php": "^8.1", - "illuminate/support": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0|^12.0", "fakerphp/faker": "^1.9.1" }, "require-dev": { - "orchestra/testbench": "^8.0|^9.0", - "phpunit/phpunit": "^10.5" + "orchestra/testbench": "^8.0|^9.0|^10.0", + "phpunit/phpunit": "^10.5|^11.0|^12.0" }, "autoload": { "psr-4": {