...
Keeping your system up to date is important to make sure your system is running optimally and securely. The update system in eZ Publish Platform is using the de-facto standard PHP packaging systems called Composer for this. This makes it easy to adapt package installs and updates to your workflow, allowing you to test new/updated packages in development environment, put the changes in your version control system (GIT, ...), pull in those changes on staging environment and when approved put it in production.
Warning | ||
---|---|---|
| ||
Currently there is a issue with relying on composer.lock references to eZ packages, this is currently being fixed and is expected to be solved before end of June. |
Prerequisite to using composer
...