From ae35031bac894f522073a3c3f4ab428dc23337f3 Mon Sep 17 00:00:00 2001 From: spiralbot Date: Tue, 12 Dec 2023 11:53:30 +0000 Subject: [PATCH] open 3.11.x-dev --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0e5835a..0ff30d1 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": ">=8.1", - "spiral/distribution": "^3.10.1", + "spiral/distribution": "^3.11", "league/flysystem": "^2.3.1" }, "autoload": { @@ -29,7 +29,7 @@ } }, "require-dev": { - "spiral/boot": "^3.10.1", + "spiral/boot": "^3.11", "phpunit/phpunit": "^10.1", "vimeo/psalm": "^5.9", "jetbrains/phpstorm-attributes": "^1.0",