...
Code Block | ||
---|---|---|
| ||
php -d memory_limit=-1 composer.phar install --no-dev --prefer-dist |
Tip: Here the importance of composer.lock comes in as this command will tell composer to install packages in exactly same version as defined in composer.lock. If you don't keep track of composer.lock it will instead just install always latests version of a package, hence not allow you to stage updates before moving it towards production.
That is it, for more specific instructions see release notes provided for all updates as they will suggest more specific ways to get the known eZ updates.