From 6a4b5742127c167031503d78ea0bedcd4f995286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:33:24 +0000 Subject: [PATCH] chore: update weirdan/codeception-psalm-module requirement Updates the requirements on [weirdan/codeception-psalm-module](https://github.com/psalm/codeception-psalm-module) to permit the latest version. - [Release notes](https://github.com/psalm/codeception-psalm-module/releases) - [Commits](https://github.com/psalm/codeception-psalm-module/compare/0.13.1...0.14.0) --- updated-dependencies: - dependency-name: weirdan/codeception-psalm-module 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 e0a2421..6861bc9 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require-dev": { "squizlabs/php_codesniffer": "^3.6", - "weirdan/codeception-psalm-module": "^0.13.1", + "weirdan/codeception-psalm-module": "^0.14.0", "codeception/codeception": "^4.1" }, "extra": {