How to get list of all installed packages along with version in composer?

后端 未结 8 442
温柔的废话
温柔的废话 2020-11-28 18:27

I have been working on a project using Symfony 2.1 on my local machine. I have uploaded it to my server but when I try and install the vendor bundles using Composer, I\'m g

相关标签:
8条回答
  • 2020-11-28 18:49

    Is there a way to get it via $event->getComposer()->getRepositoryManager()->getAllPackages()

    0 讨论(0)
  • 2020-11-28 18:51

    To list the globally installed composer packages:

    composer global show -i
    
    0 讨论(0)
提交回复
热议问题