Skip to content

Commit

Permalink
Bump the phpstan group with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) and [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls) to permit the latest version.

Updates `phpstan/phpstan` to 1.10.40
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.38...1.10.40)

Updates `phpstan/phpstan-strict-rules` to 1.5.2
- [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases)
- [Commits](phpstan/phpstan-strict-rules@1.5.1...1.5.2)

Updates `spaze/phpstan-disallowed-calls` to 2.16.1
- [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases)
- [Commits](spaze/phpstan-disallowed-calls@v2.16.0...v2.16.1)

---
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: spaze/phpstan-disallowed-calls
  dependency-type: direct:development
  dependency-group: phpstan
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 4, 2023
1 parent af48586 commit 3f26d02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -28,11 +28,11 @@
"require-dev": {
"nette/tester": "2.5.1",
"mockery/mockery": "1.6.6",
"phpstan/phpstan": "1.10.38",
"phpstan/phpstan-strict-rules": "1.5.1",
"phpstan/phpstan": "1.10.40",
"phpstan/phpstan-strict-rules": "1.5.2",
"phpstan/phpstan-nette": "1.2.9",
"nepada/phpstan-nette-tester": "1.1.0",
"spaze/phpstan-disallowed-calls": "2.16.0",
"spaze/phpstan-disallowed-calls": "2.16.1",
"shipmonk/phpstan-rules": "2.9.2",
"phpstan/phpstan-mockery": "1.1.1",
"php-parallel-lint/php-parallel-lint": "1.3.2",
Expand Down

0 comments on commit 3f26d02

Please sign in to comment.