Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
- Updating twig/twig 2.x-dev (7801532 => 237c326): Checking out 237c326c78
Writing lock file
Generating autoload files
dantleech/what-changed: nothing changed
dantleech/what-changed: 15 updated
justinrainbow/json-schema 8560d431..dcb6e100
[2018-03-04 02:41:52] 232378f3 erayd Remove large array type-specific performance optimisation Fixes #441. The bug in #441 was caused by refactoring of the optimisation which introduced a type-checking error. Noting ...
[2018-04-13 10:16:47] 836048e0 erayd Enhancement: Normalize composer.json
[2017-11-28 16:37:34] 96a7fe5d erayd Don't use PHP's fmod PHP's fmod has some quirks. The private fmod function wraps it to iron out some of those quirks but ultimately it's better to just not use it.
[2017-11-29 15:58:40] 6b2a5cdf erayd Simplify the private fmod function Now that the private fmod function is not using PHP's fmod we can remove the code which was working around it's quirks.
[2018-06-11 20:09:57] 23d7b337 erayd chore(travis): add hhvm to allow_failures
[2018-08-13 06:16:50] a91222b1 erayd php-doc fix in bin/validate-json
[2018-10-17 07:49:21] 5dd32e9f erayd Fix: Pin friendsofphp/php-cs-fixer to minor version