mirror of
https://github.com/vdm-io/tcpdf.git
synced 2024-11-22 04:45:17 +00:00
5.9.189 (2012-09-18)
- Bug item #3568969 "ini_get safe_mode error" was fixed.
This commit is contained in:
parent
16f873d904
commit
01dc4da8b3
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user