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
if (class_exists(InstalledVersions::class) && InstalledVersions::isInstalled('psr/simple-cache')) {
24
+
if (version_compare(InstalledVersions::getVersion('psr/simple-cache'), '3.0.0', '>=')) {
25
+
thrownew \RuntimeException(sprintf('psr/simple-cache "%s" is not compatible with this version of symfony/cache. Please upgrade symfony/cache to 6.0+ or downgrade psr/simple-cache to v1.x or 2.x.', InstalledVersions::getPrettyVersion('psr/simple-cache')));
0 commit comments