To be able to get access to the beta you will have to change stability flag on affected/added packages (Solr and Recommendation are optional new packages): Code Block |
---|
composer require --no-update "ezsystems/ezpublish-kernel:5.4.5-rc1 as 5.4.5"
composer require --no-update "ezsystems/ezpublish-legacy:5.4.5-rc1 as 5.4.5"
composer require --no-update "ezsystems/ezflow-ls-extension:5.3.8-rc1 as 5.3.8"
composer require --no-update "ezsystems/ezplatform-solr-search-engine:~1.0.0@rc"
composer require --no-update "ezsystems/recommendation-bundle:~1.0.0@beta" |
After this has been done follow the 5.4.x Update Instructions to apply this update to your platforms, but after . Warning |
---|
Every package manually updated in the root composer.json must be added the update line. Add ezsystems/ezplatform-solr-search-engine ezsystems/ezflow-ls-extension recommendation-bundle to the line specified in the 5.4.x update instructions. If they are omitted, composer will fail with a dependencies error. |
After executing `composer update`, further actions are needed for Solr Search Engine Bundle, and Recommendation Bundle in order to correctly install them. |