project-satisfy / satisfy

Satis composer repository manager with a Web UI
http://ludofleury.github.io/satisfy/
MIT License
514 stars 109 forks source link

New install does not work #151

Closed neoighodaro closed 3 years ago

neoighodaro commented 3 years ago

On composer install:



  Problem 1
    - Root composer.json requires composer/satis dev-master#4ffdaed2aaaf3daf1e4ce1b422d968f8cdc756f9, found composer/satis[dev-main, 1.0.0-alpha1, ..., 1.x-dev, 2.0.x-dev (alias of dev-main)] but it does not match the constraint.```

Is there a fix? I think somehow dev-master is being used
ramunasd commented 3 years ago

Latest version requires dev-master#6d4e87b5bdce688d932b7fe696f54b34c70a8ffe What version do You use? Are You trying to upgrade dependencies?

neoighodaro commented 3 years ago

I don't know but dev-master should not exist anymore as the repo changed the master repo to main. I believe this is the problem

ramunasd commented 3 years ago

You don't know? huh :) Then please describe steps how to reproduce this exception.

I tried with different branch names and it works. In the end it's just branch name, most important part is commit hash, which can belong to many branches 🤷

neoighodaro commented 3 years ago

Alright, I should close the issue. I just know I used the readme at the time which was dev-master#4ffdaed2aaaf3daf1e4ce1b422d968f8cdc756f9.

I actually moved on to a custom way to handle it. Closing, but thanks for the response.