{ "packages": [ { "name": "iio/libmergepdf", "version": "3.0.0", "version_normalized": "3.0.0.0", "source": { "type": "git", "url": "https://github.com/hanneskod/libmergepdf.git", "reference": "b6042db24d66a49f3ecd261395ec918f00763e9c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hanneskod/libmergepdf/zipball/b6042db24d66a49f3ecd261395ec918f00763e9c", "reference": "b6042db24d66a49f3ecd261395ec918f00763e9c", "shasum": "" }, "require": { "php": ">=5.3.0", "setasign/fpdi-fpdf": "^1.6" }, "require-dev": { "hanneskod/readme-tester": "dev-master", "symfony/finder": "2.*" }, "suggest": { "symfony/finder": "Bulk add files using finder." }, "time": "2016-03-02T20:38:15+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "iio\\libmergepdf\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "WTFPL" ], "authors": [ { "name": "Hannes Forsgård", "email": "hannes.forsgard@gmail.com" } ], "description": "Library for merging multiple PDFs", "homepage": "https://github.com/hanneskod/libmergepdf", "keywords": [ "concatenate", "merge", "pdf" ], "support": { "issues": "https://github.com/hanneskod/libmergepdf/issues", "source": "https://github.com/hanneskod/libmergepdf/tree/master" }, "install-path": "../iio/libmergepdf" }, { "name": "packlink/integration-core", "version": "v3.5.1", "version_normalized": "3.5.1.0", "source": { "type": "git", "url": "git@github.com:packlink-dev/ecommerce_module_core.git", "reference": "bf140e90ef70334de8a87aceacf500ba27bc7f5c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/packlink-dev/ecommerce_module_core/zipball/bf140e90ef70334de8a87aceacf500ba27bc7f5c", "reference": "bf140e90ef70334de8a87aceacf500ba27bc7f5c", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.3.29" }, "require-dev": { "codacy/coverage": "dev-master", "leafo/scssphp": "0.0.12", "phpunit/phpunit": "^4.8" }, "time": "2025-04-10T06:25:54+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Logeecom\\Infrastructure\\": "src/Infrastructure", "Packlink\\BusinessLogic\\": "src/BusinessLogic", "Packlink\\Brands\\": "src/Brands" } }, "autoload-dev": { "psr-4": { "Logeecom\\Tests\\Infrastructure\\": "tests/Infrastructure", "Logeecom\\Tests\\BusinessLogic\\": "tests/BusinessLogic", "Logeecom\\Tests\\Brands\\": "tests/Brands" } }, "scripts": { "post-update-cmd": [ "php cssCompile.php" ], "post-install-cmd": [ "php cssCompile.php" ] }, "license": [ "proprietary" ], "description": "Packlink integrations core library", "install-path": "../packlink/integration-core" }, { "name": "setasign/fpdf", "version": "1.8.1", "version_normalized": "1.8.1.0", "source": { "type": "git", "url": "https://github.com/Setasign/FPDF.git", "reference": "2c68c9e6c034ac3187d25968790139a73184cdb1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Setasign/FPDF/zipball/2c68c9e6c034ac3187d25968790139a73184cdb1", "reference": "2c68c9e6c034ac3187d25968790139a73184cdb1", "shasum": "" }, "time": "2016-01-01T17:47:15+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "fpdf.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "no usage restriction" ], "authors": [ { "name": "Olivier Plathey", "email": "oliver@fpdf.org", "homepage": "http://fpdf.org/" } ], "description": "FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.", "homepage": "http://www.fpdf.org", "keywords": [ "fpdf", "pdf" ], "support": { "source": "https://github.com/Setasign/FPDF/tree/1.8.1" }, "install-path": "../setasign/fpdf" }, { "name": "setasign/fpdi", "version": "1.6.2", "version_normalized": "1.6.2.0", "source": { "type": "git", "url": "https://github.com/Setasign/FPDI.git", "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea", "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea", "shasum": "" }, "suggest": { "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.", "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.", "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF." }, "time": "2017-05-11T14:25:49+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "filters/", "fpdi.php", "fpdf_tpl.php", "fpdi_pdf_parser.php", "pdf_context.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jan Slabon", "email": "jan.slabon@setasign.com", "homepage": "https://www.setasign.com" } ], "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.", "homepage": "https://www.setasign.com/fpdi", "keywords": [ "fpdf", "fpdi", "pdf" ], "support": { "issues": "https://github.com/Setasign/FPDI/issues", "source": "https://github.com/Setasign/FPDI/tree/master" }, "install-path": "../setasign/fpdi" }, { "name": "setasign/fpdi-fpdf", "version": "1.6.2", "version_normalized": "1.6.2.0", "source": { "type": "git", "url": "https://github.com/Setasign/FPDI-FPDF.git", "reference": "a5dda72b78253c0e9e4d644e6e3af4b94662e27e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Setasign/FPDI-FPDF/zipball/a5dda72b78253c0e9e4d644e6e3af4b94662e27e", "reference": "a5dda72b78253c0e9e4d644e6e3af4b94662e27e", "shasum": "" }, "require": { "setasign/fpdf": "1.8.1", "setasign/fpdi": "1.6.2" }, "time": "2017-05-11T14:57:54+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "fpdi_bridge.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jan Slabon", "email": "jan.slabon@setasign.com", "homepage": "https://www.setasign.com" } ], "description": "Kind of metadata package for dependencies of the latest versions of FPDI and FPDF.", "homepage": "https://www.setasign.com/fpdi", "keywords": [ "fpdf", "fpdi", "pdf" ], "support": { "issues": "https://github.com/Setasign/FPDI-FPDF/issues", "source": "https://github.com/Setasign/FPDI-FPDF/tree/master" }, "abandoned": true, "install-path": "../setasign/fpdi-fpdf" } ], "dev": false, "dev-package-names": [] }