Skip to content

Commit 5be5b6e

Browse files
committed
minor #10731 Always use latest Symfony version (gbirke)
This PR was merged into the 4.2 branch. Discussion ---------- Always use latest Symfony version Removed the version number of the require command to avoid installing outdated requirements <!-- 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 ------- 2804543 Always use latest Symfony version
2 parents 3998072 + 2804543 commit 5be5b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/flex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Symfony application by executing the following command:
111111

112112
.. code-block:: terminal
113113
114-
$ composer create-project symfony/skeleton:4.1.* my-project
114+
$ composer create-project symfony/skeleton my-project
115115
116116
.. note::
117117

0 commit comments

Comments
 (0)