Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Jan 9, 2024
1 parent aab4033 commit 1605c56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .dev-tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"squizlabs/php_codesniffer": "^3.8.0",
"vimeo/psalm": "^5.18"
},
"autoload": {
"psr-4": {
"PhpCsFixer\\": "../vendor/friendsofphp/php-cs-fixer/src"
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": false,
Expand Down
1 change: 1 addition & 0 deletions .dev-tools/psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
xmlns='https://getpsalm.org/schema/config'
xsi:schemaLocation='https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd'
allowStringToStandInForClass='true'
autoloader='./vendor/autoload.php'
errorLevel='1'
findUnusedBaselineEntry='true'
findUnusedCode='false'
Expand Down

0 comments on commit 1605c56

Please sign in to comment.