Skip to content

Commit 2438587

Browse files
committed
Optimized dependencies
1 parent 0603543 commit 2438587

File tree

3 files changed

+65
-54
lines changed

3 files changed

+65
-54
lines changed

composer-dependency-analyser.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
declare(strict_types = 1);
4+
5+
use ShipMonk\ComposerDependencyAnalyser\Config\Configuration;
6+
use ShipMonk\ComposerDependencyAnalyser\Config\ErrorType;
7+
8+
return (new Configuration())
9+
->ignoreErrorsOnPackages(['infinityloop-dev/graphpinator-constraint-directives', 'infinityloop-dev/graphpinator-upload'], [ErrorType::DEV_DEPENDENCY_IN_PROD]);

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
"guzzlehttp/psr7": "^2.4.3",
1515
"infinityloop-dev/graphpinator": "^2.0",
1616
"infinityloop-dev/graphpinator-printer": "^2.0",
17+
"infinityloop-dev/utils": "^2.3",
1718
"psr/cache": "^3.0",
18-
"psr/simple-cache": "^3.0",
19+
"psr/log": "^3.0",
1920
"symfony/dependency-injection": "^7.3 || ^8.0",
20-
"symfony/framework-bundle": "^8.0",
21+
"symfony/framework-bundle": "^7.3 || ^8.0",
22+
"symfony/http-foundation": "^7.3 || ^8.0",
2123
"symfony/http-kernel": "^7.3 || ^8.0",
2224
"symfony/routing": "^8.0"
2325
},

composer.lock

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)