[当我尝试为Symfony 4安装注释或分析器时
撰写者需要注释composer require --dev profiler
撰写者需要注释
composer require --dev profiler
他使用版本5安装,但出现此问题
注意:我不想升级到版本5。我对4.0.13版很满意
您可以在命令的末尾添加:version,例如,使用此命令:
:version
composer require annotations:1.7.0 composer require --dev profiler:1.0.3
然后查看哪个版本适合您的symfony版本:
https://github.com/doctrine/annotations/releaseshttps://github.com/symfony/profiler-pack/releases
https://github.com/doctrine/annotations/releases
https://github.com/symfony/profiler-pack/releases