Skip to content

Commit

Permalink
Use main composer installed shop package for quality tools
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Mar 21, 2024
1 parent f9e4e62 commit daf83f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "3.*",
"phpmd/phpmd": "^2.11",
"oxid-esales/oxideshop-ce": "^7.0",
"qossmic/deptrac-shim": "^0.24.0",
"codeception/module-rest": "*",
"codeception/module-phpbrowser": "*",
Expand Down
5 changes: 3 additions & 2 deletions tests/PhpStan/phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
parameters:
checkMissingIterableValueType: false
bootstrapFiles:
- ../../../../autoload.php
- phpstan-bootstrap.php
level: 8
scanFiles:
- ../../vendor/oxid-esales/oxideshop-ce/source/oxfunctions.php
- ../../vendor/oxid-esales/oxideshop-ce/source/overridablefunctions.php
- ../../../oxideshop-ce/source/oxfunctions.php
- ../../../oxideshop-ce/source/overridablefunctions.php

0 comments on commit daf83f0

Please sign in to comment.