Advertisement
Guest User

Untitled

a guest
May 9th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Installing symfony/website-skeleton (v3.4.27.2)
  2.   - Installing symfony/website-skeleton (v3.4.27.2): Downloading (100%)        
  3. Created project in my-project
  4. Loading composer repositories with package information
  5. Installing dependencies (including require-dev) from lock file
  6. Your requirements could not be resolved to an installable set of packages.
  7.  
  8.   Problem 1
  9.     - Installation request for symfony/framework-bundle v3.4.27 -> satisfiable by symfony/framework-bundle[v3.4.27].
  10.     - symfony/framework-bundle v3.4.27 requires ext-xml * -> the requested PHP extension xml is missing from your system.
  11.   Problem 2
  12.     - Installation request for symfony/security-bundle v3.4.27 -> satisfiable by symfony/security-bundle[v3.4.27].
  13.     - symfony/security-bundle v3.4.27 requires ext-xml * -> the requested PHP extension xml is missing from your system.
  14.   Problem 3
  15.     - Installation request for symfony/debug-bundle v3.4.27 -> satisfiable by symfony/debug-bundle[v3.4.27].
  16.     - symfony/debug-bundle v3.4.27 requires ext-xml * -> the requested PHP extension xml is missing from your system.
  17.   Problem 4
  18.     - symfony/framework-bundle v3.4.27 requires ext-xml * -> the requested PHP extension xml is missing from your system.
  19.     - symfony/maker-bundle v1.11.6 requires symfony/framework-bundle ^3.4|^4.0 -> satisfiable by symfony/framework-bundle[v3.4.27].
  20.     - Installation request for symfony/maker-bundle v1.11.6 -> satisfiable by symfony/maker-bundle[v1.11.6].
  21.  
  22.   To enable extensions, verify that they are enabled in your .ini files:
  23.     - /etc/php/7.0/cli/php.ini
  24.     - /etc/php/7.0/cli/conf.d/10-mysqlnd.ini
  25.     - /etc/php/7.0/cli/conf.d/10-opcache.ini
  26.     - /etc/php/7.0/cli/conf.d/10-pdo.ini
  27.     - /etc/php/7.0/cli/conf.d/20-calendar.ini
  28.     - /etc/php/7.0/cli/conf.d/20-ctype.ini
  29.     - /etc/php/7.0/cli/conf.d/20-exif.ini
  30.     - /etc/php/7.0/cli/conf.d/20-fileinfo.ini
  31.     - /etc/php/7.0/cli/conf.d/20-ftp.ini
  32.     - /etc/php/7.0/cli/conf.d/20-gettext.ini
  33.     - /etc/php/7.0/cli/conf.d/20-iconv.ini
  34.     - /etc/php/7.0/cli/conf.d/20-json.ini
  35.     - /etc/php/7.0/cli/conf.d/20-mbstring.ini
  36.     - /etc/php/7.0/cli/conf.d/20-mysqli.ini
  37.     - /etc/php/7.0/cli/conf.d/20-pdo_mysql.ini
  38.     - /etc/php/7.0/cli/conf.d/20-phar.ini
  39.     - /etc/php/7.0/cli/conf.d/20-posix.ini
  40.     - /etc/php/7.0/cli/conf.d/20-readline.ini
  41.     - /etc/php/7.0/cli/conf.d/20-shmop.ini
  42.     - /etc/php/7.0/cli/conf.d/20-sockets.ini
  43.     - /etc/php/7.0/cli/conf.d/20-sysvmsg.ini
  44.     - /etc/php/7.0/cli/conf.d/20-sysvsem.ini
  45.     - /etc/php/7.0/cli/conf.d/20-sysvshm.ini
  46.     - /etc/php/7.0/cli/conf.d/20-tokenizer.ini
  47.   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