Skip to content

Commit e6ce91b

Browse files
committed
minor #10682 Remove beta command since skeleton isn't tagged (j4nr6n)
This PR was merged into the 4.1 branch. Discussion ---------- Remove beta command since skeleton isn't tagged `symfony/skeleton` isn't tagged for beta releases so the command no longer works. See symfony/symfony#29242 for context. Commits ------- 43e6621 Remove beta command since skeleton isn't tagged
2 parents c83c2e7 + 43e6621 commit e6ce91b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup/unstable_versions.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ execute the following command:
1414

1515
.. code-block:: terminal
1616
17-
# Download the latest beta version
18-
$ composer create-project symfony/skeleton my_project "4.0.*" -s beta
19-
2017
# Download the absolute latest commit
21-
$ composer create-project symfony/skeleton my_project "4.0.*" -s dev
18+
$ composer create-project symfony/skeleton my_project -s dev
2219
2320
Once the command finishes its execution, you'll have a new Symfony project created
2421
in the ``my_project/`` directory.

0 commit comments

Comments
 (0)