v1.4.0
·
103 commits
to master
since this release
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
- @jdreesen made their first contribution in #85
- @kennywick made their first contribution in #91