Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class Oauth extends AbstractRequirement |
||
12 | { |
||
13 | protected $requirements = [ |
||
14 | TwitterOAuth::class => 'abraham/twitteroauth', |
||
15 | ResponseInterface::class => 'psr/http-message', |
||
16 | AbstractProvider::class => 'league/oauth2-client', |
||
17 | ClientInterface::class => 'guzzlehttp/guzzle~6.0', |
||
18 | Twitter::class => 'league/oauth1-client' |
||
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