[Solved] Download custom neos version

Hello folks,

I am trying out since some days. I have a question regarding the composer. Regarding
https://docs.neos.io/cms/installation-development-setup/mac-os-linux-using-the-embedded-web-server I use
composer create-project neos/neos-base-distribution neos-example for downloading an instance to my local machine. This is working fine but it downloads neos 5. How do I download neos 4.3 or any other version which is LTS?

Yours

Hi,

you can run simply composer create-project neos/neos-base-distribution:~4.3 neos-example :slight_smile:

1 Like

Hello Sebastian,

thank you very much. Your suggestion worked like a charm :). Thread can be closed.

Great!

You can just prepend the Topic with [Solved].

Hey,
As sidenode: as every Neos version is supported as long as the LTS Version, I definitely recommend to start a new Project on the new Major. The upgrade path to at 5.3 will be way smoother.

Cheers,
Daniel