Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 9ebaf04

Browse files
authored
Update README.md
1 parent 1c91b80 commit 9ebaf04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ A kind of metadata package for Composer with fixed dependencies for the latest v
44
## Installation with [Composer](https://packagist.org/packages/setasign/fpdi-tcpdf)
55

66
```bash
7-
$ composer require setasign/fpdi-tcpdf:2.0
7+
$ composer require setasign/fpdi-tcpdf:2.1
88
```
99

1010
or you can include the following in your composer.json file:
1111

1212
```json
1313
{
1414
"require": {
15-
"setasign/fpdi-tcpdf": "^2.0"
15+
"setasign/fpdi-tcpdf": "^2.1"
1616
}
1717
}
1818
```

0 commit comments

Comments
 (0)