System Grab Bag

View all TLDR pages from common (or from all pages)

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}}
  • Check for breaking changes and output to Markdown:
    roave-backward-compatibility-check --format=markdown > {{results.md}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.