From 78b687bfab879929e5d3cc6a955180fb059f080d Mon Sep 17 00:00:00 2001 From: Mattia Basone Date: Thu, 10 Apr 2025 22:21:18 +0200 Subject: [PATCH 1/2] laravel 12 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 70466eb..47b0ed3 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "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": { @@ -32,7 +32,7 @@ "phpunit/phpunit": "^10.5|^11.0", "phpstan/phpstan": "^1.11|^2.0", "illuminate/config": "^9.0|^10.0|^11.0", - "orchestra/testbench": "^7.0|^8.0|^9.0", + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", "php-coveralls/php-coveralls": "^2.7" }, "autoload": { From ecba5555ee116b089127a0ab147c8f774eec883a Mon Sep 17 00:00:00 2001 From: Mattia Basone Date: Thu, 10 Apr 2025 22:23:35 +0200 Subject: [PATCH 2/2] add illuminate/config 12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 47b0ed3..fcbdeb6 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "friendsofphp/php-cs-fixer": "^3.0", "phpunit/phpunit": "^10.5|^11.0", "phpstan/phpstan": "^1.11|^2.0", - "illuminate/config": "^9.0|^10.0|^11.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" },