1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 13:26:05 +02:00
tldr/pages/common/roave-backward-compatibility-check.md

21 lines
686 B
Markdown
Raw Normal View History

# roave-backward-compatibility-check
> A tool that can be used to 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}}`
2020-12-29 08:45:05 -03:00
- Check for breaking changes and output to Markdown:
`roave-backward-compatibility-check --format=markdown > {{results.md}}`