You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: