From 267d8c0cbd51003b4c214486a98f40f6cfd6e159 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Fri, 24 Jan 2025 18:09:16 +0800 Subject: [PATCH] Update composer.json --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index f311822b..3260ac49 100644 --- a/composer.json +++ b/composer.json @@ -15,12 +15,16 @@ ], "require": { "php": "^8.0", - "illuminate/console": "^9.52.16|^10.0|^11.0", - "illuminate/contracts": "^9.52.16|^10.0|^11.0", - "illuminate/support": "^9.52.16|^10.0|^11.0", + "illuminate/console": "^9.52.16|^10.0|^11.0|^12.0", + "illuminate/contracts": "^9.52.16|^10.0|^11.0|^12.0", + "illuminate/support": "^9.52.16|^10.0|^11.0|^12.0", "symfony/console": "^6.0|^7.0", "symfony/yaml": "^6.0|^7.0" }, + "require-dev": { + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", + "phpstan/phpstan": "^1.10" + }, "bin": [ "bin/sail" ], @@ -40,9 +44,5 @@ "sort-packages": true }, "minimum-stability": "dev", - "prefer-stable": true, - "require-dev": { - "orchestra/testbench": "^7.0|^8.0|^9.0", - "phpstan/phpstan": "^1.10" - } + "prefer-stable": true }