Advertisement
Guest User

Composer install error

a guest
Apr 30th, 2016
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Loading composer repositories with package information
  2. Installing dependencies (including require-dev) from lock file
  3. Your requirements could not be resolved to an installable set of packages.
  4.  
  5. Problem 1
  6. - Installation request for laravel/framework v5.2.20 -> satisfiable by laravel/framework[v5.2.20].
  7. - laravel/framework v5.2.20 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
  8. Problem 2
  9. - Installation request for phpunit/phpunit 4.8.23 -> satisfiable by phpunit/phpunit[4.8.23].
  10. - phpunit/phpunit 4.8.23 requires ext-dom * -> the requested PHP extension dom is missing from your system.
  11.  
  12. To enable extensions, verify that they are enabled in those .ini files:
  13. - /etc/php/7.0/cli/php.ini
  14. - /etc/php/7.0/cli/conf.d/10-opcache.ini
  15. - /etc/php/7.0/cli/conf.d/10-pdo.ini
  16. - /etc/php/7.0/cli/conf.d/20-calendar.ini
  17. - /etc/php/7.0/cli/conf.d/20-ctype.ini
  18. - /etc/php/7.0/cli/conf.d/20-exif.ini
  19. - /etc/php/7.0/cli/conf.d/20-fileinfo.ini
  20. - /etc/php/7.0/cli/conf.d/20-ftp.ini
  21. - /etc/php/7.0/cli/conf.d/20-gettext.ini
  22. - /etc/php/7.0/cli/conf.d/20-iconv.ini
  23. - /etc/php/7.0/cli/conf.d/20-json.ini
  24. - /etc/php/7.0/cli/conf.d/20-phar.ini
  25. - /etc/php/7.0/cli/conf.d/20-posix.ini
  26. - /etc/php/7.0/cli/conf.d/20-readline.ini
  27. - /etc/php/7.0/cli/conf.d/20-shmop.ini
  28. - /etc/php/7.0/cli/conf.d/20-sockets.ini
  29. - /etc/php/7.0/cli/conf.d/20-sysvmsg.ini
  30. - /etc/php/7.0/cli/conf.d/20-sysvsem.ini
  31. - /etc/php/7.0/cli/conf.d/20-sysvshm.ini
  32. - /etc/php/7.0/cli/conf.d/20-tokenizer.ini
  33. You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement