From f08f4b8c43bd93454da87db2e8054a4617f84902 Mon Sep 17 00:00:00 2001 From: spiralbot Date: Fri, 29 Dec 2023 10:48:51 +0000 Subject: [PATCH] open 3.12.x-dev --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3a271ff..a982e9f 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": ">=8.1", - "spiral/distribution": "^3.11.1", + "spiral/distribution": "^3.12", "league/flysystem": "^2.3.1" }, "autoload": { @@ -29,7 +29,7 @@ } }, "require-dev": { - "spiral/boot": "^3.11.1", + "spiral/boot": "^3.12", "phpunit/phpunit": "^10.1", "vimeo/psalm": "^5.9", "jetbrains/phpstorm-attributes": "^1.0",