Guest User

Untitled

a guest
Nov 15th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. composer create-project drupal-composer/drupal-project:8.x-dev
  2.  
  3. composer require/admin_toolbar
  4.  
  5. $ composer require drupal/admin_toolbar
  6.  
  7. Using version ^1.24 for drupal/admin_toolbar
  8. ./composer.json has been updated
  9. > DrupalProjectcomposerScriptHandler::checkComposerVersion
  10. Loading composer repositories with package information
  11. Updating dependencies (including require-dev)
  12. Package operations: 42 installs, 0 updates, 0 removals
  13. - Installing drupal/admin_toolbar (1.24.0): Downloading (100%)
  14. - Installing symfony/phpunit-bridge (v3.4.18): Downloading (100%)
  15. - Installing sebastian/recursion-context (3.0.0): Downloading (100%)
  16. - Installing sebastian/exporter (3.1.0): Downloading (100%)
  17. - Installing sebastian/diff (2.0.1): Downloading (100%)
  18. - Installing sebastian/comparator (2.1.3): Downloading (100%)
  19. - Installing phpdocumentor/reflection-common (1.0.1): Downloading (100%)
  20. - Installing phpdocumentor/type-resolver (0.4.0): Downloading (100%)
  21. - Installing phpdocumentor/reflection-docblock (4.3.0): Downloading (100%)
  22. - Installing doctrine/instantiator (1.1.0): Downloading (100%)
  23. - Installing phpspec/prophecy (1.8.0): Downloading (100%)
  24. - Installing sebastian/version (2.0.1): Downloading (100%)
  25. - Installing sebastian/resource-operations (1.0.0): Downloading (100%)
  26. - Installing sebastian/object-reflector (1.1.1): Downloading (100%)
  27. - Installing sebastian/object-enumerator (3.0.3): Downloading (100%)
  28. - Installing sebastian/global-state (2.0.0): Downloading (100%)
  29. - Installing sebastian/environment (3.1.0): Downloading (100%)
  30. - Installing phpunit/php-text-template (1.2.1): Downloading (100%)
  31. - Installing phpunit/phpunit-mock-objects (5.0.10): Downloading (100%)
  32. - Installing phpunit/php-timer (1.0.9): Downloading (100%)
  33. - Installing phpunit/php-file-iterator (1.4.5): Downloading (100%)
  34. - Installing theseer/tokenizer (1.1.0): Downloading (100%)
  35. - Installing sebastian/code-unit-reverse-lookup (1.0.1): Downloading (100%)
  36. - Installing phpunit/php-token-stream (2.0.2): Downloading (100%)
  37. - Installing phpunit/php-code-coverage (5.3.2): Downloading (100%)
  38. - Installing phar-io/version (1.0.1): Downloading (100%)
  39. - Installing phar-io/manifest (1.0.1): Downloading (100%)
  40. - Installing myclabs/deep-copy (1.8.1): Downloading (100%)
  41. - Installing phpunit/phpunit (6.5.13): Downloading (100%)
  42. - Installing mikey179/vfsstream (v1.6.5): Downloading (100%)
  43. - Installing jcalderonzumba/gastonjs (v1.2.0): Downloading (100%)
  44. - Installing behat/mink (dev-master d5ee350): Cloning d5ee350c40 from cache
  45. - Installing jcalderonzumba/mink-phantomjs-driver (v0.3.3): Downloading (100%)
  46. - Installing squizlabs/php_codesniffer (3.3.2): Downloading (100%)
  47. - Installing drupal/coder (8.3.1): Cloning 29a25627e7 from cache
  48. - Installing instaclick/php-webdriver (1.4.5): Downloading (100%)
  49. - Installing behat/mink-selenium2-driver (dev-master 8684ee4): Cloning 8684ee4e63 from cache
  50. - Installing symfony/browser-kit (v4.1.7): Downloading (100%)
  51. - Installing fabpot/goutte (v3.2.3): Downloading (100%)
  52. - Installing behat/mink-browserkit-driver (1.3.3): Downloading (100%)
  53. - Installing behat/mink-goutte-driver (v1.2.1): Downloading (100%)
  54. sebastian/global-state suggests installing ext-uopz (*)
  55. phpunit/phpunit-mock-objects suggests installing ext-soap (*)
  56. phpunit/phpunit suggests installing phpunit/php-invoker (^1.1)
  57. behat/mink suggests installing behat/mink-zombie-driver (fast and JS-enabled headless driver for any app (requires node.js))
  58. behat/mink suggests installing dmore/chrome-mink-driver (fast and JS-enabled driver for any app (requires chromium or google chrome))
  59. Writing lock file
  60. Generating autoload files
  61. > DrupalProjectcomposerScriptHandler::createRequiredFiles
Add Comment
Please, Sign In to add comment