Skip to content

Commit f0dbf7e

Browse files
committed
minor #12933 Update setup.rst (xlefebure)
This PR was merged into the 4.4 branch. Discussion ---------- Update setup.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- c3d9d50 Update setup.rst
2 parents 45e0585 + c3d9d50 commit f0dbf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ create new projects. If you use Composer, you need to tell the exact version:
268268

269269
.. code-block:: terminal
270270
271-
$ composer create-project symfony/website-skeleton:^4.4 my_project_name
271+
$ composer create-project symfony/website-skeleton my_project_name "^4"
272272
273273
The Symfony Demo application
274274
----------------------------

0 commit comments

Comments
 (0)