Files
cheatsheet-tldr/tldr/roave-backward-compatibility-check

26 lines
752 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`