![]() 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/magento/magento-composer-installer/ |
{ "name": "magento/magento-composer-installer", "description": "Composer installer for Magento modules", "keywords": [ "composer-installer", "magento" ], "minimum-stability": "stable", "type": "composer-plugin", "license": "OSL-3.0", "homepage": "https://github.com/magento/magento-composer-installer", "authors": [ { "name": "Daniel Fahlke aka Flyingmana", "email": "[email protected]" }, { "name": "Jörg Weller", "email": "[email protected]" }, { "name": "Karl Spies", "email": "[email protected]" }, { "name": "Tobias Vogt", "email": "[email protected]" }, { "name": "David Fuhr", "email": "[email protected]" }, { "name": "Vinai Kopp", "email": "[email protected]" } ], "require": { "composer-plugin-api": "^1.1 || ^2.0", "composer/composer": "^1.9 || ^2.0", "laminas/laminas-stdlib": "^3.11.0" }, "require-dev": { "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "~3.6.1", "symfony/process": "~5.4.0", "mikey179/vfsstream": "*" }, "replace": { "magento-hackathon/magento-composer-installer": "*" }, "autoload": { "psr-0": { "MagentoHackathon\\Composer\\Magento": "src/" } }, "autoload-dev": { "psr-4": { "MagentoHackathon\\": "tests/MagentoHackathon/" } }, "archive": { "exclude": [ "vendor", "/tests/FullStackTest/" ] }, "extra": { "composer-command-registry": [ "MagentoHackathon\\Composer\\Magento\\Command\\DeployCommand" ], "class": "MagentoHackathon\\Composer\\Magento\\Plugin" } }