From 5e8d6e0aefae65253190b07b3ef293feab7b86a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 04:17:48 +0000 Subject: [PATCH] Update bitexpert/phpstan-magento requirement from ^0.30.1 to ^0.31.0 Updates the requirements on [bitexpert/phpstan-magento](https://github.com/bitExpert/phpstan-magento) to permit the latest version. - [Release notes](https://github.com/bitExpert/phpstan-magento/releases) - [Changelog](https://github.com/bitExpert/phpstan-magento/blob/master/CHANGELOG.md) - [Commits](https://github.com/bitExpert/phpstan-magento/compare/v0.30.1...v0.31.0) --- updated-dependencies: - dependency-name: bitexpert/phpstan-magento 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 81d3a61..6d558b6 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require-dev": { "bitexpert/captainhook-infection": "^0.6.0", - "bitexpert/phpstan-magento": "^0.30.1", + "bitexpert/phpstan-magento": "^0.31.0", "captainhook/captainhook": "^5.10.8", "captainhook/plugin-composer": "^5.3.3", "infection/infection": "0.22.0|^0.26.6",