Skip to content

Instantly share code, notes, and snippets.

@SteveClement
Created October 4, 2021 07:17
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 SteveClement/a0edd8ed3cbc6e417134aa18af94e86a to your computer and use it in GitHub Desktop.
Save SteveClement/a0edd8ed3cbc6e417134aa18af94e86a to your computer and use it in GitHub Desktop.
composer update
root@misp-test:/var/www/MISP/app# sudo -u www-data composer update
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)
Package operations: 31 installs, 5 updates, 0 removals
- Updating composer/installers (v1.7.0 => v1.12.0): Downloading (100%)
- Updating pear/pear_exception (v1.0.0 => v1.0.2): Downloading (100%)
- Updating pear/console_commandline (v1.2.2 => v1.2.3): Downloading (100%)
- Updating pear/crypt_gpg (v1.6.3 => v1.6.5): Downloading (100%)
- Updating psr/log (1.1.0 => 1.1.4): Downloading (100%)
- Installing sebastian/version (2.0.1): Downloading (100%)
- Installing sebastian/type (1.1.4): Downloading (100%)
- Installing sebastian/resource-operations (2.0.2): Downloading (100%)
- Installing sebastian/recursion-context (3.0.1): Downloading (100%)
- Installing sebastian/object-reflector (1.1.2): Downloading (100%)
- Installing sebastian/object-enumerator (3.0.4): Downloading (100%)
- Installing sebastian/global-state (3.0.1): Downloading (100%)
- Installing sebastian/exporter (3.1.3): Downloading (100%)
- Installing sebastian/environment (4.2.4): Downloading (100%)
- Installing sebastian/diff (3.0.3): Downloading (100%)
- Installing sebastian/comparator (3.0.3): Downloading (100%)
- Installing phpunit/php-timer (2.1.3): Downloading (100%)
- Installing phpunit/php-text-template (1.2.1): Downloading (100%)
- Installing phpunit/php-file-iterator (2.0.4): Downloading (100%)
- Installing phpunit/php-token-stream (4.0.4): Downloading (100%)
- Installing theseer/tokenizer (1.2.1): Downloading (100%)
- Installing sebastian/code-unit-reverse-lookup (1.0.2): Downloading (100%)
- Installing phpunit/php-code-coverage (7.0.15): Downloading (100%)
- Installing doctrine/instantiator (1.4.0): Downloading (100%)
- Installing phpdocumentor/reflection-common (2.2.0): Downloading (100%)
- Installing symfony/polyfill-ctype (v1.23.0): Downloading (100%)
- Installing webmozart/assert (1.10.0): Downloading (100%)
- Installing phpdocumentor/type-resolver (1.5.1): Downloading (100%)
- Installing phpdocumentor/reflection-docblock (5.2.2): Downloading (100%)
- Installing phpspec/prophecy (1.14.0): Downloading (100%)
- Installing phar-io/version (3.1.0): Downloading (100%)
- Installing phar-io/manifest (2.0.3): Downloading (100%)
- Installing myclabs/deep-copy (1.10.2): Downloading (100%)
- Installing phpunit/phpunit (8.5.21): Downloading (100%)
- Installing php-parallel-lint/php-parallel-lint (v1.3.1): Downloading (100%)
- Installing cakephp/debug_kit (2.2.9): Downloading (100%)
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (^2.7.2)
phpunit/phpunit suggests installing phpunit/php-invoker (^2.0.0)
phpunit/phpunit suggests installing ext-soap (*)
phpunit/phpunit suggests installing ext-xdebug (*)
php-parallel-lint/php-parallel-lint suggests installing php-parallel-lint/php-console-highlighter (Highlight syntax in code snippet)
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
Generating optimized autoload files
21 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
root@misp-test:/var/www/MISP/app#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment