From d6e2f7ccf2f9c8a4196d7ea26e1847ce76f7cd5d Mon Sep 17 00:00:00 2001 From: Jan Slabon Date: Mon, 12 Oct 2015 17:42:15 +0200 Subject: [PATCH] Update to FPDI 1.6.0 License change to MIT and update to FPDI 1.6.0 --- README.md | 4 ++-- composer.json | 4 ++-- fpdi_bridge.php | 25 ++++++++----------------- 3 files changed, 12 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 2324275..3b663e2 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": "1.5.4" +$ composer require "setasign/fpdi-tcpdf": "1.6.0" ``` 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": "1.5.4" + "setasign/fpdi-tcpdf": "1.6.0" } } ``` diff --git a/composer.json b/composer.json index 5a6de85..f9c7e1d 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "description": "Kind of metadata package for dependencies of the latest versions of FPDI and TCPDF.", "type": "library", "keywords": ["pdf", "fpdi", "tcpdf"], - "license": "Apache-2.0", + "license": "MIT", "authors": [ { "name": "Jan Slabon", @@ -20,7 +20,7 @@ }, "require": { "tecnickcom/tcpdf": "6.2.*", - "setasign/fpdi": ">=1.5.4" + "setasign/fpdi": "1.6.*" }, "conflict": { "setasign/fpdf": "1.7.*" diff --git a/fpdi_bridge.php b/fpdi_bridge.php index 7f72b31..e0f209c 100644 --- a/fpdi_bridge.php +++ b/fpdi_bridge.php @@ -1,21 +1,12 @@