Skip to content

Commit 1c04d14

Browse files
author
Bastian Schwarz
committed
Excluding css selector package. We don't use it directly but it's needed for the dom crawler
Signed-off-by: Bastian Schwarz <bastian@repareo.de>
1 parent a7d9032 commit 1c04d14

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.idea/deploymentchecks.http.iml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"scripts": {
5151
"phpunit": "tools/phpunit.phar -c test/phpunit.dist.xml test/",
5252
"psalm": "tools/psalm --threads=10 --long-progress",
53-
"composer-unused": "tools/composer-unused --no-progress --no-interaction",
53+
"composer-unused": "tools/composer-unused --no-progress --no-interaction --excludePackage=symfony/css-selector",
5454
"composer-require-checker": "tools/composer-require-checker --no-interaction",
5555
"infection": "XDEBUG_MODE=coverage tools/infection --min-msi=100 --min-covered-msi=100 --threads=4 --no-progress --show-mutations run",
5656
"ci-all": [

0 commit comments

Comments
 (0)