diff --git a/LICENSE b/LICENSE index 0520282..7e75850 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Setasign - Jan Slabon, https://www.setasign.com +Copyright (c) 2017 Setasign - Jan Slabon, https://www.setasign.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 42920b4..4cead2f 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:1.6.1 +$ composer require setasign/fpdi-fpdf:1.6.2 ``` 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": "1.6.1" + "setasign/fpdi-fpdf": "1.6.2" } } ``` diff --git a/composer.json b/composer.json index 79413c5..6db2d6e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "setasign/fpdi-fpdf", - "version": "1.6.1", + "version": "1.6.2", "homepage": "https://www.setasign.com/fpdi", "description": "Kind of metadata package for dependencies of the latest versions of FPDI and FPDF.", "type": "library", @@ -19,7 +19,7 @@ ] }, "require": { - "setasign/fpdf": "1.8.*", - "setasign/fpdi": "1.6.*" + "setasign/fpdf": "1.8.1", + "setasign/fpdi": "1.6.2" } } diff --git a/fpdi_bridge.php b/fpdi_bridge.php index ab45876..f882212 100644 --- a/fpdi_bridge.php +++ b/fpdi_bridge.php @@ -3,9 +3,9 @@ * This file is part of FPDI * * @package FPDI - * @copyright Copyright (c) 2015 Setasign - Jan Slabon (http://www.setasign.com) + * @copyright Copyright (c) 2017 Setasign - Jan Slabon (http://www.setasign.com) * @license http://opensource.org/licenses/mit-license The MIT License - * @version 1.6.1 + * @version 1.6.2 */ class fpdi_bridge extends FPDF {