From 01dc4da8b311bf81180dced43d0e8c55a9bee932 Mon Sep 17 00:00:00 2001 From: Nicola Asuni Date: Tue, 18 Sep 2012 20:59:32 +0100 Subject: [PATCH] 5.9.189 (2012-09-18) - Bug item #3568969 "ini_get safe_mode error" was fixed. --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 98bfb68..c88ac26 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { - "name": "tcpdf/tcpdf", + "name": "tecnick.com/tcpdf", "version": "5.9.189", "homepage": "http://www.tcpdf.org/", "type": "library", - "description": "TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions.", - "keywords": ["pdf"], + "description": "TCPDF is a PHP class for generating PDF documents.", + "keywords": ["pdf","tcpdf","PDFD32000-2008","qrcode","datamatrix","pdf417","barcodes"], "license": "LGPLv3", "authors": [ { @@ -14,7 +14,7 @@ } ], "require": { - "php": ">5.2" + "php": ">=5.3.0" }, "autoload": { "classmap": [ @@ -32,7 +32,7 @@ "tcpdf.php", "tcpdf_filters.php", "tcpdf_parser.php", - "unicode_data.php" + "unicode_data.php" ] } }