Skip to content

Commit 9e8316a

Browse files
committed
upgrade documentation for new branch 2.1
1 parent a9dc6ed commit 9e8316a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Install the Docker PHP toolbox with [Composer](https://getcomposer.org/).
1313
If you don't know yet what is composer, have a look [on introduction](http://getcomposer.org/doc/00-intro.md).
1414

1515
```shell
16-
composer require bartlett/docker-php-toolbox ^2.0
16+
composer require bartlett/docker-php-toolbox ^2.1
1717
```
1818

1919
### With Git
@@ -22,5 +22,5 @@ The Docker PHP toolbox can be directly used from [GitHub](https://github.com/lla
2222
by cloning the repository into a directory of your choice.
2323

2424
```shell
25-
git clone -b 2.0 https://github.com/llaville/docker-php-toolbox.git
25+
git clone -b 2.1 https://github.com/llaville/docker-php-toolbox.git
2626
```

0 commit comments

Comments
 (0)