From d5f9d5cdd0362460f7640e85b6296f5d71de2c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:49:58 +0000 Subject: [PATCH] Bump the phpstan group with 5 updates Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules), [nepada/phpstan-nette-tester](https://github.com/nepada/phpstan-nette-tester), [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls) and [shipmonk/phpstan-rules](https://github.com/shipmonk-rnd/phpstan-rules) to permit the latest version. Updates `phpstan/phpstan` to 1.10.67 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.66...1.10.67) Updates `phpstan/phpstan-strict-rules` to 1.5.5 - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.5.2...1.5.5) Updates `nepada/phpstan-nette-tester` to 1.2.0 - [Release notes](https://github.com/nepada/phpstan-nette-tester/releases) - [Commits](https://github.com/nepada/phpstan-nette-tester/compare/v1.1.0...v1.2.0) Updates `spaze/phpstan-disallowed-calls` to 3.2.0 - [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases) - [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v3.1.2...v3.2.0) Updates `shipmonk/phpstan-rules` to 2.12.0 - [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases) - [Commits](https://github.com/shipmonk-rnd/phpstan-rules/compare/2.11.3...2.12.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: phpstan - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development dependency-group: phpstan - dependency-name: nepada/phpstan-nette-tester dependency-type: direct:development dependency-group: phpstan - dependency-name: spaze/phpstan-disallowed-calls dependency-type: direct:development dependency-group: phpstan - dependency-name: shipmonk/phpstan-rules dependency-type: direct:development dependency-group: phpstan ... Signed-off-by: dependabot[bot] --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index abd9278..6e758bd 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@ "require-dev": { "nette/tester": "2.5.2", "mockery/mockery": "1.6.11", - "phpstan/phpstan": "1.10.66", - "phpstan/phpstan-strict-rules": "1.5.2", - "nepada/phpstan-nette-tester": "1.1.0", - "spaze/phpstan-disallowed-calls": "3.1.2", - "shipmonk/phpstan-rules": "2.11.3", + "phpstan/phpstan": "1.10.67", + "phpstan/phpstan-strict-rules": "1.5.5", + "nepada/phpstan-nette-tester": "1.2.0", + "spaze/phpstan-disallowed-calls": "3.2.0", + "shipmonk/phpstan-rules": "2.12.0", "phpstan/phpstan-mockery": "1.1.2", "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "7.14.0",