From 80332103a0b9e3b3af2f4ddcb8bc2a6fa210857e Mon Sep 17 00:00:00 2001 From: spiralbot Date: Tue, 29 Aug 2023 15:20:02 +0000 Subject: [PATCH] open 3.9.x-dev --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2678486..f6b65b9 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": ">=8.1", - "spiral/distribution": "^3.8.3", + "spiral/distribution": "^3.9", "league/flysystem": "^2.3.1" }, "autoload": { @@ -29,7 +29,7 @@ } }, "require-dev": { - "spiral/boot": "^3.8.3", + "spiral/boot": "^3.9", "phpunit/phpunit": "^10.1", "vimeo/psalm": "^5.9", "jetbrains/phpstorm-attributes": "^1.0"