Crate composer_parser

Source
Expand description

§composer-parser

Parses the JSON output of composer outdated and composer audit

Structs§

ComposerOutdatedData
Outer structure for parsing composer-outdated output
ComposerOutdatedOptions
These are options to modify the behaviour of the program.
PackageStatus
Inner, per-package structure when parsing composer-outdated output

Enums§

Error
Error type for composer_parser
IndicatedUpdateRequirement
What the exit code indicated about required updates
UpdateRequirement
What kind of update, if any, is required for a package

Functions§

outdated
main entry point for the composer-oudated call