Skip to content

Commit

Permalink
Upgrade tools to align with VuFind 9 release. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Mar 3, 2023
1 parent 21e2ba5 commit b717278
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"vufind-org/vufindcode": "^1.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.8.0",
"pear/http_request2": "2.4.2",
"friendsofphp/php-cs-fixer": "3.14.4",
"pear/http_request2": "2.5.1",
"phploc/phploc": "7.0.2",
"phpmd/phpmd": "2.12.0",
"phpstan/phpstan": "1.6.8",
"phpunit/phpunit": "9.5.20",
"phing/phing": "2.17.3",
"phpmd/phpmd": "2.13.0",
"phpstan/phpstan": "1.10.3",
"phpunit/phpunit": "9.6.4",
"phing/phing": "2.17.4",
"sebastian/phpcpd": "6.0.3",
"squizlabs/php_codesniffer": "3.6.2"
"squizlabs/php_codesniffer": "3.7.2"
}
}
2 changes: 2 additions & 0 deletions tests/phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
<arg name="extensions" value="php"/>
<rule ref="PEAR">
<exclude name="PEAR.Commenting.FunctionComment.ParamCommentAlignment" />
<exclude name="PEAR.WhiteSpace.ScopeIndent.IncorrectExact" />
<exclude name="PEAR.WhiteSpace.ScopeIndent.Incorrect" />
</rule>
</ruleset>

0 comments on commit b717278

Please sign in to comment.