docker-symfony icon indicating copy to clipboard operation
docker-symfony copied to clipboard

Symfony 4 is not working with this

Open shahzadthathal opened this issue 5 years ago • 1 comments

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# 

shahzadthathal avatar Apr 17 '19 08:04 shahzadthathal

Added support in this fork.

jessedezwart avatar Dec 28 '19 11:12 jessedezwart