From b5e2aee4faef0661001e01d157cea0f023a6010d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:16:04 +0200 Subject: [PATCH] [TASK] Update phpstan/phpstan requirement from ^1.6.2 to ^1.7.15 (#464) Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.7.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.6.2...1.7.15) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7b3a780..87ea7ea 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "jangregor/phpstan-prophecy": "^1.0.0", "php-coveralls/php-coveralls": "^2.5.2", "phpstan/extension-installer": "^1.1.0", - "phpstan/phpstan": "^1.6.2", + "phpstan/phpstan": "^1.7.15", "phpstan/phpstan-phpunit": "^1.1.1", "phpunit/phpunit": "^8.5.26", "saschaegerer/phpstan-typo3": "^1.1.2",