How to install on PAAS using composer

Hi, i just don’t find the information how to install Neos using composer.
Of course, i have tried to follow the instructions, i could find.
My command line:

/usr/bin/php7.1-cli ~/Composer/composer.phar create-project --no-dev neos/neos-base-distribtion Neos

seemingly starts composer but gives the output (white on red background):

[InvalidArgumentExeption]
Could not find package neos/neos-base-distribution with stability stable.

nothing else happens. Especially: Neos is not installed.

P.S. please forgive me: maybe one fine day i will learn how to use this editor.

You have a typo in the package name “distribution”. This should work:

/usr/bin/php7.1-cli ~/Composer/composer.phar create-project --no-dev neos/neos-base-distribution Neos

Thank You so much. The missing “u” was the gamestopper.