{ "_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": "8de6a5b8a523061cd2880f1aa4381435", "packages": [ { "name": "delight-im/alphabets", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-Alphabets.git", "reference": "54bbe2672875264e583414446b102a1f84bd5b9e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-Alphabets/zipball/54bbe2672875264e583414446b102a1f84bd5b9e", "reference": "54bbe2672875264e583414446b102a1f84bd5b9e", "shasum": "" }, "require": { "php": ">=5.6.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Alphabets\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Sets of digits or characters that may be used for base conversions, encoding and decoding tasks, and input validation", "homepage": "https://github.com/delight-im/PHP-Alphabets", "keywords": [ "alpha", "alphabet", "alphabets", "alphanumeric", "ascii", "base32", "base58", "base64", "base64url", "base85", "binary", "decimal", "decode", "decoding", "encode", "encoding", "hex", "hexadecimal", "octal" ], "support": { "issues": "https://github.com/delight-im/PHP-Alphabets/issues", "source": "https://github.com/delight-im/PHP-Alphabets/tree/v1.0.0" }, "time": "2019-11-17T23:48:59+00:00" }, { "name": "delight-im/random", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-Random.git", "reference": "133aed6cc760065c8dbfc4ae0e8bdacfbb6ce273" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-Random/zipball/133aed6cc760065c8dbfc4ae0e8bdacfbb6ce273", "reference": "133aed6cc760065c8dbfc4ae0e8bdacfbb6ce273", "shasum": "" }, "require": { "delight-im/alphabets": "^1.0", "php": ">=7.0.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Random\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "The most convenient way to securely generate anything random in PHP", "homepage": "https://github.com/delight-im/PHP-Random", "keywords": [ "PRNG", "cryptography", "csprng", "generator", "integers", "numbers", "pseudo-random", "pseudorandom", "random", "random-numbers", "random-strings", "strings" ], "support": { "issues": "https://github.com/delight-im/PHP-Random/issues", "source": "https://github.com/delight-im/PHP-Random/tree/v1.0.0" }, "time": "2019-11-19T23:07:00+00:00" }, { "name": "dompdf/dompdf", "version": "v1.0.2", "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" }, "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", "support": { "issues": "https://github.com/dompdf/dompdf/issues", "source": "https://github.com/dompdf/dompdf/tree/v1.0.2" }, "time": "2021-01-08T14:18:52+00:00" }, { "name": "phenx/php-font-lib", "version": "0.5.2", "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" }, "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", "support": { "issues": "https://github.com/PhenX/php-font-lib/issues", "source": "https://github.com/PhenX/php-font-lib/tree/0.5.2" }, "time": "2020-03-08T15:31:32+00:00" }, { "name": "phenx/php-svg-lib", "version": "v0.3.3", "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" }, "type": "library", "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", "support": { "issues": "https://github.com/PhenX/php-svg-lib/issues", "source": "https://github.com/PhenX/php-svg-lib/tree/master" }, "time": "2019-09-11T20:02:13+00:00" }, { "name": "sabberworm/php-css-parser", "version": "8.3.1", "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" }, "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" ], "support": { "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues", "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1" }, "time": "2020-06-01T09:10:00+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.0.0" }