Skip to content

Commit

Permalink
Bump the phpstan group with 5 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), [phpstan/phpstan-nette](https://github.com/phpstan/phpstan-nette), [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.11.3
- [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.67...1.11.3)

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

Updates `phpstan/phpstan-nette` to 1.3.0
- [Release notes](https://github.com/phpstan/phpstan-nette/releases)
- [Commits](phpstan/phpstan-nette@1.2.9...1.3.0)

Updates `spaze/phpstan-disallowed-calls` to 3.4.0
- [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases)
- [Commits](spaze/phpstan-disallowed-calls@v3.2.0...v3.4.0)

Updates `shipmonk/phpstan-rules` to 3.0.0
- [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases)
- [Commits](shipmonk-rnd/phpstan-rules@2.12.0...3.0.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: phpstan/phpstan-nette
  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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 1, 2024
1 parent cffd489 commit e610e71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"require-dev": {
"nette/tester": "2.5.2",
"mockery/mockery": "1.6.12",
"phpstan/phpstan": "1.10.67",
"phpstan/phpstan-strict-rules": "1.5.5",
"phpstan/phpstan-nette": "1.2.9",
"phpstan/phpstan": "1.11.3",
"phpstan/phpstan-strict-rules": "1.6.0",
"phpstan/phpstan-nette": "1.3.0",
"phpstan/phpstan-mockery": "1.1.2",
"nepada/phpstan-nette-tester": "1.2.0",
"spaze/phpstan-disallowed-calls": "3.2.0",
"shipmonk/phpstan-rules": "2.12.0",
"spaze/phpstan-disallowed-calls": "3.4.0",
"shipmonk/phpstan-rules": "3.0.0",
"php-parallel-lint/php-parallel-lint": "1.4.0",
"nepada/coding-standard": "7.14.0",
"nette/di": "^3.0.6@dev",
Expand Down

0 comments on commit e610e71

Please sign in to comment.