From c641160078f12b6064299db8185142351e7ae2ec Mon Sep 17 00:00:00 2001 From: Jan Slabon Date: Wed, 19 Feb 2020 13:21:38 +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 f8b3626..c3552c8 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-fpdf) ```bash -$ composer require setasign/fpdi-fpdf:2.2 +$ composer require setasign/fpdi-fpdf:2.3 ``` 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-fpdf": "^2.2" + "setasign/fpdi-fpdf": "^2.3" } } ```