maxpou / docker-symfony

:whale: A docker multicontainer with NGINX, PHP7-FPM, MySQL and ELK (Elasticsearch Logstash and Kibana)
http://www.maxpou.fr/docker-pour-symfony/
MIT License
1.31k stars 472 forks source link

Symfony 4 is not working with this #114

Open shahzadthathal opened 5 years ago

shahzadthathal commented 5 years ago
shahzad@shahzad:/var/www/html/symfony4-docker-2019$ docker-compose exec php bash

root@ad11b6762213:/var/www/symfony# composer create-project symfony/website-skeleton symfony

Do not run Composer as root/super user! See https://getcomposer.org/root for details
Installing symfony/website-skeleton (v4.2.5.2)
  - Installing symfony/website-skeleton (v4.2.5.2): Downloading (100%)         
Created project in symfony
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for facebook/webdriver 1.6.0 -> satisfiable by facebook/webdriver[1.6.0].
    - facebook/webdriver 1.6.0 requires ext-zip * -> the requested PHP extension zip is missing from your system.
  Problem 2
    - facebook/webdriver 1.6.0 requires ext-zip * -> the requested PHP extension zip is missing from your system.
    - symfony/panther v0.3.0 requires facebook/webdriver ^1.5 -> satisfiable by facebook/webdriver[1.6.0].
    - Installation request for symfony/panther v0.3.0 -> satisfiable by symfony/panther[v0.3.0].

  To enable extensions, verify that they are enabled in your .ini files:
    - 
    - /usr/local/etc/php/conf.d/docker-php-ext-pdo_mysql.ini
    - /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
    - /usr/local/etc/php/conf.d/tzone.ini
  You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.

root@ad11b6762213:/var/www/symfony# 
jessedezwart commented 4 years ago

Added support in this fork.