From 6758af2d4257d7d0256ca136d5f07349c86e2495 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 1 Oct 2024 21:06:51 +0800 Subject: [PATCH] wip --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index a80bfc1..5c814d2 100644 --- a/composer.json +++ b/composer.json @@ -31,17 +31,17 @@ "php": "^8.2", "composer-runtime-api": "^2.2", "composer/semver": "^3.0", - "illuminate/console": "^11.24", - "illuminate/database": "^11.24", - "illuminate/filesystem": "^11.24", - "illuminate/support": "^11.24", + "illuminate/console": "^11.26", + "illuminate/database": "^11.26", + "illuminate/filesystem": "^11.26", + "illuminate/support": "^11.26", "orchestra/canvas-core": "^9.0", "orchestra/testbench-core": "^9.2", "symfony/polyfill-php83": "^1.28", "symfony/yaml": "^7.0" }, "require-dev": { - "laravel/framework": "^11.24", + "laravel/framework": "^11.26", "laravel/pint": "^1.17", "mockery/mockery": "^1.6", "phpstan/phpstan": "^1.11",