If you maintain your depending packages in a PHP project with composer (which you really should do!), you may want to get an idea of which packages might be possible to be updated.
This is very easy to do with composer outdated
see: https://getcomposer.org/doc/03-cli.md#outdated. This will provide a list of packages in a new version: