Skip to content

Commit f7a351f

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Be more precise about the required Composer version [Security] Implement ADM strategies as dedicated classes Bump Symfony version to 5.3.11 Update VERSION for 5.3.10 Update CHANGELOG for 5.3.10
2 parents f68db3e + 1d94bbf commit f7a351f

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
@@ -235,7 +235,7 @@ class FrameworkExtension extends Extension
235235
public function load(array $configs, ContainerBuilder $container)
236236
{
237237
if (!class_exists(InstalledVersions::class)) {
238-
trigger_deprecation('symfony/framework-bundle', '5.4', 'Configuring Symfony without the Composer Runtime API is deprecated. Consider upgrading to Composer 2.');
238+
trigger_deprecation('symfony/framework-bundle', '5.4', 'Configuring Symfony without the Composer Runtime API is deprecated. Consider upgrading to Composer 2.1 or later.');
239239
}
240240

241241
$loader = new PhpFileLoader($container, new FileLocator(\dirname(__DIR__).'/Resources/config'));

0 commit comments

Comments
 (0)