Skip to content

Commit 9d58484

Browse files
Updated compser-unused and added deployer to excluded checks. For some reason it doesn't find it anymore but deployer is ALWAYS required
Signed-off-by: Bastian Schwarz <bastian@codename-php.de>
1 parent e458a95 commit 9d58484

6 files changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"phive-update": "XDEBUG_MODE=off phive update && git add tools/* phive.xml && git commit -m 'Updated phive dependencies'",
3838
"phpunit": "XDEBUG_MODE=coverage tools/phpunit.phar -c test/phpunit.dist.xml test/",
3939
"psalm": "XDEBUG_MODE=off tools/psalm --threads=10 --long-progress --no-diff",
40-
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction",
40+
"composer-unused": "XDEBUG_MODE=off tools/composer-unused.phar --no-progress --no-interaction --excludePackage=deployer/deployer",
4141
"composer-require-checker": "XDEBUG_MODE=off tools/composer-require-checker --no-interaction",
4242
"infection": "XDEBUG_MODE=coverage tools/infection --min-msi=100 --min-covered-msi=100 --threads=4 --no-progress --show-mutations",
4343
"ci-all": [

phive.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
<phive xmlns="https://phar.io/phive">
1818
<phar name="phpunit" version="^9.5" installed="9.5.21" location="./tools/phpunit.phar" copy="true"/>
1919
<phar name="psalm" version="^4.20" installed="4.25.0" location="./tools/psalm" copy="true"/>
20-
<phar name="composer-unused" version="^0.7" installed="0.7.12" location="./tools/composer-unused" copy="true"/>
21-
<phar name="composer-require-checker" version="^2.1.0" installed="2.1.0" location="./tools/composer-require-checker" copy="true"/>
20+
<phar name="composer-unused" version="^0.8" installed="0.8.2" location="./tools/composer-unused.phar" copy="true"/>
21+
<phar name="composer-require-checker" version="^4.1.0" installed="4.1.0" location="./tools/composer-require-checker" copy="true"/>
2222
<phar name="infection" version="^0.26" installed="0.26.13" location="./tools/infection" copy="true"/>
23-
<phar name="php-cs-fixer" version="^2.19" installed="2.19.3" location="./tools/php-cs-fixer" copy="true"/>
2423
</phive>

tools/composer-require-checker

163 KB
Binary file not shown.

tools/composer-unused

-5.27 MB
Binary file not shown.

tools/composer-unused.phar

3.97 MB
Binary file not shown.

tools/php-cs-fixer

-2.13 MB
Binary file not shown.

0 commit comments

Comments
 (0)