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 e0216a2 commit e4363acCopy full SHA for e4363ac
1 file changed
README.md
@@ -4,15 +4,15 @@ A kind of metadata package for Composer with fixed dependencies for the latest v
4
## Installation with [Composer](https://packagist.org/packages/setasign/fpdi-fpdf)
5
6
```bash
7
-$ composer require setasign/fpdi-fpdf:2.1
+$ composer require setasign/fpdi-fpdf:2.2
8
```
9
10
or you can include the following in your composer.json file:
11
12
```json
13
{
14
"require": {
15
- "setasign/fpdi-fpdf": "^2.1"
+ "setasign/fpdi-fpdf": "^2.2"
16
}
17
18
0 commit comments