yoesoff

Magento Composer Install

Apr 10th, 2019
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 52.77 KB | None | 0 0
  1. root@ee033814a548:/var/www# composer create-project --repository=https://repo.magento.com/ magento/project-community-edition myshop
  2. Do not run Composer as root/super user! See https://getcomposer.org/root for details
  3. Installing magento/project-community-edition (2.3.1)
  4. As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.
  5. This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
  6. Installing 'unzip''s Gift Wrapping module)
  7. vertex/module-tax suggests installing magento/module-gift-card-account (Vertex Tax Links for Magento 2 also supports Magento's Gift Card Account module)
  8. vertex/module-tax suggests installing magento/module-reward (Vertex Tax Links for Magento 2 also supports Magento's Reward module)
  9. zendframework/zend-barcode suggests installing zendframework/zendpdf (ZendPdf component)
  10. temando/module-shipping-m2 suggests installing magento/module-rma (^101.1.0)
  11. temando/module-shipping-m2 suggests installing magento/module-scalable-checkout (^100.3.0)
  12. temando/module-shipping-m2 suggests installing magento/module-scalable-oms (^100.3.0)
  13. ramsey/uuid suggests installing ircmaxell/random-lib (Provides RandomLib for use with the RandomLibAdapter)
  14. ramsey/uuid suggests installing ext-libsodium (Provides the PECL libsodium extension for use with the SodiumRandomGenerator)
  15. ramsey/uuid suggests installing ext-uuid (Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator)
  16. ramsey/uuid suggests installing ramsey/uuid-doctrine (Allows the use of Ramsey\Uuid\Uuid as Doctrine field type.)
  17. ramsey/uuid suggests installing ramsey/uuid-console (A console application for generating UUIDs with ramsey/uuid)
  18. magento/module-swatches suggests installing magento/module-swatches-sample-data (Sample Data version: 100.3.*)
  19. magento/module-sample-data suggests installing magento/sample-data-media (Sample Data version: 100.3.*)
  20. magento/module-offline-shipping suggests installing magento/module-offline-shipping-sample-data (Sample Data version: 100.3.*)
  21. zendframework/zend-json suggests installing zendframework/zendxml (To support Zend\Json\Json::fromXml() usage)
  22. zendframework/zend-view suggests installing zendframework/zend-authentication (Zend\Authentication component)
  23. zendframework/zend-view suggests installing zendframework/zend-mvc-plugin-flashmessenger (zend-mvc-plugin-flashmessenger component, if you want to use the FlashMessenger view helper with zend-mvc versions 3 and up)
  24. zendframework/zend-view suggests installing zendframework/zend-navigation (Zend\Navigation component)
  25. zendframework/zend-view suggests installing zendframework/zend-paginator (Zend\Paginator component)
  26. zendframework/zend-view suggests installing zendframework/zend-permissions-acl (Zend\Permissions\Acl component)
  27. zendframework/zend-log suggests installing ext-mongo (mongo extension to use Mongo writer)
  28. zendframework/zend-i18n suggests installing zendframework/zend-cache (Zend\Cache component)
  29. zendframework/zend-i18n suggests installing zendframework/zend-i18n-resources (Translation resources)
  30. zendframework/zend-feed suggests installing zendframework/zend-cache (Zend\Cache component, for optionally caching feeds between requests)
  31. symfony/event-dispatcher suggests installing symfony/http-kernel
  32. phpseclib/phpseclib suggests installing ext-libsodium (SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.)
  33. phpseclib/phpseclib suggests installing ext-mcrypt (Install the Mcrypt extension in order to speed up a few other cryptographic operations.)
  34. phpseclib/phpseclib suggests installing ext-gmp (Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.)
  35. paragonie/sodium_compat suggests installing ext-libsodium (PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.)
  36. friendsofphp/php-cs-fixer suggests installing php-cs-fixer/phpunit-constraint-isidenticalstring (For IsIdenticalString constraint.)
  37. friendsofphp/php-cs-fixer suggests installing php-cs-fixer/phpunit-constraint-xmlmatchesxsd (For XmlMatchesXsd constraint.)
  38. sebastian/global-state suggests installing ext-uopz (*)
  39. phpunit/phpunit suggests installing phpunit/php-invoker (^1.1)
  40. lusitanian/oauth suggests installing predis/predis (Allows using the Redis storage backend.)
  41. jms/serializer suggests installing doctrine/cache (Required if you like to use cache functionality.)
  42. consolidation/output-formatters suggests installing symfony/var-dumper (For using the var_dump formatter)
  43. consolidation/robo suggests installing pear/archive_tar (Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.)
  44. consolidation/robo suggests installing henrikbjorn/lurker (For monitoring filesystem changes in taskWatch)
  45. consolidation/robo suggests installing patchwork/jsqueeze (For minifying JS files in taskMinify)
  46. consolidation/robo suggests installing natxet/CssMin (For minifying CSS files in taskMinify)
  47. facebook/webdriver suggests installing ext-SimpleXML (For Firefox profile creation)
  48. codeception/codeception suggests installing aws/aws-sdk-php (For using AWS Auth in REST module and Queue module)
  49. codeception/codeception suggests installing codeception/specify (BDD-style code blocks)
  50. codeception/codeception suggests installing codeception/verify (BDD-style assertions)
  51. codeception/codeception suggests installing codeception/phpbuiltinserver (Start and stop PHP built-in web server for your tests)
  52. codeception/codeception suggests installing league/factory-muffin (For DataFactory module)
  53. codeception/codeception suggests installing league/factory-muffin-faker (For Faker support in DataFactory module)
  54. codeception/codeception suggests installing symfony/phpunit-bridge (For phpunit-bridge support)
  55. codeception/codeception suggests installing stecman/symfony-console-completion (For BASH autocompletion)
  56. symfony/dependency-injection suggests installing symfony/expression-language (For using expressions in service container configuration)
  57. symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them)
  58. Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
  59. Writing lock file
  60. Generating autoload files
Advertisement
Add Comment
Please, Sign In to add comment