Composer Install
psqa@centos7dev drupal8]$ php composer.phar install
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 129 installs, 0 updates, 0 removals
- Installing cweagans/composer-patches (1.6.5): Loading from cache
proc_open(): fork failed - Cannot allocate memory
The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
Unzip with unzip command failed, falling back to ZipArchive class
The following exception is caused by a lack of memory or swap, or not having swap configured
Check https://getcomposer.org/doc/articles/troubleshooting.md#proc-open-fork-failed-errors for details
PHP Warning: proc_open(): fork failed - Cannot allocate memory in phar:///var/www/drupal8/composer.phar/vendor/symfony/console/Application.php on line 959
Warning: proc_open(): fork failed - Cannot allocate memory in phar:///var/www/drupal8/composer.phar/vendor/symfony/console/Application.php on line 959
[ErrorException]
proc_open(): fork failed - Cannot allocate memory
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
Check PHP Memory Allocation
php -r "echo ini_get('memory_limit').PHP_EOL;"
[psqa@centos7dev drupal8]$ php -r "echo ini_get('memory_limit').PHP_EOL;" 128M
/etc/php.ini
memory_limit = 128M
increase to 2G
memory_limit = 2000M
Editing with vi
sudo vi /etc/php.ini INSERT to enter edit mode memory_limit = 2000M ESC to exit edit mode :w to write :q to quit
Increased VM RAM from 1024 to 4096
only having 1G allocated to the VM was certainly most of the problem
Increased php ram to 2048, but there wasn't enough physical RAM available.
Composer Install with 2048M memory
[psqa@centos7dev ~]$ cd /var/www/drupal8/ [psqa@centos7dev drupal8]$ php composer.phar install > DrupalProject\composer\ScriptHandler::checkComposerVersion Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 129 installs, 0 updates, 0 removals - Installing cweagans/composer-patches (1.6.5): Loading from cache - Installing composer/installers (v1.6.0): Downloading (100%) - Installing composer/semver (1.4.2): Downloading (100%) - Installing drupal-composer/drupal-scaffold (2.5.4): Downloading (100%) - Installing symfony/polyfill-ctype (v1.9.0): Downloading (100%) - Installing symfony/finder (v3.4.17): Downloading (100%) - Installing symfony/yaml (v3.4.17): Downloading (100%) - Installing drupal/console-extend-plugin (0.9.2): Downloading (100%) - Installing paragonie/random_compat (v2.0.17): Downloading (100%) - Installing symfony/polyfill-php70 (v1.9.0): Downloading (100%) - Installing symfony/polyfill-mbstring (v1.9.0): Downloading (100%) - Installing symfony/http-foundation (v3.4.17): Downloading (100%) - Installing symfony/dom-crawler (v3.4.17): Downloading (100%) - Installing symfony/css-selector (v3.4.17): Downloading (100%) - Installing symfony/var-dumper (v3.4.17): Downloading (100%) - Installing psr/log (1.0.2): Downloading (100%) - Installing symfony/debug (v3.4.17): Downloading (100%) - Installing symfony/console (v3.4.17): Downloading (100%) - Installing nikic/php-parser (v4.1.0): Downloading (100%) - Installing jakub-onderka/php-console-color (v0.2): Downloading (100%) - Installing jakub-onderka/php-console-highlighter (v0.4): Downloading (100%) - Installing dnoegel/php-xdg-base-dir (0.1): Downloading (100%) - Installing psy/psysh (v0.9.9): Downloading (100%) - Installing psr/http-message (1.0.1): Downloading (100%) - Installing guzzlehttp/psr7 (1.4.2): Downloading (100%) - Installing guzzlehttp/promises (v1.3.1): Downloading (100%) - Installing guzzlehttp/guzzle (6.3.3): Downloading (100%) - Installing webmozart/assert (1.3.0): Downloading (100%) - Installing webmozart/path-util (2.3.0): Downloading (100%) - Installing webflo/drupal-finder (1.1.0): Downloading (100%) - Installing twig/twig (v1.35.4): Downloading (100%) - Installing symfony/translation (v3.4.17): Downloading (100%) - Installing symfony/process (v3.4.17): Downloading (100%) - Installing symfony/filesystem (v3.4.17): Downloading (100%) - Installing symfony/event-dispatcher (v3.4.17): Downloading (100%) - Installing psr/container (1.0.0): Downloading (100%) - Installing symfony/dependency-injection (v3.4.17): Downloading (100%) - Installing symfony/config (v3.4.17): Downloading (100%) - Installing stecman/symfony-console-completion (0.8.0): Downloading (100%) - Installing drupal/console-en (1.8.0): Downloading (100%) - Installing dflydev/placeholder-resolver (v1.0.2): Downloading (100%) - Installing dflydev/dot-access-data (v1.1.0): Downloading (100%) - Installing dflydev/dot-access-configuration (v1.0.3): Downloading (100%) - Installing drupal/console-core (1.8.0): Downloading (100%) - Installing doctrine/collections (v1.5.0): Downloading (100%) - Installing doctrine/lexer (v1.0.1): Downloading (100%) - Installing doctrine/annotations (v1.6.0): Downloading (100%) - Installing alchemy/zippy (0.4.3): Downloading (100%) - Installing drupal/console (1.8.0): Downloading (100%) - Installing symfony/phpunit-bridge (v3.4.17): Downloading (100%) - Installing sebastian/version (2.0.1): Downloading (100%) - Installing sebastian/resource-operations (1.0.0): Downloading (100%) - Installing sebastian/object-reflector (1.1.1): Downloading (100%) - Installing sebastian/recursion-context (3.0.0): Downloading (100%) - Installing sebastian/object-enumerator (3.0.3): Downloading (100%) - Installing sebastian/global-state (2.0.0): Downloading (100%) - Installing sebastian/exporter (3.1.0): Downloading (100%) - Installing sebastian/environment (3.1.0): Downloading (100%) - Installing sebastian/diff (2.0.1): Downloading (100%) - Installing sebastian/comparator (2.1.3): Downloading (100%) - Installing doctrine/instantiator (1.1.0): Downloading (100%) - Installing phpunit/php-text-template (1.2.1): Downloading (100%) - Installing phpunit/phpunit-mock-objects (5.0.10): Downloading (100%) - Installing phpunit/php-timer (1.0.9): Downloading (100%) - Installing phpunit/php-file-iterator (1.4.5): Downloading (100%) - Installing theseer/tokenizer (1.1.0): Downloading (100%) - Installing sebastian/code-unit-reverse-lookup (1.0.1): Downloading (100%) - Installing phpunit/php-token-stream (2.0.2): Downloading (100%) - Installing phpunit/php-code-coverage (5.3.2): Downloading (100%) - Installing phpdocumentor/reflection-common (1.0.1): Downloading (100%) - Installing phpdocumentor/type-resolver (0.4.0): Downloading (100%) - Installing phpdocumentor/reflection-docblock (4.3.0): Downloading (100%) - Installing phpspec/prophecy (1.8.0): Downloading (100%) - Installing phar-io/version (1.0.1): Downloading (100%) - Installing phar-io/manifest (1.0.1): Downloading (100%) - Installing myclabs/deep-copy (1.8.1): Downloading (100%) - Installing phpunit/phpunit (6.5.13): Downloading (100%) - Installing mikey179/vfsstream (v1.6.5): Downloading (100%) - Installing jcalderonzumba/gastonjs (v1.2.0): Downloading (100%) - Installing behat/mink (dev-master d5ee350): Cloning d5ee350c40 - Installing jcalderonzumba/mink-phantomjs-driver (v0.3.3): Downloading (100%) - Installing zendframework/zend-stdlib (3.2.1): Downloading (100%) - Installing zendframework/zend-escaper (2.6.0): Downloading (100%) - Installing zendframework/zend-feed (2.10.3): Downloading (100%) - Installing zendframework/zend-diactoros (1.8.6): Downloading (100%) - Installing symfony/validator (v3.4.17): Downloading (100%) - Installing symfony/serializer (v3.4.17): Downloading (100%) - Installing symfony/routing (v3.4.17): Downloading (100%) - Installing symfony/psr-http-message-bridge (v1.1.0): Downloading (100%) - Installing symfony/polyfill-iconv (v1.9.0): Downloading (100%) - Installing symfony/http-kernel (v3.4.17): Downloading (100%) - Installing symfony/class-loader (v3.4.17): Downloading (100%) - Installing symfony-cmf/routing (1.4.1): Downloading (100%) - Installing stack/builder (v1.0.5): Downloading (100%) - Installing masterminds/html5 (2.3.0): Downloading (100%) - Installing egulias/email-validator (1.2.15): Downloading (100%) - Installing easyrdf/easyrdf (0.9.1): Downloading (100%) - Installing doctrine/reflection (v1.0.0): Downloading (100%) - Installing doctrine/event-manager (v1.0.0): Downloading (100%) - Installing doctrine/cache (v1.8.0): Downloading (100%) - Installing doctrine/persistence (v1.0.1): Downloading (100%) - Installing doctrine/inflector (v1.3.0): Downloading (100%) - Installing doctrine/common (v2.9.0): Downloading (100%) - Installing asm89/stack-cors (1.2.0): Downloading (100%) - Installing drupal/core (8.6.2): Downloading (100%) - Installing squizlabs/php_codesniffer (3.3.2): Downloading (100%) - Installing drupal/coder (8.3.1): Cloning 29a25627e7 - Installing instaclick/php-webdriver (1.4.5): Downloading (100%) - Installing behat/mink-selenium2-driver (dev-master 8684ee4): Cloning 8684ee4e63 - Installing symfony/browser-kit (v4.1.6): Downloading (100%) - Installing fabpot/goutte (v3.2.3): Downloading (100%) - Installing behat/mink-browserkit-driver (1.3.3): Downloading (100%) - Installing behat/mink-goutte-driver (v1.2.1): Downloading (100%) - Installing container-interop/container-interop (1.2.0): Downloading (100%) - Installing league/container (2.4.1): Downloading (100%) - Installing grasmash/yaml-expander (1.4.0): Downloading (100%) - Installing consolidation/site-alias (1.1.5): Downloading (100%) - Installing consolidation/output-formatters (3.4.0): Downloading (100%) - Installing consolidation/log (1.0.6): Downloading (100%) - Installing consolidation/annotated-command (2.9.1): Downloading (100%) - Installing g1a/composer-test-scenarios (2.2.0): Downloading (100%) - Installing consolidation/self-update (1.1.3): Downloading (100%) - Installing grasmash/expander (1.0.0): Downloading (100%) - Installing consolidation/config (1.1.0): Downloading (100%) - Installing consolidation/robo (1.3.1): Downloading (100%) - Installing chi-teck/drupal-code-generator (1.27.0): Downloading (100%) - Installing drush/drush (9.5.2): Downloading (100%) - Installing vlucas/phpdotenv (v2.5.1): Downloading (100%) paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.) symfony/var-dumper suggests installing ext-intl (To show region name in time zone dump) symfony/var-dumper suggests installing ext-symfony_debug symfony/console suggests installing symfony/lock psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.) psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.) symfony/dependency-injection suggests installing symfony/expression-language (For using expressions in service container configuration) symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them) alchemy/zippy suggests installing guzzle/guzzle (To use the GuzzleTeleporter with Guzzle 3) drupal/console suggests installing symfony/thanks (Thank your favorite PHP projects on Github using the CLI!) sebastian/global-state suggests installing ext-uopz (*) phpunit/phpunit-mock-objects suggests installing ext-soap (*) phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.5) phpunit/phpunit suggests installing phpunit/php-invoker (^1.1) phpunit/phpunit suggests installing ext-xdebug (*) behat/mink suggests installing behat/mink-zombie-driver (fast and JS-enabled headless driver for any app (requires node.js)) behat/mink suggests installing dmore/chrome-mink-driver (fast and JS-enabled driver for any app (requires chromium or google chrome)) zendframework/zend-feed suggests installing zendframework/zend-cache (Zend\Cache component, for optionally caching feeds between requests) zendframework/zend-feed suggests installing zendframework/zend-db (Zend\Db component, for use with PubSubHubbub) zendframework/zend-feed suggests installing zendframework/zend-http (Zend\Http for PubSubHubbub, and optionally for use with Zend\Feed\Reader) zendframework/zend-feed suggests installing zendframework/zend-servicemanager (Zend\ServiceManager component, for easily extending ExtensionManager implementations) zendframework/zend-feed suggests installing zendframework/zend-validator (Zend\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent) symfony/validator suggests installing psr/cache-implementation (For using the metadata cache.) symfony/validator suggests installing symfony/expression-language (For using the Expression validator) symfony/validator suggests installing symfony/intl symfony/validator suggests installing symfony/property-access (For accessing properties within comparison constraints) symfony/serializer suggests installing psr/cache-implementation (For using the metadata cache.) symfony/serializer suggests installing symfony/property-access (For using the ObjectNormalizer.) symfony/serializer suggests installing symfony/property-info (To deserialize relations.) symfony/routing suggests installing symfony/expression-language (For using expression matching) symfony/psr-http-message-bridge suggests installing psr/http-factory-implementation (To use the PSR-17 factory) symfony/class-loader suggests installing symfony/polyfill-apcu (For using ApcClassLoader on HHVM) easyrdf/easyrdf suggests installing ml/json-ld (~1.0) doctrine/cache suggests installing alcaeus/mongo-php-adapter (Required to use legacy MongoDB driver) consolidation/robo suggests installing henrikbjorn/lurker (For monitoring filesystem changes in taskWatch) consolidation/robo suggests installing natxet/CssMin (For minifying CSS files in taskMinify) consolidation/robo suggests installing patchwork/jsqueeze (For minifying JS files in taskMinify) consolidation/robo suggests installing pear/archive_tar (Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.) Writing lock file Generating autoload files - .csslintrc (https://cgit.drupalcode.org/drupal/plain/.csslintrc?h=8.6.2): Downloading (100%) - .editorconfig (https://cgit.drupalcode.org/drupal/plain/.editorconfig?h=8.6.2): Downloading (100%) - .eslintignore (https://cgit.drupalcode.org/drupal/plain/.eslintignore?h=8.6.2): Downloading (100%) - .eslintrc.json (https://cgit.drupalcode.org/drupal/plain/.eslintrc.json?h=8.6.2): Downloading (100%) - .gitattributes (https://cgit.drupalcode.org/drupal/plain/.gitattributes?h=8.6.2): Downloading (100%) - .ht.router.php (https://cgit.drupalcode.org/drupal/plain/.ht.router.php?h=8.6.2): Downloading (100%) - .htaccess (https://cgit.drupalcode.org/drupal/plain/.htaccess?h=8.6.2): Downloading (100%) - index.php (https://cgit.drupalcode.org/drupal/plain/index.php?h=8.6.2): Downloading (100%) - robots.txt (https://cgit.drupalcode.org/drupal/plain/robots.txt?h=8.6.2): Downloading (100%) - sites/default/default.services.yml (https://cgit.drupalcode.org/drupal/plain/sites/default/default.services.yml?h=8.6.2): Downloading (100%) - sites/default/default.settings.php (https://cgit.drupalcode.org/drupal/plain/sites/default/default.settings.php?h=8.6.2): Downloading (100%) - sites/development.services.yml (https://cgit.drupalcode.org/drupal/plain/sites/development.services.yml?h=8.6.2): Downloading (100%) - sites/example.settings.local.php (https://cgit.drupalcode.org/drupal/plain/sites/example.settings.local.php?h=8.6.2): Downloading (100%) - sites/example.sites.php (https://cgit.drupalcode.org/drupal/plain/sites/example.sites.php?h=8.6.2): Downloading (100%) - update.php (https://cgit.drupalcode.org/drupal/plain/update.php?h=8.6.2): Downloading (100%) - web.config (https://cgit.drupalcode.org/drupal/plain/web.config?h=8.6.2): Downloading (100%) - ../.editorconfig (https://cgit.drupalcode.org/drupal/plain/.editorconfig?h=8.6.2): Downloading (100%) - ../.gitattributes (https://cgit.drupalcode.org/drupal/plain/.gitattributes?h=8.6.2): Downloading (100%) > DrupalProject\composer\ScriptHandler::createRequiredFiles Create a sites/default/settings.php file with chmod 0666 Create a sites/default/files directory with chmod 0777
Composer Create-Project
[psqa@centos7dev drupal8b]$ php ../composer.phar create-project drupal-composer/drupal-project:8.x-dev drp8 --stability dev --no-interaction Installing drupal-composer/drupal-project (8.x-dev c1e2b6e6b32d51e75321d76c503714d8515e2420) - Installing drupal-composer/drupal-project (8.x-dev c1e2b6e): Cloning c1e2b6e6b3 Created project in drp8 > DrupalProject\composer\ScriptHandler::checkComposerVersion Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 129 installs, 0 updates, 0 removals - Installing cweagans/composer-patches (1.6.5): Loading from cache - Installing composer/installers (v1.6.0): Loading from cache - Installing composer/semver (1.4.2): Loading from cache - Installing drupal-composer/drupal-scaffold (2.5.4): Loading from cache - Installing symfony/polyfill-ctype (v1.9.0): Loading from cache - Installing symfony/finder (v3.4.17): Loading from cache - Installing symfony/yaml (v3.4.17): Loading from cache - Installing drupal/console-extend-plugin (0.9.2): Loading from cache - Installing paragonie/random_compat (v2.0.17): Loading from cache - Installing symfony/polyfill-php70 (v1.9.0): Loading from cache - Installing symfony/polyfill-mbstring (v1.9.0): Loading from cache - Installing symfony/http-foundation (v3.4.17): Loading from cache - Installing symfony/dom-crawler (v3.4.17): Loading from cache - Installing symfony/css-selector (v3.4.17): Loading from cache - Installing symfony/var-dumper (v3.4.17): Loading from cache - Installing psr/log (1.0.2): Loading from cache - Installing symfony/debug (v3.4.17): Loading from cache - Installing symfony/console (v3.4.17): Loading from cache - Installing nikic/php-parser (v4.1.0): Loading from cache - Installing jakub-onderka/php-console-color (v0.2): Loading from cache - Installing jakub-onderka/php-console-highlighter (v0.4): Loading from cache - Installing dnoegel/php-xdg-base-dir (0.1): Loading from cache - Installing psy/psysh (v0.9.9): Loading from cache - Installing psr/http-message (1.0.1): Loading from cache - Installing guzzlehttp/psr7 (1.4.2): Loading from cache - Installing guzzlehttp/promises (v1.3.1): Loading from cache - Installing guzzlehttp/guzzle (6.3.3): Loading from cache - Installing webmozart/assert (1.3.0): Loading from cache - Installing webmozart/path-util (2.3.0): Loading from cache - Installing webflo/drupal-finder (1.1.0): Loading from cache - Installing twig/twig (v1.35.4): Loading from cache - Installing symfony/translation (v3.4.17): Loading from cache - Installing symfony/process (v3.4.17): Loading from cache - Installing symfony/filesystem (v3.4.17): Loading from cache - Installing symfony/event-dispatcher (v3.4.17): Loading from cache - Installing psr/container (1.0.0): Loading from cache - Installing symfony/dependency-injection (v3.4.17): Loading from cache - Installing symfony/config (v3.4.17): Loading from cache - Installing stecman/symfony-console-completion (0.8.0): Loading from cache - Installing drupal/console-en (1.8.0): Loading from cache - Installing dflydev/placeholder-resolver (v1.0.2): Loading from cache - Installing dflydev/dot-access-data (v1.1.0): Loading from cache - Installing dflydev/dot-access-configuration (v1.0.3): Loading from cache - Installing drupal/console-core (1.8.0): Loading from cache - Installing doctrine/collections (v1.5.0): Loading from cache - Installing doctrine/lexer (v1.0.1): Loading from cache - Installing doctrine/annotations (v1.6.0): Loading from cache - Installing alchemy/zippy (0.4.3): Loading from cache - Installing drupal/console (1.8.0): Loading from cache - Installing symfony/phpunit-bridge (v3.4.17): Loading from cache - Installing sebastian/version (2.0.1): Loading from cache - Installing sebastian/resource-operations (1.0.0): Loading from cache - Installing sebastian/object-reflector (1.1.1): Loading from cache - Installing sebastian/recursion-context (3.0.0): Loading from cache - Installing sebastian/object-enumerator (3.0.3): Loading from cache - Installing sebastian/global-state (2.0.0): Loading from cache - Installing sebastian/exporter (3.1.0): Loading from cache - Installing sebastian/environment (3.1.0): Loading from cache - Installing sebastian/diff (2.0.1): Loading from cache - Installing sebastian/comparator (2.1.3): Loading from cache - Installing doctrine/instantiator (1.1.0): Loading from cache - Installing phpunit/php-text-template (1.2.1): Loading from cache - Installing phpunit/phpunit-mock-objects (5.0.10): Loading from cache - Installing phpunit/php-timer (1.0.9): Loading from cache - Installing phpunit/php-file-iterator (1.4.5): Loading from cache - Installing theseer/tokenizer (1.1.0): Loading from cache - Installing sebastian/code-unit-reverse-lookup (1.0.1): Loading from cache - Installing phpunit/php-token-stream (2.0.2): Loading from cache - Installing phpunit/php-code-coverage (5.3.2): Loading from cache - Installing phpdocumentor/reflection-common (1.0.1): Loading from cache - Installing phpdocumentor/type-resolver (0.4.0): Loading from cache - Installing phpdocumentor/reflection-docblock (4.3.0): Loading from cache - Installing phpspec/prophecy (1.8.0): Loading from cache - Installing phar-io/version (1.0.1): Loading from cache - Installing phar-io/manifest (1.0.1): Loading from cache - Installing myclabs/deep-copy (1.8.1): Loading from cache - Installing phpunit/phpunit (6.5.13): Loading from cache - Installing mikey179/vfsstream (v1.6.5): Loading from cache - Installing jcalderonzumba/gastonjs (v1.2.0): Loading from cache - Installing behat/mink (dev-master d5ee350): Cloning d5ee350c40 - Installing jcalderonzumba/mink-phantomjs-driver (v0.3.3): Loading from cache - Installing zendframework/zend-stdlib (3.2.1): Loading from cache - Installing zendframework/zend-escaper (2.6.0): Loading from cache - Installing zendframework/zend-feed (2.10.3): Loading from cache - Installing zendframework/zend-diactoros (1.8.6): Loading from cache - Installing symfony/validator (v3.4.17): Loading from cache - Installing symfony/serializer (v3.4.17): Loading from cache - Installing symfony/routing (v3.4.17): Loading from cache - Installing symfony/psr-http-message-bridge (v1.1.0): Loading from cache - Installing symfony/polyfill-iconv (v1.9.0): Loading from cache - Installing symfony/http-kernel (v3.4.17): Loading from cache - Installing symfony/class-loader (v3.4.17): Loading from cache - Installing symfony-cmf/routing (1.4.1): Loading from cache - Installing stack/builder (v1.0.5): Loading from cache - Installing masterminds/html5 (2.3.0): Loading from cache - Installing egulias/email-validator (1.2.15): Loading from cache - Installing easyrdf/easyrdf (0.9.1): Loading from cache - Installing doctrine/reflection (v1.0.0): Loading from cache - Installing doctrine/event-manager (v1.0.0): Loading from cache - Installing doctrine/cache (v1.8.0): Loading from cache - Installing doctrine/persistence (v1.0.1): Loading from cache - Installing doctrine/inflector (v1.3.0): Loading from cache - Installing doctrine/common (v2.9.0): Loading from cache - Installing asm89/stack-cors (1.2.0): Loading from cache - Installing drupal/core (8.6.2): Loading from cache - Installing squizlabs/php_codesniffer (3.3.2): Loading from cache - Installing drupal/coder (8.3.1): Cloning 29a25627e7 - Installing instaclick/php-webdriver (1.4.5): Loading from cache - Installing behat/mink-selenium2-driver (dev-master 8684ee4): Cloning 8684ee4e63 - Installing symfony/browser-kit (v4.1.6): Loading from cache - Installing fabpot/goutte (v3.2.3): Loading from cache - Installing behat/mink-browserkit-driver (1.3.3): Loading from cache - Installing behat/mink-goutte-driver (v1.2.1): Loading from cache - Installing container-interop/container-interop (1.2.0): Loading from cache - Installing league/container (2.4.1): Loading from cache - Installing grasmash/yaml-expander (1.4.0): Loading from cache - Installing consolidation/site-alias (1.1.5): Loading from cache - Installing consolidation/output-formatters (3.4.0): Loading from cache - Installing consolidation/log (1.0.6): Loading from cache - Installing consolidation/annotated-command (2.9.1): Loading from cache - Installing g1a/composer-test-scenarios (2.2.0): Loading from cache - Installing consolidation/self-update (1.1.3): Loading from cache - Installing grasmash/expander (1.0.0): Loading from cache - Installing consolidation/config (1.1.0): Loading from cache - Installing consolidation/robo (1.3.1): Loading from cache - Installing chi-teck/drupal-code-generator (1.27.0): Loading from cache - Installing drush/drush (9.5.2): Loading from cache - Installing vlucas/phpdotenv (v2.5.1): Loading from cache paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.) symfony/var-dumper suggests installing ext-intl (To show region name in time zone dump) symfony/var-dumper suggests installing ext-symfony_debug symfony/console suggests installing symfony/lock psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.) psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.) symfony/dependency-injection suggests installing symfony/expression-language (For using expressions in service container configuration) symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them) alchemy/zippy suggests installing guzzle/guzzle (To use the GuzzleTeleporter with Guzzle 3) drupal/console suggests installing symfony/thanks (Thank your favorite PHP projects on Github using the CLI!) sebastian/global-state suggests installing ext-uopz (*) phpunit/phpunit-mock-objects suggests installing ext-soap (*) phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.5) phpunit/phpunit suggests installing phpunit/php-invoker (^1.1) phpunit/phpunit suggests installing ext-xdebug (*) behat/mink suggests installing behat/mink-zombie-driver (fast and JS-enabled headless driver for any app (requires node.js)) behat/mink suggests installing dmore/chrome-mink-driver (fast and JS-enabled driver for any app (requires chromium or google chrome)) zendframework/zend-feed suggests installing zendframework/zend-cache (Zend\Cache component, for optionally caching feeds between requests) zendframework/zend-feed suggests installing zendframework/zend-db (Zend\Db component, for use with PubSubHubbub) zendframework/zend-feed suggests installing zendframework/zend-http (Zend\Http for PubSubHubbub, and optionally for use with Zend\Feed\Reader) zendframework/zend-feed suggests installing zendframework/zend-servicemanager (Zend\ServiceManager component, for easily extending ExtensionManager implementations) zendframework/zend-feed suggests installing zendframework/zend-validator (Zend\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent) symfony/validator suggests installing psr/cache-implementation (For using the metadata cache.) symfony/validator suggests installing symfony/expression-language (For using the Expression validator) symfony/validator suggests installing symfony/intl symfony/validator suggests installing symfony/property-access (For accessing properties within comparison constraints) symfony/serializer suggests installing psr/cache-implementation (For using the metadata cache.) symfony/serializer suggests installing symfony/property-access (For using the ObjectNormalizer.) symfony/serializer suggests installing symfony/property-info (To deserialize relations.) symfony/routing suggests installing symfony/expression-language (For using expression matching) symfony/psr-http-message-bridge suggests installing psr/http-factory-implementation (To use the PSR-17 factory) symfony/class-loader suggests installing symfony/polyfill-apcu (For using ApcClassLoader on HHVM) easyrdf/easyrdf suggests installing ml/json-ld (~1.0) doctrine/cache suggests installing alcaeus/mongo-php-adapter (Required to use legacy MongoDB driver) consolidation/robo suggests installing henrikbjorn/lurker (For monitoring filesystem changes in taskWatch) consolidation/robo suggests installing natxet/CssMin (For minifying CSS files in taskMinify) consolidation/robo suggests installing patchwork/jsqueeze (For minifying JS files in taskMinify) consolidation/robo suggests installing pear/archive_tar (Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.) Writing lock file Generating autoload files - .csslintrc (https://cgit.drupalcode.org/drupal/plain/.csslintrc?h=8.6.2): Downloading (100%) - .editorconfig (https://cgit.drupalcode.org/drupal/plain/.editorconfig?h=8.6.2): Downloading (100%) - .eslintignore (https://cgit.drupalcode.org/drupal/plain/.eslintignore?h=8.6.2): Downloading (100%) - .eslintrc.json (https://cgit.drupalcode.org/drupal/plain/.eslintrc.json?h=8.6.2): Downloading (100%) - .gitattributes (https://cgit.drupalcode.org/drupal/plain/.gitattributes?h=8.6.2): Downloading (100%) - .ht.router.php (https://cgit.drupalcode.org/drupal/plain/.ht.router.php?h=8.6.2): Downloading (100%) - .htaccess (https://cgit.drupalcode.org/drupal/plain/.htaccess?h=8.6.2): Downloading (100%) - index.php (https://cgit.drupalcode.org/drupal/plain/index.php?h=8.6.2): Downloading (100%) - robots.txt (https://cgit.drupalcode.org/drupal/plain/robots.txt?h=8.6.2): Downloading (100%) - sites/default/default.services.yml (https://cgit.drupalcode.org/drupal/plain/sites/default/default.services.yml?h=8.6.2): Downloading (100%) - sites/default/default.settings.php (https://cgit.drupalcode.org/drupal/plain/sites/default/default.settings.php?h=8.6.2): Downloading (100%) - sites/development.services.yml (https://cgit.drupalcode.org/drupal/plain/sites/development.services.yml?h=8.6.2): Downloading (100%) - sites/example.settings.local.php (https://cgit.drupalcode.org/drupal/plain/sites/example.settings.local.php?h=8.6.2): Downloading (100%) - sites/example.sites.php (https://cgit.drupalcode.org/drupal/plain/sites/example.sites.php?h=8.6.2): Downloading (100%) - update.php (https://cgit.drupalcode.org/drupal/plain/update.php?h=8.6.2): Downloading (100%) - web.config (https://cgit.drupalcode.org/drupal/plain/web.config?h=8.6.2): Downloading (100%) - ../.editorconfig (https://cgit.drupalcode.org/drupal/plain/.editorconfig?h=8.6.2): Downloading (100%) - ../.gitattributes (https://cgit.drupalcode.org/drupal/plain/.gitattributes?h=8.6.2): Downloading (100%) > DrupalProject\composer\ScriptHandler::createRequiredFiles Create a sites/default/settings.php file with chmod 0666 Create a sites/default/files directory with chmod 0777
- Log in to post comments