[ { "name": "dompdf/dompdf", "version": "v1.0.2", "version_normalized": "1.0.2.0", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", "reference": "8768448244967a46d6e67b891d30878e0e15d25c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dompdf/dompdf/zipball/8768448244967a46d6e67b891d30878e0e15d25c", "reference": "8768448244967a46d6e67b891d30878e0e15d25c", "shasum": "" }, "require": { "ext-dom": "*", "ext-mbstring": "*", "phenx/php-font-lib": "^0.5.2", "phenx/php-svg-lib": "^0.3.3", "php": "^7.1 || ^8.0" }, "require-dev": { "mockery/mockery": "^1.3", "phpunit/phpunit": "^7.5 || ^8 || ^9", "squizlabs/php_codesniffer": "^3.5" }, "suggest": { "ext-gd": "Needed to process images", "ext-gmagick": "Improves image processing performance", "ext-imagick": "Improves image processing performance", "ext-zlib": "Needed for pdf stream compression" }, "time": "2021-01-08T14:18:52+00:00", "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "installation-source": "dist", "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" }, { "name": "phenx/php-font-lib", "version": "0.5.2", "version_normalized": "0.5.2.0", "source": { "type": "git", "url": "https://github.com/PhenX/php-font-lib.git", "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8", "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7" }, "time": "2020-03-08T15:31:32+00:00", "type": "library", "installation-source": "dist", "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" }, { "name": "phenx/php-svg-lib", "version": "v0.3.3", "version_normalized": "0.3.3.0", "source": { "type": "git", "url": "https://github.com/PhenX/php-svg-lib.git", "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", "shasum": "" }, "require": { "sabberworm/php-css-parser": "^8.3" }, "require-dev": { "phpunit/phpunit": "^5.5|^6.5" }, "time": "2019-09-11T20:02:13+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Svg\\": "src/Svg" } }, "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" }, { "name": "printnode/printnode-php", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/PrintNode/PrintNode-PHP.git", "reference": "d5b95f24fc234e3161df09e87e3de538dad22078" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PrintNode/PrintNode-PHP/zipball/d5b95f24fc234e3161df09e87e3de538dad22078", "reference": "d5b95f24fc234e3161df09e87e3de538dad22078", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.2" }, "time": "2021-03-04T17:11:43+00:00", "type": "library", "installation-source": "dist", "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" ] }, { "name": "sabberworm/php-css-parser", "version": "8.3.1", "version_normalized": "8.3.1.0", "source": { "type": "git", "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", "reference": "d217848e1396ef962fb1997cf3e2421acba7f796" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796", "reference": "d217848e1396ef962fb1997cf3e2421acba7f796", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "codacy/coverage": "^1.4", "phpunit/phpunit": "~4.8" }, "time": "2020-06-01T09:10:00+00:00", "type": "library", "installation-source": "dist", "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" ] } ]