Skip to content

Commit

Permalink
Add dependency analyser config
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 8, 2024
1 parent 0108942 commit 335ad4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 29 deletions.
7 changes: 7 additions & 0 deletions composer-dependency-analyser.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

use ShipMonk\ComposerDependencyAnalyser\Config\Configuration;

return (new Configuration())
->addPathToExclude(__DIR__ . '/tests')
;
29 changes: 0 additions & 29 deletions composer-require-checker.json

This file was deleted.

0 comments on commit 335ad4b

Please sign in to comment.