This is a composer package to make your static analysis tools happy :)
use Navarr\Attribute\Dependency;
// ...
#[Dependency(package: 'psr/log', versionConstraint: '^1', reason: 'Use of LoggerInterface::error')]
While the Attribute only works in PHP8, so long as it does not span multiple lines, it may be included in PHP7 codebases
See navarr/dependency-annotation for tools to analyse usage.