You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#5 Update services according to Symfony best practices. Services should not use autowiring or autoconfiguration. Instead, all services should be defined explicitly.
Services must be prefixed with the bundle alias instead of using fully qualified class names => cleverage_cache_process
#1 Rework Tasks & Transfomers using AdapterRegistry
Changes
#4 Add Makefile & .docker for local standalone usage
#4 Add rector, phpstan & php-cs-fixer configurations & apply it