From 2782b6b0a9f807d69add8f37cb973169a09fcf2a Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 23 Jan 2025 12:23:36 +0800 Subject: [PATCH] Revert "Update composer.json" This reverts commit 66a50ff298abea01d52ef69d23d68c8c10a4ba19. --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index c6055e7..d28fcee 100644 --- a/composer.json +++ b/composer.json @@ -21,16 +21,16 @@ "require": { "php": "^8.2", "ext-mbstring": "*", - "illuminate/console": "^10.24|^11.0|^12.0", - "illuminate/contracts": "^10.24|^11.0|^12.0", - "illuminate/log": "^10.24|^11.0|^12.0", - "illuminate/process": "^10.24|^11.0|^12.0", - "illuminate/support": "^10.24|^11.0|^12.0", + "illuminate/console": "^10.24|^11.0", + "illuminate/contracts": "^10.24|^11.0", + "illuminate/log": "^10.24|^11.0", + "illuminate/process": "^10.24|^11.0", + "illuminate/support": "^10.24|^11.0", "nunomaduro/termwind": "^1.15|^2.0", "symfony/console": "^6.0|^7.0" }, "require-dev": { - "laravel/framework": "^10.24|^11.0|^12.0", + "laravel/framework": "^10.24|^11.0", "laravel/pint": "^1.13", "orchestra/testbench-core": "^8.12|^9.0", "pestphp/pest": "^2.20",