From 1e26c23f14de7eb5e857349455c2a35b9d12120f Mon Sep 17 00:00:00 2001 From: spiralbot Date: Wed, 4 Sep 2024 11:11:09 +0000 Subject: [PATCH] open 3.15.x-dev --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 35aedcb..ce1a706 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ ], "require": { "php": ">=8.1", - "spiral/distribution": "^3.14.1", + "spiral/distribution": "^3.15", "league/flysystem": "^2.3.1 || ^3.0" }, "autoload": { @@ -35,7 +35,7 @@ } }, "require-dev": { - "spiral/boot": "^3.14.1", + "spiral/boot": "^3.15", "phpunit/phpunit": "^10.1", "vimeo/psalm": "^5.9", "jetbrains/phpstorm-attributes": "^1.0",