30
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-06-05 07:10:48 +00:00

5.9.189 (2012-09-18)

- Bug item #3568969 "ini_get safe_mode error" was fixed.
This commit is contained in:
Nicola Asuni 2012-09-18 20:59:32 +01:00
parent 16f873d904
commit 01dc4da8b3

View File

@ -1,10 +1,10 @@
{ {
"name": "tcpdf/tcpdf", "name": "tecnick.com/tcpdf",
"version": "5.9.189", "version": "5.9.189",
"homepage": "http://www.tcpdf.org/", "homepage": "http://www.tcpdf.org/",
"type": "library", "type": "library",
"description": "TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions.", "description": "TCPDF is a PHP class for generating PDF documents.",
"keywords": ["pdf"], "keywords": ["pdf","tcpdf","PDFD32000-2008","qrcode","datamatrix","pdf417","barcodes"],
"license": "LGPLv3", "license": "LGPLv3",
"authors": [ "authors": [
{ {
@ -14,7 +14,7 @@
} }
], ],
"require": { "require": {
"php": ">5.2" "php": ">=5.3.0"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [
@ -32,7 +32,7 @@
"tcpdf.php", "tcpdf.php",
"tcpdf_filters.php", "tcpdf_filters.php",
"tcpdf_parser.php", "tcpdf_parser.php",
"unicode_data.php" "unicode_data.php"
] ]
} }
} }