That's just a warning. So no big deal there. But make sure you upgrade the library that has a dependency to the symfony/console package, so you get up to date.
Jan 10, 2023
9
Level 10
updated to php 8.2 Deprecation Notice: Using ${var}
Hi!
Just updated to php 8.2. I get the following errors when running composer update
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in phar:///usr/local/bin/composer/vendor/symfony/console/Command/DumpCompletionCommand.php:48 Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in phar:///usr/local/bin/composer/vendor/symfony/console/Command/DumpCompletionCommand.php:56
Any advice?
Thx in advance! Tobias
Level 73
4 likes
Please or to participate in this conversation.