File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -227,14 +227,15 @@ Require a Specific Symfony Version
227
227
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
228
228
229
229
You can use the special ``SYMFONY_REQUIRE `` environment variable together
230
- with Symfony Flex to install a specific Symfony version:
230
+ with Symfony to install a specific Symfony version:
231
231
232
232
.. code-block :: bash
233
233
234
234
# this requires Symfony 5.x for all Symfony packages
235
235
export SYMFONY_REQUIRE=5.*
236
236
237
237
# install Symfony Flex in the CI environment
238
+ composer global config --no-plugins allow-plugins.symfony/flex true
238
239
composer global require --no-progress --no-scripts --no-plugins symfony/flex
239
240
240
241
# install the dependencies (using --prefer-dist and --no-progress is
You can’t perform that action at this time.
0 commit comments