Closed dploeger closed 7 months ago
@jdalsem @jeabakker Sorry to ping you, but do you have any idea about this?
Installing other versions of Elgg is supported by the starter project, just pick the correct branch (like you did).
However roave/security-advisories
is preventing the installation of Elgg <3.3.24 and Elgg >=4 <4.0.5 because of security issues.
It should be able to install Elgg 3.3.25 however.....
After you created the project you could try
composer require elgg/elgg:~3.3.25
@jeabakker Thanks, but requiring that leaves
- roave/security-advisories dev-master conflicts with ckeditor/ckeditor <4.24.
And requiring ckeditor/ckeditor:4.24.0 results in:
- elgg/elgg[3.3.25, ..., 3.3.x-dev] require ckeditor/ckeditor ~4.12.0 -> found ckeditor/ckeditor[4.12.0, 4.12.1, 4.12.x-dev] but it conflicts with your root composer.json require (4.24.0).
Meh. 😄
then I don't think you can use composer to migrate your site. You can always use the ZIP downloads from https://elgg.org/about/download (which at the time was build with the starter project).
Thanks. I implemented the download option to the container as well.
Is installing versions other than dev-master supported by this?
I was trying to migrate our older 3.3 Elgg installation to this by reinstalling it from scratch, but this fails: