Merge pull request #53 from itsazzad/patch-1

Solution to issues/52 - Fix install with Symfony version
This commit is contained in:
Maxime Helias 2019-09-29 18:46:12 +02:00 committed by GitHub
commit e8be05dfd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Use the `SYMFONY_VERSION` environment variable to select a specific Symfony vers
For instance, use the following command to install Symfony 3.4:
`SYMFONY_VERSION=3.4 docker-compose up --build`
`SYMFONY_VERSION=3.4.* docker-compose up --build`
To install a non-stable version of Symfony, use the `STABILITY` environment variable during the build.
The value must be [a valid Composer stability option](https://getcomposer.org/doc/04-schema.md#minimum-stability)) .