简体   繁体   中英

sonata admin-bundle in Symfony 3.4

I'm using the following command: composer requires sonata-project/admin-bundle but it is installing the latest version of sonata which is not compatible with Symfony 3.4 i am getting the following: Problem 1 - Installation request for sonata-project/admin-bundle ^3.73 -> satisfiable by sonata-project/admin-bundle[3.73.0]. - sonata-project/admin-bundle 3.73.0 requires symfony/asset ^4.4 -> no matching package found.

How can I fix that? a way to choose which sonata version i want to install.

Use the following command to install the chosen version:

composer requires sonata-project/admin-bundle:3.x

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM