From 3b14fed9ae8d9dc0ff4e0427ed1e3af1f7ea6253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 08:08:12 +0000 Subject: [PATCH] Update nexusphp/tachycardia requirement from ^1.0 to ^2.3 Updates the requirements on [nexusphp/tachycardia](https://github.com/NexusPHP/tachycardia) to permit the latest version. - [Release notes](https://github.com/NexusPHP/tachycardia/releases) - [Changelog](https://github.com/NexusPHP/tachycardia/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/NexusPHP/tachycardia/compare/v1.0.0...v2.3.0) --- updated-dependencies: - dependency-name: nexusphp/tachycardia dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b5cc06c..5b00a96 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "fakerphp/faker": "^1.9", "mikey179/vfsstream": "^1.6", "nexusphp/cs-config": "^3.1", - "nexusphp/tachycardia": "^1.0", + "nexusphp/tachycardia": "^2.3", "phpstan/phpstan": "^1.1", "phpunit/phpunit": "^9.1", "psr/container": "^2.0",