From 34c2cc7a1a2b8f1ac606957096274b3998005ec0 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sat, 26 Sep 2015 19:51:26 +0200 Subject: [PATCH] Use tecnickcom/tcpdf tecnick.com/tcpdf is abandonned. --- composer.json | 2 +- composer.lock | 65 +-------------------------------------------------- 2 files changed, 2 insertions(+), 65 deletions(-) diff --git a/composer.json b/composer.json index 82fe61bd2..babe9356d 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "nelmio/api-doc-bundle": "~2.7", "ezyang/htmlpurifier": "~4.6", "mgargano/simplehtmldom": "~1.5", - "tecnick.com/tcpdf": "~6.2", + "tecnickcom/tcpdf": "~6.2", "simplepie/simplepie": "~1.3.1", "willdurand/hateoas-bundle": "~0.5.0", "htmlawed/htmlawed": "~1.1.19", diff --git a/composer.lock b/composer.lock index 67b2c714e..370d8ddd9 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": "d457fa385420eb29a177ac38eac977c3", + "hash": "350d05d95be50b6d93e8a046f784e00c", "packages": [ { "name": "doctrine/annotations", @@ -3090,69 +3090,6 @@ ], "time": "2015-09-25 11:16:52" }, - { - "name": "tecnick.com/tcpdf", - "version": "6.2.11", - "source": { - "type": "git", - "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "354433a33946ae7497c3eab291eaaf814bccbfab" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/354433a33946ae7497c3eab291eaaf814bccbfab", - "reference": "354433a33946ae7497c3eab291eaaf814bccbfab", - "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-08-02 12:30:27" - }, { "name": "tecnickcom/tcpdf", "version": "6.2.12",