Skip to content

Commit

Permalink
Merge pull request #112 from bearsunday/bump-qa-tools-version
Browse files Browse the repository at this point in the history
Bump QA tools version and lock it
  • Loading branch information
koriym authored May 1, 2021
2 parents b5d5bf2 + a139544 commit 233db21
Show file tree
Hide file tree
Showing 3 changed files with 2,903 additions and 6 deletions.
9 changes: 6 additions & 3 deletions psalm.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0"?>
<psalm
errorLevel="3"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/tools/vendor/vimeo/psalm/config.xsd https://psalm.dev/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/tools/vendor/vimeo/psalm/config.xsd"
>
<projectFiles>
<directory name="src" />
Expand All @@ -19,6 +18,10 @@
<directory name="src/Resource"/>
</errorLevel>
</MissingConstructor>
<NonInvariantDocblockPropertyType>
<errorLevel type="suppress">
<directory name="src/Resource"/>
</errorLevel>
</NonInvariantDocblockPropertyType>
</issueHandlers>
</psalm>

6 changes: 3 additions & 3 deletions vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"require": {
"doctrine/coding-standard": "^8.2",
"doctrine/coding-standard": "^9.0",
"phpmd/phpmd": "^2.9",
"phpmetrics/phpmetrics": "^2.7",
"phpstan/phpstan": "^0.12",
"psalm/plugin-phpunit": "^0.13",
"psalm/plugin-phpunit": "^0.15",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.2"
"vimeo/psalm": "^4.7"
}
}
Loading

0 comments on commit 233db21

Please sign in to comment.