Hey guys,
When I'm using other package managers, I often use commands like bower list or npm outdated to find out if packages have a newer release, and can be upgraded. However, composer is kind of lacking this functionality. There is the possibility to run the update with the --dry-run option, but that will not tell you if there is a newer version if you have strict versions in composer.json.
Is this something that could be on the roadmap?
Hey guys,
When I'm using other package managers, I often use commands like
bower listornpm outdatedto find out if packages have a newer release, and can be upgraded. However, composer is kind of lacking this functionality. There is the possibility to run the update with the--dry-runoption, but that will not tell you if there is a newer version if you have strict versions incomposer.json.Is this something that could be on the roadmap?