From ee0f81fd5b4d03beefbfa2511c89e6800fc61815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:46:31 +0000 Subject: [PATCH] Update juliangut/phpstan-config requirement from ^1.2 to ^1.3 Updates the requirements on [juliangut/phpstan-config](https://github.com/juliangut/phpstan-config) to permit the latest version. - [Release notes](https://github.com/juliangut/phpstan-config/releases) - [Commits](https://github.com/juliangut/phpstan-config/compare/1.2...1.3) --- updated-dependencies: - dependency-name: juliangut/phpstan-config 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 87d821e..9d88be4 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "require-dev": { "grifart/phpstan-oneline": "~0.4", "juliangut/easy-coding-standard-config": "^1.18", - "juliangut/phpstan-config": "^1.2", + "juliangut/phpstan-config": "^1.3", "overtrue/phplint": "^9.4", "phpcompatibility/php-compatibility": "^9.3", "phpmd/phpmd": "^2.15",