We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When i run composer require symfony/console
composer require symfony/console
My composer.json got a new line which correspond to this package, but the version is unbounded,
"symfony/console": "*",
How can i get fixed version ? ( example: ^4.1 etc.. )
Regards