### Environment I have `"symfony/cache": "4.4.*"` in my composer.json but still get the error message ``` Cache tracing support cannot be enabled because the symfony/cache Composer package is not installed. ``` This occurs since the PR of @ste93cry https://github.com/getsentry/sentry-symfony/pull/487 4.1.0 works fine but 4.1.1 doesn't. Any idea why ?