You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
[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?
The text was updated successfully, but these errors were encountered:
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 from3.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
or3.0-dev
). What might be the reason for this exception or what am I missing?The text was updated successfully, but these errors were encountered: