...
Again, installing eZ Publish Platform packages via composer is nothing different then installing vanilla packages via composer, but for illustration here is how you install versioned updates:
Code Block | ||
---|---|---|
| ||
php -d memory_limit=-1 composer.phar install --no-dev --prefer-dist |
...