Skip to content

Commit a2222c2

Browse files
committed
minor #43824 [FrameworkBundle][SecurityBundle][TwigBundle] Be more precise about the required Composer version (derrabus)
This PR was merged into the 5.4 branch. Discussion ---------- [FrameworkBundle][SecurityBundle][TwigBundle] Be more precise about the required Composer version | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | symfony/symfony#43788 (comment) | License | MIT | Doc PR | N/A Commits ------- 295240a4f5 Be more precise about the required Composer version
2 parents 45aa54d + cafa7f9 commit a2222c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/SecurityExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function prepend(ContainerBuilder $container)
8484
public function load(array $configs, ContainerBuilder $container)
8585
{
8686
if (!class_exists(InstalledVersions::class)) {
87-
trigger_deprecation('symfony/security-bundle', '5.4', 'Configuring Symfony without the Composer Runtime API is deprecated. Consider upgrading to Composer 2.');
87+
trigger_deprecation('symfony/security-bundle', '5.4', 'Configuring Symfony without the Composer Runtime API is deprecated. Consider upgrading to Composer 2.1 or later.');
8888
}
8989

9090
if (!array_filter($configs)) {

0 commit comments

Comments
 (0)