Skip to content

v1.4.0

Compare
Choose a tag to compare
@damienalexandre damienalexandre released this 10 Nov 17:23
· 103 commits to master since this release
045da36

See CHANGELOG for the complete diff.

What's Changed

  • Update PHP-CS-Fixer to V3.0.0 by @lyrixx in #75
  • Switch to Github Action instead of travis by @lyrixx in #76
  • Drop support for Symfony < 4.4 by @lyrixx in #73
  • Drop support for PHP < 7.4 by @lyrixx in #72
  • Add PHPStan by @lyrixx in #77
  • Clean how the project deal with DI by @lyrixx in #78
  • Introduce MappingProviderInterface by @lyrixx in #79
  • Update .gitattributes by @jmsche in #80
  • Fix namespace by @lyrixx in #81
  • Fixes to php-cs-fixer: ignore cache file in Git, fix Makefile usage & apply to… by @jmsche in #83
  • phpstan: allow to run locally & create base config by @jmsche in #84
  • Add PhpProvider by @jmsche in #82
  • Remove legacy PHP-CS-Fixer cache file from .gitignore by @jdreesen in #85
  • Fix index name mapper getting pure index name frome alias by @kennywick in #91

New Contributors