Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Jan 14, 2021
1 parent 4b49a7e commit 662af2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"require" : {
"php" : ">=7.2",

"vimeo/psalm" : ">=4.2.1",
"vimeo/psalm" : ">=4.4.0",

"phpstan/phpstan" : ">=0.12.58",
"phpstan/phpstan-strict-rules" : ">=0.12.5",
"phpstan/phpstan" : ">=0.12.67",
"phpstan/phpstan-strict-rules" : ">=0.12.9",
"nette/neon" : ">=3.2.1",

"phploc/phploc" : ">=5.0",
"phpmd/phpmd" : "^2.9.1",
"povils/phpmnd" : "^2.3.0",
"phan/phan" : "^3.2.6",
"phan/phan" : "^3.2.10",
"maglnet/composer-require-checker" : "^2.0.0",

"squizlabs/php_codesniffer" : "^3.5.8",
Expand All @@ -34,7 +34,7 @@
"sensiolabs/security-checker" : "^6.0.3",
"roave/security-advisories" : "dev-master",

"php-coveralls/php-coveralls" : "^2.4.2",
"php-coveralls/php-coveralls" : "^2.4.3",
"phpmetrics/phpmetrics" : "^2.7.4",
"pdepend/pdepend" : "^2.8.0",

Expand Down
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ parameters:
level: max
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
reportUnmatchedIgnoredErrors: false

0 comments on commit 662af2f

Please sign in to comment.