1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-14 23:55:23 +02:00
tldr/pages/common/roave-backward-compatibility-check.md
Vitor Henrique c8f956319f
pages*: simplify page description (#12149)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-14 21:25:13 +01:00

20 lines
659 B
Markdown

# roave-backward-compatibility-check
> Verify backward compatibility breaks between two versions of a PHP library.
> More information: <https://github.com/Roave/BackwardCompatibilityCheck>.
- Check for breaking changes since the last tag:
`roave-backward-compatibility-check`
- Check for breaking changes since a specific tag:
`roave-backward-compatibility-check --from={{git_reference}}`
- Check for breaking changes between the last tag and a specific reference:
`roave-backward-compatibility-check --to={{git_reference}}`
- Check for breaking changes and output to Markdown:
`roave-backward-compatibility-check --format=markdown > {{results.md}}`