The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
- Support for Symfony 5
- Support for PHPUnit 8
- Aliases can be made public with the
PublicServicePass
.
- Show our dependencies directly in require section of composer.json.
- Adding compiler pass support.
- Adding support for making services public.
- Symfony 3.4/4.0 fix with annotations.
- Only disable annotations if they are not installed.
- Better fix for annotation issue with Symfony 3.3.
- Allow tests with PHPUnit6
AppKernel::setProjectDir
andAppKernel::setRootDir
%kernel.project_dir%
is now the directory of your root. (The directory with your composer.json)
- Fix for Symfony 3.3. We do not need cache on annotation.
- Bug with cache when running multiple tests
Initial release