Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the phpstan group with 3 updates #113

Merged
merged 2 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
},
"require-dev": {
"nette/tester": "2.5.1",
"phpstan/phpstan": "1.10.46",
"phpstan/phpstan": "1.10.57",
"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.1",
"shipmonk/phpstan-rules": "2.10.0",
"spaze/phpstan-disallowed-calls": "3.1.1",
"shipmonk/phpstan-rules": "2.11.2",
"php-parallel-lint/php-parallel-lint": "1.3.2",
"nepada/coding-standard": "7.14.0",
"nette/di": "^3.0.6@dev",
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parameters:

ignoreErrors:
- # used for checksum only
message: "#^Calling md5\\(\\) is forbidden, use hash\\(\\) with at least SHA\\-256 for secure hash, or password_hash\\(\\) for passwords$#"
message: "#^Calling md5\\(\\) is forbidden, use hash\\(\\) with at least SHA\\-256 for secure hash, or password_hash\\(\\) for passwords\\.$#"
count: 1
path: src/BustCache/CacheBustingStrategies/ContentHash.php
- # conditional type narrowing
Expand Down