From 2a7b46db20a900cf19e3a4eaaa5030944521ac9a Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Fri, 20 Mar 2026 02:24:29 +0300 Subject: [PATCH] Update package version constraints in composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 2456fc9..6de5e55 100644 --- a/composer.json +++ b/composer.json @@ -34,12 +34,12 @@ "require": { "php": "^7.3 || ^8.0", "ext-dom": "*", - "illuminate/support": ">=6.0 <13.0", - "illuminate/validation": ">=6.0 <13.0", - "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0" + "illuminate/support": ">=6.0 <14.0", + "illuminate/validation": ">=6.0 <14.0", + "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { - "symfony/var-dumper": "^5.0 || ^6.0 || ^7.0" + "symfony/var-dumper": "^5.0 || ^6.0 || ^7.0 || ^8.0" }, "minimum-stability": "stable", "prefer-stable": true, @@ -58,4 +58,4 @@ "preferred-install": "dist", "sort-packages": true } -} \ No newline at end of file +}