Expand description
§composer-parser
Parses the JSON output of composer outdated and composer audit
Structs§
- Composer
Outdated Data - Outer structure for parsing composer-outdated output
- Composer
Outdated Options - These are options to modify the behaviour of the program.
- Package
Status - Inner, per-package structure when parsing composer-outdated output
Enums§
- Error
- Error type for composer_parser
- Indicated
Update Requirement - What the exit code indicated about required updates
- Update
Requirement - What kind of update, if any, is required for a package
Functions§
- outdated
- main entry point for the composer-oudated call