Skip to content

Commit e586839

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: Tweak message to be Flex friendly
2 parents 09b1144 + 932ddb2 commit e586839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ private function registerSecurityCsrfConfiguration(array $config, ContainerBuild
14211421
}
14221422

14231423
if (!class_exists('Symfony\Component\Security\Csrf\CsrfToken')) {
1424-
throw new LogicException('CSRF support cannot be enabled as the Security CSRF component is not installed.');
1424+
throw new LogicException('CSRF support cannot be enabled as the Security CSRF component is not installed. Try running "composer require security-csrf".');
14251425
}
14261426

14271427
if (!$this->sessionConfigEnabled) {

0 commit comments

Comments
 (0)