Testing a new Symfony major beta version
Published on 2023-11-01 • Modified on 2023-11-01
This snippet shows how to test a new Symfony major beta version. We saw how to try the "next" minor version in the previous snippet. This time, we want to use the new major version, and we have to specify the --version
to use to the Symfony binary with the -dev
suffix:
symfony new my_project_directory --version=7.0.x-dev
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! 😉
