Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Releases: kreait/php-boilerplate

3.0.1

27 Apr 21:37
3.0.1
da24e67
Compare
Choose a tag to compare

Fixed whitelist definition in phpunit.xml.dist

3.0.0

25 Apr 06:49
091c9b5
Compare
Choose a tag to compare

Updated dependencies

  • PHP ^7.2
  • PHPUnit ^7.0

2.0.0

15 Mar 09:48
2.0.0
429972d
Compare
Choose a tag to compare
  • Updated dependencies
    • PHP ^7.0
    • PHPUnit ^6.0
    • PHP CS Fixer ^2.0
  • Added Makefile tasks
  • Simplified Travis CI configuration

1.1.2

02 Aug 23:44
Compare
Choose a tag to compare
  • Fixed the before_script commands in the Travis CI configuration

1.1.1

29 Apr 00:53
Compare
Choose a tag to compare
  • Don't allow failures for HHVM.
  • Add lowest PHP version (5.4) with lowest possible dependencies.
  • Re-replace composer install with composer update, because --prefer-lowest does not work with composer install.

1.1

29 Apr 00:29
Compare
Choose a tag to compare
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 of composer update on Travis CI.
  • Use travis_retry to handle network timeouts.

1.0.1

26 Apr 16:57
Compare
Choose a tag to compare
  • Suppress make error when executing the PHP CS Fixer.

1.0

26 Apr 15:45
Compare
Choose a tag to compare
1.0

Initial release