composer / satis

Simple static Composer repository generator - For a full private Composer repo use Private Packagist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not find package in a version matching dev-master

robineero opened this issue · comments

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?

commented

Possible duplicate of #664 ?