This release removes support for HHVM and bumps the minimum supported
PHP version to 7.0.0.
In addition to that, multiple cleanups and irregular word mappings
have been added.
Total issues resolved: 12
- 29: Change unnecessary double quotes to single quotes thanks to @Bilge
- 31: Add .gitattributes to remove unneeded files thanks to @Slamdunk
- 33: Exclude some dirs and files from repository auto-generated ZIP archives thanks to @mlocati
- 36: Singular of 'caches' is 'cache' thanks to @seanbright
- 38: Add 'Furniture' and 'Luggage' to list of uninflected words thanks to @itsliamjones
- 42: Add passerby => passersby rule thanks to @ntzm
- 43: Words with no singular thanks to @mattwells
- 44: Singular of dives is dive thanks to @mcammaert
- 47: Drop PHP 5.x and HHVM thanks to @alcaeus
- 48: Add pluralization of 'niveau' => 'niveaux' thanks to @gastounage
- 49: Adding pluralisation of 'gulf' => 'gulfs' thanks to @lukewatts
- 50: Minimum PHP version supported bumped to 7.1, adding related static analysis improvements thanks to @Ocramius