我正在使用最新的 Symfony - 2.3
我正在尝试安装 SonataAdminBundles .. 在教程中说 - 将其添加到 deps 文件中。
[SonataAdminBundle]
git=http://github.com/sonata-project/SonataAdminBundle.git
target=/bundles/Sonata/AdminBundle
[SonataDoctrineORMAdminBundle]
git=http://github.com/sonata-project/SonataDoctrineORMAdminBundle.git
target=/bundles/Sonata/DoctrineORMAdminBundle
[SonatajQueryBundle]
git=http://github.com/sonata-project/SonatajQueryBundle.git
target=/bundles/Sonata/jQueryBundle
[KnpMenuBundle]
git=https://github.com/KnpLabs/KnpMenuBundle.git
target=/bundles/Knp/Bundle/MenuBundle
[KnpMenu]
git=https://github.com/KnpLabs/KnpMenu.git
target=/knp/menu
我读到这个版本没有deps文件,现在有composer.json,但是当我打开composer.json时,我看到还有另一种语法。
我应该如何通过作曲家安装这个包?
谢谢