The current code works virtually without issue on PHP 7,
as it was prepared with PHP 7 in mind as target version.
In order to work nicely with PHP 7.1:
- use nullable parameters type
- fix ProjectsMapTest tests mock type, using an anonymous class
We also bump the version in Composer.
References: