From 3dcef03846592376dd895469d5c93060fd0c24dc Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 7 Sep 2023 10:29:33 +0900 Subject: [PATCH] Update nexusphp/tachycardia to ^1.3 Expeditable trait was introduced in v1.3.0. codeigniter4/settings use it. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eba87ad..c826294 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "fakerphp/faker": "^1.9", "mikey179/vfsstream": "^1.6", "nexusphp/cs-config": "^3.6", - "nexusphp/tachycardia": "^1.0", + "nexusphp/tachycardia": "^1.3", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0",