Why symfony 2 uses both, the 'deps' file and the 'composer.json' file?

后端 未结 1 1978
你的背包
你的背包 2021-02-12 22:21

Why symfony 2 uses both, the deps file and the composer.json file?

I can see some documents tell me to:

php bin/vendors install         


        
1条回答
  •  感动是毒
    2021-02-12 22:38

    The deps file and bin/vendors script are used in Symfony 2.0.x, while Symfony 2.1.x has switched to Composer. The bin/vendors script was just a stub because Composer was not ready for production when Symfony 2.0.0 was released.

    0 讨论(0)
提交回复
热议问题