Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.03 KB | None | 0 0
  1. ➜  Vee git:(master) php composer.phar install
  2. Do not run Composer as root/super user! See https://getcomposer.org/root for details
  3. Loading composer repositories with package information
  4. Installing dependencies (including require-dev) from lock file
  5. Your requirements could not be resolved to an installable set of packages.
  6.  
  7.   Problem 1
  8.     - Installation request for nullx27/esi-php 1.1 -> satisfiable by nullx27/esi-php[1.1].
  9.     - nullx27/esi-php 1.1 requires ext-curl * -> the requested PHP extension curl is missing from your system.
  10.   Problem 2
  11.     - Installation request for phpunit/php-code-coverage 4.0.8 -> satisfiable by phpunit/php-code-coverage[4.0.8].
  12.     - phpunit/php-code-coverage 4.0.8 requires ext-dom * -> the requested PHP extension dom is missing from your system.
  13.   Problem 3
  14.     - Installation request for phpunit/phpunit 5.7.20 -> satisfiable by phpunit/phpunit[5.7.20].
  15.     - phpunit/phpunit 5.7.20 requires ext-dom * -> the requested PHP extension dom is missing from your system.
  16.  
  17.   To enable extensions, verify that they are enabled in your .ini files:
  18.     - /etc/php/7.1/cli/php.ini
  19.     - /etc/php/7.1/cli/conf.d/10-opcache.ini
  20.     - /etc/php/7.1/cli/conf.d/10-pdo.ini
  21.     - /etc/php/7.1/cli/conf.d/20-calendar.ini
  22.     - /etc/php/7.1/cli/conf.d/20-ctype.ini
  23.     - /etc/php/7.1/cli/conf.d/20-exif.ini
  24.     - /etc/php/7.1/cli/conf.d/20-fileinfo.ini
  25.     - /etc/php/7.1/cli/conf.d/20-ftp.ini
  26.     - /etc/php/7.1/cli/conf.d/20-gettext.ini
  27.     - /etc/php/7.1/cli/conf.d/20-iconv.ini
  28.     - /etc/php/7.1/cli/conf.d/20-json.ini
  29.     - /etc/php/7.1/cli/conf.d/20-phar.ini
  30.     - /etc/php/7.1/cli/conf.d/20-posix.ini
  31.     - /etc/php/7.1/cli/conf.d/20-readline.ini
  32.     - /etc/php/7.1/cli/conf.d/20-shmop.ini
  33.     - /etc/php/7.1/cli/conf.d/20-sockets.ini
  34.     - /etc/php/7.1/cli/conf.d/20-sysvmsg.ini
  35.     - /etc/php/7.1/cli/conf.d/20-sysvsem.ini
  36.     - /etc/php/7.1/cli/conf.d/20-sysvshm.ini
  37.     - /etc/php/7.1/cli/conf.d/20-tokenizer.ini
  38.   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