Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HP@HP-Komputer MINGW64 ~/Documents/programming/cjg/cojagram/docker (master)
- $ docker-compose run apache composer install && docker-compose run php app/console d:d:c && docker-compose run php app/console d:s:c
- Starting docker_db_1 ... done
- Do not run Composer as root/super user! See https://getcomposer.org/root for details
- Loading composer repositories with package information
- Installing dependencies (including require-dev) from lock file
- Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
- Package operations: 80 installs, 0 updates, 0 removals
- Failed to download symfony/symfony from dist: The zip extension and unzip command are both missing, skipping.
- Your command-line PHP is using multiple ini files. Run `php --ini` to show them.
- Now trying to download from source
- - Installing symfony/symfony (v2.8.31): Cloning fa9fa59d7b
- [Symfony\Component\Process\Exception\ProcessTimedOutException]
- The process "git clone --no-checkout 'https://github.com/symfony/symfony.git' '/var/www/html/vendor/symfony/symfony' && cd '/var/www/html/vendor/symfony/symfony' && git remote add composer 'https://github.com/symfony/symfony.git' && git fetch composer" exceeded the timeout of 300 seconds.
- install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
- HP@HP-Komputer MINGW64 ~/Documents/programming/cjg/cojagram/docker (master)
- $ docker-compose run apache composer install
- Starting docker_db_1 ... done
- Do not run Composer as root/super user! See https://getcomposer.org/root for details
- Loading composer repositories with package information
- Installing dependencies (including require-dev) from lock file
- Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
- Package operations: 80 installs, 0 updates, 0 removals
- Failed to download symfony/symfony from dist: The zip extension and unzip command are both missing, skipping.
- Your command-line PHP is using multiple ini files. Run `php --ini` to show them.
- Now trying to download from source
- - Installing symfony/symfony (v2.8.31):
- [RuntimeException]
- Could not delete /var/www/html/vendor/symfony/symfony/.git/objects/pack/pack-f8500f1d0113df5bda36a7a914868fd5bfa1b175.idx:
- install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
Advertisement
Add Comment
Please, Sign In to add comment