From 3329f1bf3d855849ee2b3f8333be542d53b62fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 19 Jan 2015 14:36:17 +0100 Subject: tcpdf via composer --- composer.lock | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 66 insertions(+), 2 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index a62f1824..15453387 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "40ed8709fd61a419755acbbaecf6b793", + "hash": "eb0ceaf553732641132346a79d959961", "packages": [ { "name": "ezyang/htmlpurifier", @@ -1441,6 +1441,69 @@ "homepage": "http://symfony.com", "time": "2015-01-03 15:33:07" }, + { + "name": "tecnick.com/tcpdf", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/tecnickcom/TCPDF.git", + "reference": "ba2afad72c6191bfed735dfa357bcaf3f225f52b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/ba2afad72c6191bfed735dfa357bcaf3f225f52b", + "reference": "ba2afad72c6191bfed735dfa357bcaf3f225f52b", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "fonts", + "config", + "include", + "tcpdf.php", + "tcpdf_parser.php", + "tcpdf_import.php", + "tcpdf_barcodes_1d.php", + "tcpdf_barcodes_2d.php", + "include/tcpdf_colors.php", + "include/tcpdf_filters.php", + "include/tcpdf_font_data.php", + "include/tcpdf_fonts.php", + "include/tcpdf_images.php", + "include/tcpdf_static.php", + "include/barcodes/datamatrix.php", + "include/barcodes/pdf417.php", + "include/barcodes/qrcode.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPLv3" + ], + "authors": [ + { + "name": "Nicola Asuni", + "email": "info@tecnick.com", + "homepage": "http://nicolaasuni.tecnick.com" + } + ], + "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", + "homepage": "http://www.tcpdf.org/", + "keywords": [ + "PDFD32000-2008", + "TCPDF", + "barcodes", + "datamatrix", + "pdf", + "pdf417", + "qrcode" + ], + "time": "2015-01-08 18:35:22" + }, { "name": "twig/extensions", "version": "v1.0.1", @@ -2231,7 +2294,8 @@ "wallabag/pagination": 20, "wallabag/phpepub": 20, "wallabag/php-readability": 20, - "wallabag/phpmobi": 20 + "wallabag/phpmobi": 20, + "tecnick.com/tcpdf": 20 }, "prefer-stable": false, "prefer-lowest": false, -- cgit v1.2.3