Skip to content

Commit

Permalink
composer: allow any newer patch release of phpstan
Browse files Browse the repository at this point in the history
this should reduce the dependabot spam
  • Loading branch information
dktapps authored Jun 1, 2023
1 parent 5d5db80 commit e1b9dde
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 @@ -7,7 +7,7 @@
"php": "^8.0"
},
"require-dev": {
"phpstan/phpstan": "1.10.3",
"phpstan/phpstan": "~1.10.3",
"phpstan/phpstan-strict-rules": "^1.2.0"
},
"autoload": {
Expand Down

0 comments on commit e1b9dde

Please sign in to comment.