From 15405c3a893f35c949502cb500cb5cbd22fa2727 Mon Sep 17 00:00:00 2001 From: Pellegrino Durante Date: Thu, 10 Apr 2025 17:56:53 +0200 Subject: [PATCH] feat: support to Laravel 12 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a4cd0b6..f259a4b 100644 --- a/composer.json +++ b/composer.json @@ -24,15 +24,15 @@ "ext-libxml": "*", "ext-mbstring": "*", "ext-simplexml": "*", - "illuminate/support": "^9.0|^10.0|^11.0", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", "guzzlehttp/guzzle": "~6.0|^7.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", - "phpunit/phpunit": "^9.0|^10.0|^11.0", + "phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0", "phpstan/phpstan": "^1.11", - "illuminate/config": "^9.0|^10.0|^11.0", - "orchestra/testbench": "^7.0|^8.0|^9.0", + "illuminate/config": "^9.0|^10.0|^11.0|^12.0", + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", "php-coveralls/php-coveralls": "^2.7" }, "autoload": {