We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dc6ed commit 9e8316aCopy full SHA for 9e8316a
docs/getting-started.md
@@ -13,7 +13,7 @@ Install the Docker PHP toolbox with [Composer](https://getcomposer.org/).
13
If you don't know yet what is composer, have a look [on introduction](http://getcomposer.org/doc/00-intro.md).
14
15
```shell
16
-composer require bartlett/docker-php-toolbox ^2.0
+composer require bartlett/docker-php-toolbox ^2.1
17
```
18
19
### With Git
@@ -22,5 +22,5 @@ The Docker PHP toolbox can be directly used from [GitHub](https://github.com/lla
22
by cloning the repository into a directory of your choice.
23
24
25
-git clone -b 2.0 https://github.com/llaville/docker-php-toolbox.git
+git clone -b 2.1 https://github.com/llaville/docker-php-toolbox.git
26
0 commit comments