Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class Guzzle extends AbstractRequirement |
||
12 | { |
||
13 | protected $requirements = [ |
||
14 | ClientInterface::class => 'guzzlehttp/guzzle~6.0', |
||
15 | CacheItemInterface::class => 'psr/cache^1.0', |
||
16 | CurlFormatter::class => 'namshi/cuzzle^2.0', |
||
17 | Stopwatch::class => 'symfony/stopwatch', |
||
18 | Filesystem::class => 'symfony/filesystem' |
||
19 | ]; |
||
20 | |||
21 | public function getRequirements() |
||
26 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths