This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
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.