This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
Releases: kreait/php-boilerplate
Releases · kreait/php-boilerplate
3.0.1
3.0.0
Updated dependencies
- PHP ^7.2
- PHPUnit ^7.0
2.0.0
- Updated dependencies
- PHP ^7.0
- PHPUnit ^6.0
- PHP CS Fixer ^2.0
- Added Makefile tasks
make view-coverage
to open a new browser window with the results frommake coverage
make tag
to create a signed git tag, see https://help.github.com/articles/signing-commits-using-gpg/
- Simplified Travis CI configuration
1.1.2
- Fixed the
before_script
commands in the Travis CI configuration
1.1.1
- Don't allow failures for HHVM.
- Add lowest PHP version (5.4) with lowest possible dependencies.
- Re-replace
composer install
withcomposer update
, because--prefer-lowest
does not work withcomposer install
.
1.1
- Remove HHVM nightly
- Set minimum PHP version in
composer.json
to PHP 5.4, as this is the lowest maintained version. - Use
composer install
instead ofcomposer update
on Travis CI. - Use
travis_retry
to handle network timeouts.
1.0.1
- Suppress make error when executing the PHP CS Fixer.
1.0
Initial release