Skip to content

Commit d49767f

Browse files
committed
Merge branch 'master' of git:ifsnop/mysqldump-php
2 parents 0cda8f1 + aaa2595 commit d49767f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,10 @@ From version 2.0, connections to database are made using the standard DSN, docum
4848
Using [Composer](https://getcomposer.org/):
4949

5050
```
51-
$ composer require ifsnop/mysqldump-php:2.*
51+
$ composer require ifsnop/mysqldump-php
5252
5353
```
5454

55-
Or via json file:
56-
57-
```
58-
"require": {
59-
"ifsnop/mysqldump-php":"2.*"
60-
}
61-
```
62-
6355
Using [Curl](https://curl.haxx.se/) to always download and decompress the latest release:
6456

6557
```

0 commit comments

Comments
 (0)