Skip to content

Instantly share code, notes, and snippets.

@radutopala
Created November 8, 2013 12:06
Show Gist options
  • Save radutopala/7370100 to your computer and use it in GitHub Desktop.
Save radutopala/7370100 to your computer and use it in GitHub Desktop.
Symfony2 app - updating composer.lock file when "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." appears.
php -dmemory_limit=-1 /usr/bin/composer update --lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment