Skip to content

Commit 2804543

Browse files
authored
Always use latest Symfony version
Removed the version number of the require command to avoid installing outdated requirements
1 parent 66973ab commit 2804543

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)