Advertisement
mrengy

composer install from composer 1.10.26

Aug 12th, 2022
981
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.37 KB | None | 0 0
  1. mikeeng@Mike-Eng-MacBook-Pro emandminbeantown % composer install -vvv  
  2. Reading ./composer.json
  3. Loading config file ./composer.json
  4. Checked CA file /usr/local/etc/ca-certificates/cert.pem: valid
  5. Executing command (/Users/mikeeng/Local-Sites/emandminbeantown): git branch -a --no-color --no-abbrev -v
  6. Failed to initialize global composer: Composer could not find the config file: /Users/mikeeng/.composer/composer.json
  7. To initialize a project, please create a composer.json file as described in the https://getcomposer.org/ "Getting Started" section
  8. Reading /Users/mikeeng/Local-Sites/emandminbeantown/content/vendor/composer/installed.json
  9. Loading plugin Composer\Installers\Plugin
  10. Running 1.10.26 (2022-04-13 16:39:56) with PHP 8.1.8 on Darwin / 20.6.0
  11. You are using Composer 1 which is deprecated. You should upgrade to Composer 2, see https://blog.packagist.com/deprecating-composer-1-support/
  12. Reading ./composer.lock
  13. Loading composer repositories with package information
  14. Installing dependencies (including require-dev) from lock file
  15. Reading ./composer.lock
  16. Resolving dependencies through SAT
  17. Looking at all rules.
  18.  
  19. Dependency resolution completed in 0.000 seconds
  20. Analyzed 94 packages to resolve dependencies
  21. Analyzed 115 rules to resolve dependencies
  22. Package operations: 17 installs, 0 updates, 0 removals
  23. Installs: wordpress/wordpress:5.8, wpackagist-plugin/akismet:5.0, wpackagist-plugin/broken-link-checker:1.11.17, wpackagist-plugin/classic-editor:1.6.2, wpackagist-plugin/degradable-html5-audio-and-video:1.8.2, wpackagist-plugin/display-php-version:1.7, wpackagist-plugin/enable-media-replace:3.6.3, wpackagist-plugin/fitvids-for-wordpress:3.0.11, wpackagist-plugin/fix-image-rotation:2.2.2, wpackagist-plugin/jetpack:11.2, wpackagist-plugin/mailchimp-for-wp:4.8.7, wpackagist-plugin/media-element-html5-video-and-audio-player:4.2.8, wpackagist-plugin/postie:1.9.61, wpackagist-plugin/regenerate-thumbnails:3.1.5, wpackagist-plugin/simple-top-commenters:1.5.2, wpackagist-plugin/video-embed-thumbnail-generator:4.7.4, wpackagist-plugin/w3-total-cache:2.2.4
  24.  
  25.                                                                        
  26.   [InvalidArgumentException]                                            
  27.   Sorry only one package can be installed into the configured webroot.  
  28.                                                                        
  29.  
  30. Exception trace:
  31.  () at /Users/mikeeng/Local-Sites/emandminbeantown/content/vendor/fancyguy/webroot-installer/src/FancyGuy/Composer/WebrootInstaller.php:63
  32.  FancyGuy\Composer\WebrootInstaller->getInstallPath() at phar:///usr/local/bin/composer/src/Composer/Installer/LibraryInstaller.php:94
  33.  Composer\Installer\LibraryInstaller->install() at phar:///usr/local/bin/composer/src/Composer/Installer/InstallationManager.php:173
  34.  Composer\Installer\InstallationManager->install() at phar:///usr/local/bin/composer/src/Composer/Installer/InstallationManager.php:160
  35.  Composer\Installer\InstallationManager->execute() at phar:///usr/local/bin/composer/src/Composer/Installer.php:611
  36.  Composer\Installer->doInstall() at phar:///usr/local/bin/composer/src/Composer/Installer.php:232
  37.  Composer\Installer->run() at phar:///usr/local/bin/composer/src/Composer/Command/InstallCommand.php:125
  38.  Composer\Command\InstallCommand->execute() at phar:///usr/local/bin/composer/vendor/symfony/console/Command/Command.php:245
  39.  Symfony\Component\Console\Command\Command->run() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:835
  40.  Symfony\Component\Console\Application->doRunCommand() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:185
  41.  Symfony\Component\Console\Application->doRun() at phar:///usr/local/bin/composer/src/Composer/Console/Application.php:283
  42.  Composer\Console\Application->doRun() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:117
  43.  Symfony\Component\Console\Application->run() at phar:///usr/local/bin/composer/src/Composer/Console/Application.php:113
  44.  Composer\Console\Application->run() at phar:///usr/local/bin/composer/bin/composer:64
  45.  require() at /usr/local/bin/composer:24
  46.  
  47. 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>]...
  48.  
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement