-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
Description
Symfony version(s) affected
5.4.25
Description
php=8.2
$ composer completion
Detected shell "bash", which is not supported by Symfony shell completion (supported shells: "").
I was able to use the following successfully:
bin/console completion
vendor/bin/phpstan completion
I am not sure where the conflict is coming from. Maybe because I have the symfony
cli installed?
$ symfony version
Symfony CLI version 5.5.6 (c) 2021-2023 Fabien Potencier #StandWithUkraine Support Ukraine (2023-05-16T13:26:30Z - stable)
How to reproduce
I am not sure what is unique about my config to cause this error, maybe having symfony
cli installed?
$ symfony version
Symfony CLI version 5.5.6 (c) 2021-2023 Fabien Potencier #StandWithUkraine Support Ukraine (2023-05-16T13:26:30Z - stable)
Possible Solution
not sure
Additional Context
No response