Skip to content

Instantly share code, notes, and snippets.

@pralhadstha
Created March 20, 2016 03:04
Show Gist options
  • Save pralhadstha/2baa7eb32d68f41aca6e to your computer and use it in GitHub Desktop.
Save pralhadstha/2baa7eb32d68f41aca6e to your computer and use it in GitHub Desktop.
When i did composer update after removing from class aliases and providers, it gets installed.

paladin@my-PC:~/Desktop/my-site$ composer update

php artisan clear-compiled Loading composer repositories with package information Updating dependencies (including require-dev)

  • Removing symfony/css-selector (v3.0.2)

  • Installing symfony/css-selector (v3.0.3) Loading from cache

  • Removing symfony/polyfill-mbstring (v1.1.0)

  • Installing symfony/polyfill-mbstring (v1.1.1) Loading from cache

  • Removing symfony/translation (v3.0.2)

  • Installing symfony/translation (v3.0.3) Loading from cache

  • Removing symfony/var-dumper (v3.0.2)

  • Installing symfony/var-dumper (v3.0.3) Loading from cache

  • Removing symfony/routing (v3.0.2)

  • Installing symfony/routing (v3.0.3) Loading from cache

  • Removing symfony/process (v3.0.2)

  • Installing symfony/process (v3.0.3) Loading from cache

  • Removing symfony/polyfill-util (v1.1.0)

  • Installing symfony/polyfill-util (v1.1.1) Loading from cache

  • Removing symfony/polyfill-php56 (v1.1.0)

  • Installing symfony/polyfill-php56 (v1.1.1) Loading from cache

  • Removing symfony/http-foundation (v3.0.2)

  • Installing symfony/http-foundation (v3.0.3) Loading from cache

  • Removing symfony/event-dispatcher (v3.0.2)

  • Installing symfony/event-dispatcher (v3.0.3) Loading from cache

  • Removing symfony/debug (v3.0.2)

  • Installing symfony/debug (v3.0.3) Loading from cache

  • Removing symfony/http-kernel (v3.0.2)

  • Installing symfony/http-kernel (v3.0.3) Loading from cache

  • Removing symfony/finder (v3.0.2)

  • Installing symfony/finder (v3.0.3) Loading from cache

  • Removing symfony/console (v3.0.2)

  • Installing symfony/console (v3.0.3) Loading from cache

  • Removing nikic/php-parser (v2.0.0)

  • Installing nikic/php-parser (v2.0.1) Loading from cache

  • Removing paragonie/random_compat (v1.2.0)

  • Installing paragonie/random_compat (v1.4.1) Loading from cache

  • Removing monolog/monolog (1.17.2)

  • Installing monolog/monolog (1.18.1) Loading from cache

  • Removing league/flysystem (1.0.16)

  • Installing league/flysystem (1.0.20) Loading from cache

  • Removing psy/psysh (v0.6.1)

  • Installing psy/psysh (v0.7.2) Loading from cache

  • Removing laravel/framework (v5.2.15)

  • Installing laravel/framework (v5.2.23) Loading from cache

  • Removing maatwebsite/excel (v2.1.1)

  • Installing maatwebsite/excel (v2.1.2) Downloading: 100%

  • Removing sebastian/environment (1.3.3)

  • Installing sebastian/environment (1.3.5) Loading from cache

  • Removing symfony/yaml (v3.0.2)

  • Installing symfony/yaml (v3.0.3) Loading from cache

  • Removing phpspec/prophecy (v1.5.0)

  • Installing phpspec/prophecy (v1.6.0) Loading from cache

  • Removing phpunit/phpunit (4.8.23)

  • Installing phpunit/phpunit (4.8.24) Loading from cache

  • Removing symfony/dom-crawler (v3.0.2)

  • Installing symfony/dom-crawler (v3.0.3) Loading from cache

  • Removing guzzlehttp/promises (1.0.3)

  • Installing guzzlehttp/promises (1.1.0) Loading from cache

  • Removing guzzlehttp/psr7 (1.2.2)

  • Installing guzzlehttp/psr7 (1.2.3) Loading from cache

  • Installing laravelcollective/html (v5.2.4) Loading from cache

  • Installing cartalyst/support (v1.1.2) Loading from cache

  • Installing cartalyst/sentinel (v2.0.9) Loading from cache

  • Removing greggilbert/recaptcha (dev-master b84d3b4)

  • Installing greggilbert/recaptcha (dev-master fb835b2) Loading from cache

  • Removing lavary/laravel-menu (dev-master 9a089f8)

  • Installing lavary/laravel-menu (dev-master 34d83c4) Loading from cache

  • Removing squizlabs/php_codesniffer (3.0.x-dev d009f59)

  • Installing squizlabs/php_codesniffer (3.0.x-dev c95d661) Loading from cache

cartalyst/sentinel suggests installing ircmaxell/password-compat (Default hashing uses PHP 5.5 password_* functions, with forward-compatible support.) Writing lock file Generating autoload files

php artisan optimize Generating optimized class loader Compiling common classes

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