Skip to content

Instantly share code, notes, and snippets.

@dlangille
Created March 4, 2019 20:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dlangille/83567127586000b1c3522c3eb5e4ce6a to your computer and use it in GitHub Desktop.
building vendor directory for LibreNMS 1.49
[dan@empty:~/librenms] $ git status
HEAD detached at 1.49
nothing to commit, working tree clean
[dan@empty:~/librenms] $ ./scripts/composer_wrapper.php install --no-dev
> LibreNMS\ComposerHelper::preInstall
Loading composer repositories with package information
Installing dependencies 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: 76 installs, 0 updates, 0 removals
- Installing symfony/dotenv (v3.4.22): Loading from cache
- Installing amenadiel/jpgraph (3.6.21): Loading from cache
- Installing dapphp/radius (2.5.4): Loading from cache
- Installing doctrine/event-manager (v1.0.0): Loading from cache
- Installing doctrine/cache (v1.8.0): Loading from cache
- Installing doctrine/dbal (v2.9.2): Loading from cache
- Installing doctrine/inflector (v1.3.0): Loading from cache
- Installing doctrine/lexer (v1.0.1): Loading from cache
- Installing dragonmantank/cron-expression (v2.2.0): Loading from cache
- Installing easybook/geshi (v1.0.8.19): Loading from cache
- Installing erusev/parsedown (1.7.1): Loading from cache
- Installing ezyang/htmlpurifier (v4.10.0): Loading from cache
- Installing symfony/polyfill-ctype (v1.10.0): Loading from cache
- Installing vlucas/phpdotenv (v2.6.1): Loading from cache
- Installing symfony/css-selector (v4.2.3): Loading from cache
- Installing tijsverkoyen/css-to-inline-styles (2.2.1): Loading from cache
- Installing symfony/polyfill-php72 (v1.10.0): Loading from cache
- Installing symfony/polyfill-mbstring (v1.10.0): Loading from cache
- Installing symfony/var-dumper (v4.2.3): Loading from cache
- Installing symfony/routing (v4.2.3): Loading from cache
- Installing symfony/process (v4.2.3): Loading from cache
- Installing symfony/http-foundation (v4.2.3): Loading from cache
- Installing symfony/contracts (v1.0.2): Loading from cache
- Installing symfony/event-dispatcher (v4.2.3): Loading from cache
- Installing psr/log (1.1.0): Loading from cache
- Installing symfony/debug (v4.2.3): Loading from cache
- Installing symfony/http-kernel (v4.2.3): Loading from cache
- Installing symfony/finder (v4.2.3): Loading from cache
- Installing symfony/console (v4.2.3): Loading from cache
- Installing egulias/email-validator (2.1.7): Loading from cache
- Installing swiftmailer/swiftmailer (v6.1.3): Loading from cache
- Installing paragonie/random_compat (v9.99.99): Loading from cache
- Installing ramsey/uuid (3.8.0): Loading from cache
- Installing psr/simple-cache (1.0.1): Loading from cache
- Installing psr/container (1.0.0): Loading from cache
- Installing opis/closure (3.1.5): Loading from cache
- Installing symfony/translation (v4.2.3): Loading from cache
- Installing nesbot/carbon (1.36.2): Loading from cache
- Installing monolog/monolog (1.24.0): Loading from cache
- Installing league/flysystem (1.0.50): Loading from cache
- Installing ralouphie/getallheaders (2.0.5): Loading from cache
- Installing psr/http-message (1.0.1): Loading from cache
- Installing guzzlehttp/psr7 (1.5.2): Loading from cache
- Installing guzzlehttp/promises (v1.3.1): Loading from cache
- Installing guzzlehttp/guzzle (6.3.3): Loading from cache
- Installing laravel/slack-notification-channel (v1.0.3): Loading from cache
- Installing zendframework/zend-diactoros (1.8.6): Loading from cache
- Installing php-http/promise (v1.0.0): Loading from cache
- Installing php-http/httplug (v1.1.0): Loading from cache
- Installing php-http/guzzle6-adapter (v1.1.1): Loading from cache
- Installing lcobucci/jwt (3.2.5): Loading from cache
- Installing nexmo/client (1.6.2): Loading from cache
- Installing laravel/nexmo-notification-channel (v1.0.1): Loading from cache
- Installing laravel/framework (v5.7.26): Loading from cache
- Installing fico7489/laravel-pivot (3.0.0): Loading from cache
- Installing influxdb/influxdb-php (1.14.7): Loading from cache
- Installing jakub-onderka/php-console-color (v0.2): Loading from cache
- Installing nikic/php-parser (v4.2.0): Loading from cache
- Installing jakub-onderka/php-console-highlighter (v0.4): Loading from cache
- Installing dnoegel/php-xdg-base-dir (0.1): Loading from cache
- Installing psy/psysh (v0.9.9): Loading from cache
- Installing laravel/tinker (v1.0.8): Loading from cache
- Installing fideloper/proxy (4.1.0): Loading from cache
- Installing laravel/laravel (v5.7.19): Loading from cache
- Installing oriceon/toastr-5-laravel (dev-master 8a03502): Loading from cache
- Installing slim/slim (2.6.3): Loading from cache
- Installing palanik/corsslim (v1.1.0): Loading from cache
- Installing pear/console_color2 (0.1.2): Loading from cache
- Installing pear/console_table (v1.3.1): Loading from cache
- Installing php-amqplib/php-amqplib (v2.0.2): Loading from cache
- Installing phpmailer/phpmailer (v6.0.7): Loading from cache
- Installing rmccue/requests (v1.7.0): Loading from cache
- Installing symfony/yaml (v4.2.3): Loading from cache
- Installing tecnickcom/tcpdf (6.2.26): Loading from cache
- Installing wpb/string-blade-compiler (3.7.x-dev 9902a83): Loading from cache
- Installing xjtuwangke/passwordhash (dev-master a7bcd97): Loading from cache
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi
Discovered Package: fideloper/proxy
Discovered Package: laravel/laravel
Discovered Package: laravel/nexmo-notification-channel
Discovered Package: laravel/slack-notification-channel
Discovered Package: laravel/tinker
Discovered Package: nesbot/carbon
Discovered Package: oriceon/toastr-5-laravel
Package manifest generated successfully.
> LibreNMS\ComposerHelper::postInstall
> Illuminate\Foundation\ComposerScripts::postInstall
[dan@empty:~/librenms] $
@dlangille
Copy link
Author

It is: because the lock file was not updated when the the composer.json files was (I think merging two different changes) You can safely ignore that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment