Skip to content

Commit

Permalink
composer(deps-dev): update phpstan/phpstan requirement (#21)
Browse files Browse the repository at this point in the history
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.6.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.5.4...1.5.6)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 19, 2022
1 parent 5998c8f commit 36b029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require-dev": {
"mimmi20/coding-standard": "^2.7.0",
"phpstan/extension-installer": "^1.1.0",
"phpstan/phpstan": "^1.5.4",
"phpstan/phpstan": "^1.5.6",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.1.0",
"phpunit/phpunit": "^9.5.20"
Expand Down

0 comments on commit 36b029c

Please sign in to comment.