Skip to content

Commit cafa7f9

Browse files
committed
Be more precise about the required Composer version
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent ab1bdf9 commit cafa7f9

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
@@ -80,7 +80,7 @@ public function prepend(ContainerBuilder $container)
8080
public function load(array $configs, ContainerBuilder $container)
8181
{
8282
if (!class_exists(InstalledVersions::class)) {
83-
trigger_deprecation('symfony/security-bundle', '5.4', 'Configuring Symfony without the Composer Runtime API is deprecated. Consider upgrading to Composer 2.');
83+
trigger_deprecation('symfony/security-bundle', '5.4', 'Configuring Symfony without the Composer Runtime API is deprecated. Consider upgrading to Composer 2.1 or later.');
8484
}
8585

8686
if (!array_filter($configs)) {

0 commit comments

Comments
 (0)