Skip to content

Commit

Permalink
Fix dep issues
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 3, 2024
1 parent feb99e7 commit 6f65fd8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,19 @@
->addPathToExclude(__DIR__ . '/tests')
->addPathToScan(__DIR__ . '/src', false)
->ignoreErrorsOnPackage('deployer/deployer', [ErrorType::UNUSED_DEPENDENCY])
->ignoreUnknownFunctions([
'Deployer\after',
'Deployer\ask',
'Deployer\askConfirmation',
'Deployer\before',
'Deployer\get',
'Deployer\has',
'Deployer\input',
'Deployer\invoke',
'Deployer\output',
'Deployer\run',
'Deployer\task',
'Deployer\test',
'Deployer\upload',
])
;

0 comments on commit 6f65fd8

Please sign in to comment.