{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "2a7dd1ce3c72628a0032cc168073d451", "packages": [ { "name": "dompdf/dompdf", "version": "v0.8.1", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", "reference": "9ea852c4bdc74fac5def165e6cd52353f7ca3b3f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dompdf/dompdf/zipball/9ea852c4bdc74fac5def165e6cd52353f7ca3b3f", "reference": "9ea852c4bdc74fac5def165e6cd52353f7ca3b3f", "shasum": "" }, "require": { "ext-dom": "*", "ext-gd": "*", "ext-mbstring": "*", "phenx/php-font-lib": "0.5.*", "phenx/php-svg-lib": "0.3.*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.8.*", "squizlabs/php_codesniffer": "2.*" }, "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "autoload": { "psr-4": { "Dompdf\\": "src/" }, "classmap": [ "lib/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" }, { "name": "Brian Sweeney", "email": "eclecticgeek@gmail.com" }, { "name": "Gabriel Bull", "email": "me@gabrielbull.com" } ], "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "homepage": "https://github.com/dompdf/dompdf", "time": "2017-09-14T01:36:24+00:00" }, { "name": "phenx/php-font-lib", "version": "0.5.1", "source": { "type": "git", "url": "https://github.com/PhenX/php-font-lib.git", "reference": "760148820110a1ae0936e5cc35851e25a938bc97" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97", "reference": "760148820110a1ae0936e5cc35851e25a938bc97", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^4.8" }, "type": "library", "autoload": { "psr-4": { "FontLib\\": "src/FontLib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" } ], "description": "A library to read, parse, export and make subsets of different types of font files.", "homepage": "https://github.com/PhenX/php-font-lib", "time": "2017-09-13T16:14:37+00:00" }, { "name": "phenx/php-svg-lib", "version": "v0.3", "source": { "type": "git", "url": "https://github.com/PhenX/php-svg-lib.git", "reference": "a85f7fe9fe08d093a4a8583cdd306b553ff918aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/a85f7fe9fe08d093a4a8583cdd306b553ff918aa", "reference": "a85f7fe9fe08d093a4a8583cdd306b553ff918aa", "shasum": "" }, "require": { "sabberworm/php-css-parser": "8.1.*" }, "require-dev": { "phpunit/phpunit": "~5.0" }, "type": "library", "autoload": { "psr-0": { "Svg\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" } ], "description": "A library to read, parse and export to PDF SVG files.", "homepage": "https://github.com/PhenX/php-svg-lib", "time": "2017-05-24T10:07:27+00:00" }, { "name": "printnode/printnode-php", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/PrintNode/PrintNode-PHP.git", "reference": "960acabca3c0d976bbd92bf0d6490a1fe5df7496" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PrintNode/PrintNode-PHP/zipball/960acabca3c0d976bbd92bf0d6490a1fe5df7496", "reference": "960acabca3c0d976bbd92bf0d6490a1fe5df7496", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.2" }, "type": "library", "autoload": { "psr-4": { "PrintNode\\": "src/PrintNode" } }, "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "Contributors", "email": "support@printnode.com", "homepage": "https://www.printnode.com" } ], "description": "Connect any printer to your application with PrintNode Client and easy to use JSON API", "homepage": "https://github.com/PrintNode/PrintNode-PHP", "keywords": [ "PrintNode", "api", "php", "printing" ], "time": "2017-05-17T21:26:48+00:00" }, { "name": "sabberworm/php-css-parser", "version": "8.1.0", "source": { "type": "git", "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef", "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-0": { "Sabberworm\\CSS": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Raphael Schweikert" } ], "description": "Parser for CSS Files written in PHP", "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser", "keywords": [ "css", "parser", "stylesheet" ], "time": "2016-07-19T19:14:21+00:00" }, { "name": "spipu/html2pdf", "version": "v5.0.1", "source": { "type": "git", "url": "https://github.com/spipu/html2pdf.git", "reference": "bbfcde715c0458300af8bf7f56b040dcd666a0db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/spipu/html2pdf/zipball/bbfcde715c0458300af8bf7f56b040dcd666a0db", "reference": "bbfcde715c0458300af8bf7f56b040dcd666a0db", "shasum": "" }, "require": { "php": "~5.4 || ~7.0", "tecnickcom/tcpdf": "~6.2" }, "require-dev": { "phake/phake": "~2.0", "phpunit/phpunit": "~4.0 || ~5.0", "squizlabs/php_codesniffer": "~2" }, "suggest": { "ext-gd": "Allows to embed images into the PDF", "fagundes/zff-html2pdf": "if you need to integrate Html2Pdf with Zend Framework 2 (zf2)" }, "type": "library", "autoload": { "psr-4": { "Spipu\\Html2Pdf\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "OSL-3.0" ], "authors": [ { "name": "Spipu", "homepage": "https://github.com/spipu", "role": "Developer" } ], "description": "Html2Pdf is a HTML to PDF converter written in PHP5 (it uses TCPDF). OFFICIAL PACKAGE", "homepage": "http://html2pdf.fr/", "keywords": [ "html", "html2pdf", "pdf" ], "time": "2017-06-16T13:23:32+00:00" }, { "name": "tecnickcom/tcpdf", "version": "6.2.13", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/95c5938aafe4b20df1454dbddb3e5005c0b26f64", "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "classmap": [ "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": "2017-04-26T08:14:48+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "printnode/printnode-php": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }