Skip to content

Commit

Permalink
chore(deps): bump shipmonk/composer-dependency-analyser to v1.5 and s…
Browse files Browse the repository at this point in the history
…can src (#47)
  • Loading branch information
simPod authored Apr 18, 2024
1 parent 319c921 commit f83ca40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
declare(strict_types=1);

use ShipMonk\ComposerDependencyAnalyser\Config\Configuration;
use ShipMonk\ComposerDependencyAnalyser\Config\ErrorType;

$config = new Configuration();

return $config
->ignoreErrorsOnPackage('phpoption/phpoption', [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV]);
->addPathToScan(__DIR__ . '/src', isDev: false);
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"phpstan/phpstan": "^1.3",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpunit/phpunit": "^11.0",
"shipmonk/composer-dependency-analyser": "^1.4"
"shipmonk/composer-dependency-analyser": "^1.5"
},
"autoload": {
"files": [
Expand Down

0 comments on commit f83ca40

Please sign in to comment.