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 [phpstan/phpstan-mockery](https://github.com/phpstan/phpstan-mockery) to permit the latest version.

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

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

Updates `phpstan/phpstan-mockery` to 1.1.3
- [Release notes](https://github.com/phpstan/phpstan-mockery/releases)
- [Commits](phpstan/phpstan-mockery@1.1.2...1.1.3)

---
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-mockery
  dependency-type: direct:development
  dependency-group: phpstan
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 4b7b3cf commit 26b20c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"require-dev": {
"nette/tester": "2.5.3",
"mockery/mockery": "1.6.12",
"phpstan/phpstan": "1.12.0",
"phpstan/phpstan-strict-rules": "1.6.0",
"phpstan/phpstan": "1.12.5",
"phpstan/phpstan-strict-rules": "1.6.1",
"phpstan/phpstan-nette": "1.3.8",
"nepada/phpstan-nette-tester": "1.2.0",
"spaze/phpstan-disallowed-calls": "3.4.0",
"shipmonk/phpstan-rules": "3.2.0",
"phpstan/phpstan-mockery": "1.1.2",
"phpstan/phpstan-mockery": "1.1.3",
"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 26b20c0

Please sign in to comment.