From d4de861f79db0ad7d619e05c2425cc60f1d3b06f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:10:09 +0000 Subject: [PATCH] Update grifart/phpstan-oneline requirement from ~0.4 to ~0.5 Updates the requirements on [grifart/phpstan-oneline](https://github.com/grifart/phpstan-oneline) to permit the latest version. - [Release notes](https://github.com/grifart/phpstan-oneline/releases) - [Commits](https://github.com/grifart/phpstan-oneline/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: grifart/phpstan-oneline 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 ec0d183..6903a39 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "twig/twig": "^3.15" }, "require-dev": { - "grifart/phpstan-oneline": "~0.4", + "grifart/phpstan-oneline": "~0.5", "juliangut/easy-coding-standard-config": "^1.20", "juliangut/phpstan-config": "^1.3", "overtrue/phplint": "^9.5",