I am working on a php project that the composer uses, but some of the dependencies are very old, including the php version. We are trying to convince the client to upgrade the php version and, therefore, all other dependencies. We would like to analyze existing dependencies and find known vulnerabilities for them.
Are there any php tools that run dependency checking ?
I did this with ruby ββprojects using batch audit , but I was not able to find a similar tool for php.
source share