- Verify everything works with
php test.php
. - Update
History.md
. - Commit with
git commit -am "Release {version}"
- Tag with
git tag -a {version} -m "Version {version}"
. - Push to Github with
git push -u origin master && git push --tags
. - Go to Packagist page and click Update.