Skip to content

Commit 773f34a

Browse files
authored
Update README.md
1 parent 1c867d9 commit 773f34a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
Via Composer
2222

2323
``` bash
24-
composer require tg-bot-api/bot-api-base
24+
composer require tg-bot-api/bot-api-base --prefer-dist
2525
```
2626

2727
## Usage
2828

2929
We support all psr17 and psr18 implementations, but we will use guzzle6 for example
3030
```bash
31-
composer require php-http/guzzle6-adapter http-interop/http-factory-guzzle
31+
composer require php-http/guzzle6-adapter http-interop/http-factory-guzzle --prefer-dist
3232
```
3333

3434
```php

0 commit comments

Comments
 (0)