Installing a Symfony beta version with the Symfony binary
Published on 2023-10-28 • Modified on 2023-10-28
This snippet shows how to install a Symfony beta version with the Symfony binary. Note that if a new major version is released, it will install the beta of the previous LTS version. For example, currently, Symfony 7.0-beta1 is out, but this command installs Symfony 6.4-beta1.
Check out this snippet if you want to update to the new Symfony major version.
symfony new my_project_directory --version=next
More on Stackoverflow Read the doc Random snippet
Call to action
Did you like this post? You can help me back in several ways: (use the "reply" link on the right to comment or to contact me )
- Report any error/typo.
- Report something that could be improved.
- Like and repost!
- Follow me on Bluesky 🦋
- Subscribe to the RSS feed.
- Click on the More on Stackoverflow buttons to make me win "Announcer" badges 🏅.
Thank you for reading! And see you soon on Strangebuzz! 😉
![COil](https://www.strangebuzz.com/media/cache/avatar/img/avatars/coil.webp)