Fixing Production Deployment
The previous release didn't remove the ProfilerController in builds where the profiler service wasn't available (production), which would cause exceptions on application start up. This release removes the ProfilerController from the service list when Symfony "compiles" the application which will fix production deployments.