Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.99 KB | None | 0 0
  1. # sudo -u apache /usr/bin/php70 /usr/bin/composer update "mediawiki/chameleon-skin"
  2. Cannot create cache directory /usr/share/httpd/.composer/cache/repo/https---packagist.org/, or directory is not writable. Proceeding without cache
  3. Cannot create cache directory /usr/share/httpd/.composer/cache/files/, or directory is not writable. Proceeding without cache
  4. > ComposerHookHandler::onPreUpdate
  5. Loading composer repositories with package information
  6. Updating dependencies (including require-dev)
  7. Package operations: 40 installs, 0 updates, 0 removals
  8.   - Installing composer/installers (v1.5.0): Downloading (100%)
  9.   - Installing composer/spdx-licenses (1.1.4): Downloading (100%)
  10.   - Installing jakub-onderka/php-parallel-lint (v0.9.2): Downloading (100%)
  11.   - Installing jetbrains/phpstorm-stubs (dev-master 1b99060): Cloning 1b9906084d
  12.   - Installing squizlabs/php_codesniffer (3.0.2): Downloading (100%)
  13.   - Installing mediawiki/mediawiki-codesniffer (v0.12.0): Downloading (100%)
  14.   - Installing symfony/yaml (v3.3.17): Downloading (100%)
  15.   - Installing sebastian/version (1.0.6): Downloading (100%)
  16.   - Installing sebastian/global-state (1.1.1): Downloading (100%)
  17.   - Installing sebastian/recursion-context (1.0.5): Downloading (100%)
  18.   - Installing sebastian/exporter (1.2.2): Downloading (100%)
  19.   - Installing sebastian/environment (1.3.8): Downloading (100%)
  20.   - Installing sebastian/diff (1.4.3): Downloading (100%)
  21.   - Installing sebastian/comparator (1.2.4): Downloading (100%)
  22.   - Installing doctrine/instantiator (1.0.5): Downloading (100%)
  23.   - Installing phpunit/php-text-template (1.2.1): Downloading (100%)
  24.   - Installing phpunit/phpunit-mock-objects (2.3.8): Downloading (100%)
  25.   - Installing phpunit/php-timer (1.0.9): Downloading (100%)
  26.   - Installing phpunit/php-file-iterator (1.4.5): Downloading (100%)
  27.   - Installing phpunit/php-token-stream (1.4.12): Downloading (100%)
  28.   - Installing phpunit/php-code-coverage (2.2.4): Downloading (100%)
  29.   - Installing webmozart/assert (1.3.0): Downloading (100%)
  30.   - Installing phpdocumentor/reflection-common (1.0.1): Downloading (100%)
  31.   - Installing phpdocumentor/type-resolver (0.4.0): Downloading (100%)
  32.   - Installing phpdocumentor/reflection-docblock (4.3.0): Downloading (100%)
  33.   - Installing phpspec/prophecy (1.7.6): Downloading (100%)
  34.   - Installing phpunit/phpunit (4.8.36): Downloading (100%)
  35.   - Installing jakub-onderka/php-console-color (0.1): Downloading (100%)
  36.   - Installing jakub-onderka/php-console-highlighter (v0.3.2): Downloading (100%)
  37.   - Installing dnoegel/php-xdg-base-dir (0.1): Downloading (100%)
  38.   - Installing nikic/php-parser (v2.1.0): Downloading (100%)
  39.   - Installing symfony/polyfill-mbstring (v1.8.0): Downloading (100%)
  40.   - Installing symfony/var-dumper (v3.4.11): Downloading (100%)
  41.   - Installing symfony/debug (v3.4.11): Downloading (100%)
  42.   - Installing symfony/console (v3.3.17): Downloading (100%)
  43.   - Installing psy/psysh (v0.8.5): Downloading (100%)
  44.   - Installing mediawiki/bootstrap (1.2.4): Downloading (100%)
  45.   - Installing mediawiki/chameleon-skin (1.7.1): Downloading (100%)
  46.   - Installing hamcrest/hamcrest-php (v2.0.0): Downloading (100%)
  47.   - Installing wmde/hamcrest-html-matchers (v0.1.1): Downloading (100%)
  48. sebastian/global-state suggests installing ext-uopz (*)
  49. phpunit/php-code-coverage suggests installing ext-xdebug (>=2.2.1)
  50. phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
  51. symfony/var-dumper suggests installing ext-symfony_debug ()
  52. symfony/console suggests installing symfony/event-dispatcher ()
  53. symfony/console suggests installing symfony/filesystem ()
  54. psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
  55. psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
  56. Package mediawiki/at-ease is abandoned, you should avoid using it. Use wikimedia/at-ease instead.
  57. Writing lock file
  58. Generating optimized autoload files
  59. > ComposerVendorHtaccessCreator::onEvent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement