From 4f040f9e9bdb67f9f09194a889a4d33479e80fed Mon Sep 17 00:00:00 2001 From: spiralbot Date: Wed, 11 Sep 2024 17:50:05 +0000 Subject: [PATCH] open 3.15.x-dev --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4f8634a..feb0b55 100644 --- a/composer.json +++ b/composer.json @@ -34,16 +34,16 @@ "require": { "php": ">=8.1", "ext-json": "*", - "spiral/auth": "^3.14.3", + "spiral/auth": "^3.15", "psr/http-message": "^1.0|^2.0", "psr/http-server-middleware": "^1.0", "psr/event-dispatcher": "^1.0" }, "require-dev": { "phpunit/phpunit": "^10.1", - "spiral/cookies": "^3.14.3", - "spiral/http": "^3.14.3", - "spiral/debug": "^3.14.3", + "spiral/cookies": "^3.15", + "spiral/http": "^3.15", + "spiral/debug": "^3.15", "nyholm/psr7": "^1.5", "vimeo/psalm": "^5.9" },