Skip to content

Commit

Permalink
Fix deps issues
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 3, 2024
1 parent c543e10 commit 7e6d48b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,5 @@

return (new Configuration())
->addPathToExclude(__DIR__ . '/tests')
->ignoreUnknownClasses([
Deployer\Deployer::class,
Deployer\Task\Context::class,
])
->ignoreUnknownFunctions([
'Deployer\after',
'Deployer\before',
'Deployer\get',
'Deployer\run',
'Deployer\set',
'Deployer\task',
'Deployer\upload',
])
->ignoreErrorsOnPackage('deployer/deployer', [ErrorType::UNUSED_DEPENDENCY])
;

0 comments on commit 7e6d48b

Please sign in to comment.