-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hi,
I follow those steps (on linux) :
- curl -s https://getcomposer.org/installer | php
- make a composer.json that look like : {"require": {"mouf/mouf": "~2.0" } }
- php composer.phar install
it ends up with :
Loading "mouf/mouf-installer" which is a legacy composer-installer built for Composer 1.x, it is likely to cause issues as you are running Composer 2.x.
Loading "mouf/mouf-installer" which is a legacy composer-installer built for Composer 1.x, it is likely to cause issues as you are running Composer 2.x.
- Installing mouf/mouf-validators-interface (v2.0.0): Extracting archive
- Installing mouf/classname-mapper (v1.0.2): Extracting archive
- Installing psr/container (1.1.1): Extracting archive
- Installing container-interop/container-interop (1.2.0): Extracting archive
- Installing mouf/mouf (v2.0.33): Extracting archive
Install of mouf/mouf failed
5/5 [============================] 100%
[InvalidArgumentException]
Composer could not find the config file: composer-mouf.json
To initialize a project, please create a composer.json file. See https://getcomposer.org/basic-usage
So,I install composer 1
It seems to work, but after clicking on 'install' in the UI, it sends me to "/install" which obviously doesn't exists
Please helpe me !
Metadata
Metadata
Assignees
Labels
No labels