1.1.0
This release raises the minimum required PHP version to 7.1.0.
HHVM official support was dropped.
In addition to that, cleanups were applied in the library, making
it slightly more efficient, as a few checks for old PHP version
compatibility were dropped.
Total issues resolved: 3
- 23: Cleanup: old php versions compat cleanup thanks to @Ocramius
- 27: Using the higher entropy uniqid thanks to @mikeSimonson
- 29: Modern way of specifying class path thanks to @NinoSkopac