From 9ebaf04475c0171d4b43b6eb579120ca02da22e8 Mon Sep 17 00:00:00 2001 From: Jan Slabon Date: Tue, 6 Nov 2018 11:38:50 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9f4be0..b64c3ca 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A kind of metadata package for Composer with fixed dependencies for the latest v ## Installation with [Composer](https://packagist.org/packages/setasign/fpdi-tcpdf) ```bash -$ composer require setasign/fpdi-tcpdf:2.0 +$ composer require setasign/fpdi-tcpdf:2.1 ``` or you can include the following in your composer.json file: @@ -12,7 +12,7 @@ or you can include the following in your composer.json file: ```json { "require": { - "setasign/fpdi-tcpdf": "^2.0" + "setasign/fpdi-tcpdf": "^2.1" } } ```