Skip to content

Commit 7b5fe10

Browse files
committed
Describe installing symfony with custom stability
1 parent 3a25556 commit 7b5fe10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ To choose specific symfony version define `SYMFONY_VERSION` env variable for fir
1414
Like:
1515

1616
`SYMFONY_VERSION=3.4 docker-compose up -d`
17+
18+
To install symfony with different stability (more about stability [here](https://getcomposer.org/doc/04-schema.md#minimum-stability)) define `STABILITY` env variable for first run.
19+
20+
Like:
21+
22+
`STABILITY=dev docker-compose up -d`
23+
24+
will install symfony from master branch.

0 commit comments

Comments
 (0)