简体   繁体   中英

How Can I install Symfony with the version by composer?

I'd like to install a special version of Symfony by Composer? I've looked over the documentation and it recommends to use Symfony package but I want to install it by composer. Is there any way to do this?

Thanks in advance.

I had the same issue, as I understood, you are able to run this command to install Symfony by the composer. In this command, you're going to install Symfony in a particular version.

composer create-project symfony/website-skeleton example-project "4.2.*"

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