diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 68 |
1 files changed, 66 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock index a62f1824..15453387 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -4,7 +4,7 @@ | |||
4 | "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | 4 | "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
5 | "This file is @generated automatically" | 5 | "This file is @generated automatically" |
6 | ], | 6 | ], |
7 | "hash": "40ed8709fd61a419755acbbaecf6b793", | 7 | "hash": "eb0ceaf553732641132346a79d959961", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "ezyang/htmlpurifier", | 10 | "name": "ezyang/htmlpurifier", |
@@ -1442,6 +1442,69 @@ | |||
1442 | "time": "2015-01-03 15:33:07" | 1442 | "time": "2015-01-03 15:33:07" |
1443 | }, | 1443 | }, |
1444 | { | 1444 | { |
1445 | "name": "tecnick.com/tcpdf", | ||
1446 | "version": "dev-master", | ||
1447 | "source": { | ||
1448 | "type": "git", | ||
1449 | "url": "https://github.com/tecnickcom/TCPDF.git", | ||
1450 | "reference": "ba2afad72c6191bfed735dfa357bcaf3f225f52b" | ||
1451 | }, | ||
1452 | "dist": { | ||
1453 | "type": "zip", | ||
1454 | "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/ba2afad72c6191bfed735dfa357bcaf3f225f52b", | ||
1455 | "reference": "ba2afad72c6191bfed735dfa357bcaf3f225f52b", | ||
1456 | "shasum": "" | ||
1457 | }, | ||
1458 | "require": { | ||
1459 | "php": ">=5.3.0" | ||
1460 | }, | ||
1461 | "type": "library", | ||
1462 | "autoload": { | ||
1463 | "classmap": [ | ||
1464 | "fonts", | ||
1465 | "config", | ||
1466 | "include", | ||
1467 | "tcpdf.php", | ||
1468 | "tcpdf_parser.php", | ||
1469 | "tcpdf_import.php", | ||
1470 | "tcpdf_barcodes_1d.php", | ||
1471 | "tcpdf_barcodes_2d.php", | ||
1472 | "include/tcpdf_colors.php", | ||
1473 | "include/tcpdf_filters.php", | ||
1474 | "include/tcpdf_font_data.php", | ||
1475 | "include/tcpdf_fonts.php", | ||
1476 | "include/tcpdf_images.php", | ||
1477 | "include/tcpdf_static.php", | ||
1478 | "include/barcodes/datamatrix.php", | ||
1479 | "include/barcodes/pdf417.php", | ||
1480 | "include/barcodes/qrcode.php" | ||
1481 | ] | ||
1482 | }, | ||
1483 | "notification-url": "https://packagist.org/downloads/", | ||
1484 | "license": [ | ||
1485 | "LGPLv3" | ||
1486 | ], | ||
1487 | "authors": [ | ||
1488 | { | ||
1489 | "name": "Nicola Asuni", | ||
1490 | "email": "info@tecnick.com", | ||
1491 | "homepage": "http://nicolaasuni.tecnick.com" | ||
1492 | } | ||
1493 | ], | ||
1494 | "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", | ||
1495 | "homepage": "http://www.tcpdf.org/", | ||
1496 | "keywords": [ | ||
1497 | "PDFD32000-2008", | ||
1498 | "TCPDF", | ||
1499 | "barcodes", | ||
1500 | "datamatrix", | ||
1501 | "pdf", | ||
1502 | "pdf417", | ||
1503 | "qrcode" | ||
1504 | ], | ||
1505 | "time": "2015-01-08 18:35:22" | ||
1506 | }, | ||
1507 | { | ||
1445 | "name": "twig/extensions", | 1508 | "name": "twig/extensions", |
1446 | "version": "v1.0.1", | 1509 | "version": "v1.0.1", |
1447 | "source": { | 1510 | "source": { |
@@ -2231,7 +2294,8 @@ | |||
2231 | "wallabag/pagination": 20, | 2294 | "wallabag/pagination": 20, |
2232 | "wallabag/phpepub": 20, | 2295 | "wallabag/phpepub": 20, |
2233 | "wallabag/php-readability": 20, | 2296 | "wallabag/php-readability": 20, |
2234 | "wallabag/phpmobi": 20 | 2297 | "wallabag/phpmobi": 20, |
2298 | "tecnick.com/tcpdf": 20 | ||
2235 | }, | 2299 | }, |
2236 | "prefer-stable": false, | 2300 | "prefer-stable": false, |
2237 | "prefer-lowest": false, | 2301 | "prefer-lowest": false, |