| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | final class TargetPhpSettings |
||
| 23 | { |
||
| 24 | public const PHP_REGEX_DEFAULT = '.*/(php(74|7.4|80|8.0|81|8.1)?|php-fpm|libphp[78]?.*\.so)$'; |
||
| 25 | public const LIBPTHREAD_REGEX_DEFAULT = '.*/libpthread.*\.so'; |
||
| 26 | public const TARGET_PHP_VERSION_DEFAULT = 'auto'; |
||
| 27 | |||
| 28 | /** @param TVersion $php_version */ |
||
|
|
|||
| 29 | public function __construct( |
||
| 38 |
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