![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/fooman/printorderpdf-implementation-m2/ |
{ "name": "fooman/printorderpdf-implementation-m2", "description": "Print the order as a pdf from the admin", "type": "magento2-module", "license": "OSL-3.0", "version": "105.2.0", "autoload": { "psr-4": { "Fooman\\PrintOrderPdf\\": "src/" }, "files": [ "src/registration.php" ] }, "autoload-dev": { "psr-4": { "Fooman\\PrintOrderPdf\\UnitTest\\": "tests/unit/testsuite/Fooman/PrintOrderPdf/UnitTest", "Fooman\\PrintOrderPdf\\": "tests/integration/testsuite/Fooman/PrintOrderPdf" } }, "require": { "php": "~7.1.3 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0", "magento/framework": "^102.0.6 || ^103.0.1", "magento/module-backend": "^101.0.6 || ^102.0.1", "magento/module-sales": "^102.0.6 || ^103.0.1" }, "require-dev": { "fooman/testing-and-quality-tools": "^1.0" }, "minimum-stability": "dev", "prefer-stable": true }