Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. Changed current directory to /home/zoheir/.composer
  2. Do not run Composer as root/super user! See https://getcomposer.org/root for details
  3. Using version ^1.4 for laravel/installer
  4. ./composer.json has been updated
  5. Loading composer repositories with package information
  6. Updating dependencies (including require-dev)
  7. Your requirements could not be resolved to an installable set of packages.
  8.  
  9. Problem 1
  10. - laravel/installer v1.4.1 requires ext-zip * -> the requested PHP extension zip is missing from your system.
  11. - laravel/installer v1.4.0 requires ext-zip * -> the requested PHP extension zip is missing from your system.
  12. - Installation request for laravel/installer ^1.4 -> satisfiable by laravel/installer[v1.4.0, v1.4.1].
  13.  
  14. To enable extensions, verify that they are enabled in your .ini files:
  15. - /etc/php/7.0/cli/php.ini
  16. - /etc/php/7.0/cli/conf.d/10-opcache.ini
  17. - /etc/php/7.0/cli/conf.d/10-pdo.ini
  18. - /etc/php/7.0/cli/conf.d/20-calendar.ini
  19. - /etc/php/7.0/cli/conf.d/20-ctype.ini
  20. - /etc/php/7.0/cli/conf.d/20-exif.ini
  21. - /etc/php/7.0/cli/conf.d/20-fileinfo.ini
  22. - /etc/php/7.0/cli/conf.d/20-ftp.ini
  23. - /etc/php/7.0/cli/conf.d/20-gettext.ini
  24. - /etc/php/7.0/cli/conf.d/20-iconv.ini
  25. - /etc/php/7.0/cli/conf.d/20-json.ini
  26. - /etc/php/7.0/cli/conf.d/20-phar.ini
  27. - /etc/php/7.0/cli/conf.d/20-posix.ini
  28. - /etc/php/7.0/cli/conf.d/20-readline.ini
  29. - /etc/php/7.0/cli/conf.d/20-shmop.ini
  30. - /etc/php/7.0/cli/conf.d/20-sockets.ini
  31. - /etc/php/7.0/cli/conf.d/20-sysvmsg.ini
  32. - /etc/php/7.0/cli/conf.d/20-sysvsem.ini
  33. - /etc/php/7.0/cli/conf.d/20-sysvshm.ini
  34. - /etc/php/7.0/cli/conf.d/20-tokenizer.ini
  35. - /etc/php/7.0/cli/conf.d/20-xdebug.ini
  36. You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
  37.  
  38. Installation failed, reverting ./composer.json to its original content.
  39.  
  40. sudo apt-get install php7.0-zip
  41.  
  42. php -v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement