Upgrading Capro

You can keep track of new Capro releases on GitHub Releases. If you are using an RSS reader, you can add the GitHub Releases URL to get notified when a new release is out.

Capro follows Semantic Versioning.

Minor Upgrade

Minor upgrades should not contain any breaking changes (except for alpha).

Upgrade your global capro package, if you have installed Capro installed globally via Composer (recommended).

$ composer global update xy2z/capro

Upgrade your local project package:

$ composer update xy2z/capro