Skip to content

Instantly share code, notes, and snippets.

@schmunk42
Created January 13, 2017 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schmunk42/378d5f2b9a3cc81436654180bd1b0ae5 to your computer and use it in GitHub Desktop.
Save schmunk42/378d5f2b9a3cc81436654180bd1b0ae5 to your computer and use it in GitHub Desktop.
Vanilla composer install with preferred-install
> docker run -v ${PWD}:/app composer install --ignore-platform-reqs
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 156 installs, 0 updates, 0 removals
- Installing yiisoft/yii2-composer (2.0.5) Downloading: 100%
- Installing fxp/composer-asset-plugin (v1.2.2) Downloading: 100%
- Installing wikimedia/composer-merge-plugin (v1.3.1) Downloading: 100%
- Installing ezyang/htmlpurifier (v4.8.0) Downloading: 100%
- Installing cebe/markdown (1.0.2) Downloading: 100%
- Installing bower-asset/jquery (2.2.4) Downloading: 100%
- Installing bower-asset/yii2-pjax (v2.0.6) Downloading: 100%
- Installing bower-asset/punycode (v1.3.2) Downloading: 100%
- Installing bower-asset/jquery.inputmask (3.2.7) Downloading: 100%
- Installing yiisoft/yii2 (2.0.10) Downloading: 100%
- Installing bower-asset/chartjs (v2.1.6) Downloading: 100%
- Installing 2amigos/yii2-chartjs-widget (2.0.1) Downloading: 100%
- Installing bower-asset/bootstrap (v3.3.7) Downloading: 100%
- Installing yiisoft/yii2-bootstrap (2.0.6) Downloading: 100%
- Installing bower-asset/sifter (v0.5.2) Downloading: 100%
- Installing bower-asset/microplugin (v0.0.3) Downloading: 100%
- Installing bower-asset/selectize (v0.12.4) Downloading: 100%
- Installing 2amigos/yii2-selectize-widget (1.0.2) Downloading: 100%
- Installing 2amigos/yii2-translateable-behavior (0.1.2) Downloading: 100%
- Installing almasaeed2010/adminlte (v2.3.11) Downloading: 100%
- Installing bower-asset/bootstrap-sass (v3.3.7) Downloading: 100%
- Installing bower-asset/json-editor (v0.7.28) Downloading: 100%
- Installing bower-asset/jsoneditor (v3.2.0) Downloading: 100%
- Installing cebe/yii2-gravatar (1.1) Downloading: 100%
- Installing bower-asset/cookieconsent2 (3.0.4) Downloading: 100%
- Installing cinghie/yii2-cookie-consent (v1.4.4) Downloading: 100%
- Installing container-interop/container-interop (1.1.0) Downloading: 100%
- Installing league/flysystem (1.0.32) Downloading: 100%
- Installing creocoder/yii2-flysystem (0.8.1) Downloading: 100%
- Installing bower-asset/ace-builds (v1.2.6) Downloading: 100%
- Installing trntv/yii2-aceeditor (2.0.2) Downloading: 100%
- Installing pheme/yii2-toggle-column (0.7) Downloading: 100%
- Installing pheme/yii2-settings (0.4) Downloading: 100%
- Installing bower-asset/jquery-ui (1.11.4) Downloading: 100%
- Installing yiisoft/yii2-jui (2.0.6) Downloading: 100%
- Installing lajax/yii2-translate-manager (1.6.0) Downloading: 100%
- Installing bower-asset/jquery-cookie (v1.4.1) Downloading: 100%
- Installing insolita/yii2-adminlte-widgets (v1.1.6) Downloading: 100%
- Installing twig/twig (v1.30.0) Downloading: 100%
- Installing yiisoft/yii2-twig (2.0.6) Downloading: 100%
- Installing beowulfenator/yii2-json-editor (1.1.3) Downloading: 100%
- Installing yiisoft/yii2-debug (2.0.7) Downloading: 100%
- Installing phpspec/php-diff (v1.1.0) Downloading: 100%
- Installing bedezign/yii2-audit (1.0.8) Downloading: 100%
- Installing 2amigos/yii2-ckeditor-widget (1.0.4) Downloading: 100%
- Installing dmstr/yii2-prototype-module (0.5.0-rc3) Cloning 1be7cdc617 from cache
- Installing fortawesome/font-awesome (v4.7.0) Downloading: 100%
- Installing rmrevin/yii2-fontawesome (2.17.0) Downloading: 100%
- Installing kartik-v/yii2-krajee-base (v1.8.7) Downloading: 100%
- Installing kartik-v/yii2-widget-select2 (v2.0.8) Downloading: 100%
- Installing kartik-v/yii2-widget-activeform (v1.4.8) Downloading: 100%
- Installing creocoder/yii2-nested-sets (0.9.0) Downloading: 100%
- Installing kartik-v/yii2-tree-manager (v1.0.5) Downloading: 100%
- Installing dmstr/yii2-web (0.4.0) Cloning 6758b2f24c from cache
- Installing devgroup/yii2-jsoneditor (v1.0.0) Downloading: 100%
- Installing dmstr/yii2-pages-module (0.20.0-rc2) Cloning 4ef94741a5 from cache
- Installing dmstr/yii2-helpers (0.4.1) Cloning e8259dd497 from cache
- Installing dmstr/yii2-adminlte-asset (2.4.0-beta1) Cloning 47155caf6c from cache
- Installing dmstr/yii2-backend-module (0.5.0-rc2) Cloning b34cc6a274 from cache
- Installing swiftmailer/swiftmailer (v5.4.5) Downloading: 100%
- Installing yiisoft/yii2-swiftmailer (2.0.6) Downloading: 100%
- Installing yiisoft/yii2-httpclient (2.0.2) Downloading: 100%
- Installing yiisoft/yii2-authclient (2.1.1) Downloading: 100%
- Installing dektrium/yii2-user (0.9.10) Downloading: 100%
- Installing dektrium/yii2-rbac (0.3.0) Downloading: 100%
- Installing dmstr/yii2-cms-metapackage (7.0.0-beta1) Cloning fba5e7195c from cache
- Installing sabre/uri (1.2.0) Downloading: 100%
- Installing sabre/xml (1.5.0) Downloading: 100%
- Installing sabre/vobject (4.1.2) Downloading: 100%
- Installing sabre/event (3.0.0) Downloading: 100%
- Installing sabre/http (4.2.2) Downloading: 100%
- Installing psr/log (1.0.2) Downloading: 100%
- Installing sabre/dav (3.2.0) Downloading: 100%
- Installing league/flysystem-webdav (1.0.5) Downloading: 100%
- Installing phpseclib/phpseclib (2.0.4) Downloading: 100%
- Installing league/flysystem-sftp (1.0.13) Downloading: 100%
- Installing dropbox/dropbox-sdk (v1.1.7) Downloading: 100%
- Installing league/flysystem-dropbox (1.0.4) Downloading: 100%
- Installing symfony/event-dispatcher (v2.8.15) Downloading: 100%
- Installing guzzle/guzzle (v3.9.3) Downloading: 100%
- Installing aws/aws-sdk-php (2.8.31) Downloading: 100%
- Installing league/flysystem-aws-s3-v2 (1.0.3) Downloading: 100%
- Installing schmunk42/retry (0.0.1) Cloning c34c68c9e2 from cache
- Installing mikehaertl/php-shellcommand (1.2.2) Downloading: 100%
- Installing dmstr/yii2-db (0.7.7) Cloning 4ee3bcc3b5 from cache
- Installing dmstr/yii2-filefly-module (0.5.5-rc4) Cloning 75533e796a from cache
- Installing bower-asset/angular (v1.5.10) Downloading: 100%
- Installing bower-asset/ng-file-upload (12.2.13) Downloading: 100%
- Installing bower-asset/angular-translate (2.9.2) Downloading: 100%
- Installing bower-asset/angular-sanitize (v1.5.10) Downloading: 100%
- Installing dmstr/yii2-filemanager-widgets (0.6.0-rc1) Cloning 9b35a1bf32 from cache
- Installing dmstr/yii2-migrate-command (0.3.1) Cloning dcfe52c088 from cache
- Installing dmstr/yii2-bootstrap (0.2.0) Cloning df2afef650 from cache
- Installing codemix/yii2-streamlog (1.0.0) Downloading: 100%
- Installing codemix/yii2-localeurls (1.4.5) Downloading: 100%
- Installing dmstr/yii2-libs-metapackage (0.3.1) Cloning b5268d5cd8 from cache
- Installing dmstr/yii2-redirect-module (0.3.4-rc2) Cloning fd162163ca from cache
- Installing chrisboulton/php-resque (1.2) Downloading: 100%
- Installing dmstr/yii2-resque-module (0.3.0-rc1) Cloning 7d5eba7972 from cache
- Installing dmstr/yii2-widgets2-module (0.4.0-alpha3) Cloning db307073d7 from cache
- Installing bower-asset/nprogress (v0.2.0) Downloading: 100%
- Installing edgardmessias/yii2-nprogress (0.3.0) Downloading: 100%
- Installing bower-asset/gridster.js (v0.5.6) Downloading: 100%
- Installing fedemotta/yii2-gridster (v2.0.1) Downloading: 100%
- Installing franciscomaya/yii2-sceditor (dev-master 9493287) Cloning 9493287074 from cache
- Installing knplabs/github-api (1.7.1) Downloading: 100%
- Installing loveorigami/yii2-notification-wrapper (6.3) Downloading: 100%
- Installing mexitek/phpcolors (v0.4) Downloading: 100%
- Installing phpoffice/phpexcel (1.8.1) Downloading: 100%
- Installing bower-asset/bootstrap-material-design (v0.5.10) Downloading: 100%
- Installing romdim/yii2-bootstrap-material (1.0) Downloading: 100%
- Installing bower-asset/swiper (v3.4.1) Downloading: 100%
- Installing romka-chev/yii2-swiper (v2.0.2) Downloading: 100%
- Installing vlucas/phpdotenv (v2.4.0) Downloading: 100%
- Installing symfony/finder (v3.2.1) Downloading: 100%
- Installing league/container (2.2.0) Downloading: 100%
- Installing sidekit/config (1.0.0) Downloading: 100%
- Installing thomaspark/bootswatch (v3.3.7) Downloading: 100%
- Installing bower-asset/jquery.scrollto (2.1.2) Downloading: 100%
- Installing bower-asset/jquery.easing (v1.3.1) Downloading: 100%
- Installing bower-asset/jquery-mousewheel (3.1.13) Downloading: 100%
- Installing bower-asset/jquery-form (3.51) Downloading: 100%
- Installing uran1980/yii2-jquery-essential (0.0.6) Downloading: 100%
- Installing yiisoft/yii2-redis (2.0.5) Downloading: 100%
- Installing bower-asset/moment (2.17.1) Downloading: 100%
- Installing zhuravljov/yii2-datetime-widgets (1.0.2) Downloading: 100%
- Installing bower-asset/emojify.js (1.1.0) Downloading: 100%
- Installing bower-asset/typeahead.js (v0.11.1) Downloading: 100%
- Installing yiisoft/yii2-gii (2.0.5) Downloading: 100%
- Installing fzaninotto/faker (v1.6.0) Downloading: 100%
- Installing yiisoft/yii2-faker (2.0.3) Downloading: 100%
- Installing squizlabs/php_codesniffer (3.0.0RC2) Downloading: 100%
- Installing yiisoft/yii2-coding-standards (2.0.2) Downloading: 100%
- Installing scrivo/highlight.php (v8.9.1) Downloading: 100%
- Installing phpdocumentor/reflection-docblock (2.0.4) Downloading: 100%
- Installing nikic/php-parser (v1.4.1) Downloading: 100%
- Installing phpdocumentor/reflection (3.0.1) Downloading: 100%
- Installing mikevanriel/text-to-latex (1.0.1) Downloading: 100%
- Installing cebe/markdown-latex (1.1.3) Downloading: 100%
- Installing cebe/js-search (0.9.3) Downloading: 100%
- Installing yiisoft/yii2-apidoc (2.1.0) Downloading: 100%
- Installing dmstr/yii2-emojifyjs-asset (0.1.0) Cloning a76e379303 from cache
- Installing schmunk42/yii2-markdocs-module (0.4.0-rc1) Cloning 9a591f1135 from cache
- Installing symfony/stopwatch (v3.2.1) Downloading: 100%
- Installing symfony/process (v3.2.1) Downloading: 100%
- Installing symfony/polyfill-php54 (v1.3.0) Downloading: 100%
- Installing symfony/filesystem (v3.2.1) Downloading: 100%
- Installing symfony/polyfill-mbstring (v1.3.0) Downloading: 100%
- Installing symfony/debug (v3.2.1) Downloading: 100%
- Installing symfony/console (v3.2.1) Downloading: 100%
- Installing sebastian/diff (1.4.1) Downloading: 100%
- Installing friendsofphp/php-cs-fixer (v2.0.0) Downloading: 100%
- Installing cmrcx/phptidy (v2.17) Downloading: 100%
- Installing schmunk42/yii2-giiant (0.9.1-rc1) Cloning a492b026c9 from cache
- Installing dmstr/yii2-cms-dev-metapackage (1.2.0) Cloning bc30291bd5 from cache
league/flysystem suggests installing league/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS SDK v3)
league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage)
league/flysystem suggests installing league/flysystem-cached-adapter (Flysystem adapter decorator for metadata caching)
league/flysystem suggests installing league/flysystem-copy (Allows you to use Copy.com storage)
league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem)
league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files)
league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter)
sabre/vobject suggests installing hoa/bench (If you would like to run the benchmark scripts)
phpseclib/phpseclib suggests installing ext-gmp (Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.)
phpseclib/phpseclib suggests installing ext-libsodium (SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.)
phpseclib/phpseclib suggests installing ext-mcrypt (Install the Mcrypt extension in order to speed up a few other cryptographic operations.)
symfony/event-dispatcher suggests installing symfony/dependency-injection ()
symfony/event-dispatcher suggests installing symfony/http-kernel ()
guzzle/guzzle suggests installing guzzlehttp/guzzle (Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated.)
aws/aws-sdk-php suggests installing doctrine/cache (Adds support for caching of credentials and responses)
aws/aws-sdk-php suggests installing ext-apc (Allows service description opcode caching, request and response caching, and credentials caching)
aws/aws-sdk-php suggests installing monolog/monolog (Adds support for logging HTTP requests and responses)
aws/aws-sdk-php suggests installing symfony/yaml (Eases the ability to write manifests for creating jobs in AWS Import/Export)
knplabs/github-api suggests installing knplabs/gaufrette (Needed for optional Gaufrette cache)
thomaspark/bootswatch suggests installing robloach/component-installer (Allows installation of Components via Composer)
phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Generating autoload files
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
- bedezign/yii2-audit 1.0.8 requires ext-bcmath * -> the requested PHP extension bcmath is missing from your system.
- bedezign/yii2-audit 1.0.8 requires ext-bcmath * -> the requested PHP extension bcmath is missing from your system.
- Installation request for bedezign/yii2-audit 1.0.8 -> satisfiable by bedezign/yii2-audit[1.0.8].
To enable extensions, verify that they are enabled in your .ini files:
-
- /usr/local/etc/php/conf.d/date_timezone.ini
- /usr/local/etc/php/conf.d/memory-limit.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment