- PAP uses semantic versioning, therefore no breaking changes are to expect in minor & patch releases
- You are encouraged to update minor and patch versions frequently
- Run
composer.phar update pixelbrackets/papto update PAP to the latest release in your version range
- Check the version of currently used PAP package release with
composer.phar show pixelbrackets/pap - Check the latest available version on Packagist
- Read the Changelog to check for breaking changes
- Run
composer.phar require pixelbrackets/pap:^7.0to update PAP to the latest release (version 7 in this example command, replace with the current version) - Merge any configuration changes into
pap.yml,pap.local.template.ymlandpap.local.yml, fix any breaking changes and adapt your README if neccessary