Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find package in a version matching dev-master #695

Closed
robineero opened this issue Apr 4, 2022 · 1 comment
Closed

Could not find package in a version matching dev-master #695

robineero opened this issue Apr 4, 2022 · 1 comment

Comments

@robineero
Copy link

robineero commented Apr 4, 2022

I have been using Satis 2.0-dev and everything works fine. No errors. Packages can be installed.

Now I needed to update it to 3.0-dev. I use the same satis.json (with just one repository). After the successful build from 3.0-dev I try to install the package with composer:

composer require "vendor/packagename":"dev-master"

I get such error:

[InvalidArgumentException] Could not find package vendor/packagename in a version matching dev-master

The only difference is the directory from which I run the build command (2.0-dev or 3.0-dev). What might be the reason for this exception or what am I missing?

@alcohol
Copy link
Member

alcohol commented Apr 4, 2022

Possible duplicate of #664 ?

@alcohol alcohol closed this as completed Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants