10000 [FrameworkBundle] Fix recommended composer command (add vendor) · symfony/symfony@f6d38b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit f6d38b3

Browse files
Tomas Kmieliauskasfabpot
Tomas Kmieliauskas
authored andcommitted
[FrameworkBundle] Fix recommended composer command (add vendor)
Since running composer commands is time heavy, having a wrong one recommended to you just burns your time.
1 parent 85240f2 commit f6d38b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

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

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

14241424
if (!$this->sessionConfigEnabled) {

0 commit comments

Comments
 (0)
0