1.0
- Remove support for PHP 5.6, since it is no longer supported and adopt PHP 7.0 (#4)
BC breaks
Since scalar parameter typehints and return typehints were added, the interface of the affected classes/interfaces has changed. This means that if you were extending/implementing them, you need to update the method signatures to match the new form.