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'm running into an issue when trying to use your package: composer require mattsparks/blns-php --dev
Gives me
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for mattsparks/blns-php dev-master -> satisfiable by mattsparks/blns-php[dev-master].
- mattsparks/blns-php dev-master requires blns/blns * -> no matching package found.
The first problem is because my minimum-stability (https://getcomposer.org/doc/04-schema.md#minimum-stability) is not set to dev. Which I assume is quite normal for many projects. You could probably solve this by releasing a version.
As for the second line: I see that you define blns/blns as a repository in your composer.json. However, this does not seem to be picked up.
Hi
I'm running into an issue when trying to use your package:
composer require mattsparks/blns-php --dev
Gives me
The first problem is because myminimum-stability
(https://getcomposer.org/doc/04-schema.md#minimum-stability) is not set todev
. Which I assume is quite normal for many projects. You could probably solve this by releasing a version.As for the second line: I see that you define
blns/blns
as a repository in yourcomposer.json
. However, this does not seem to be picked up.EDIT: It seems that when I add the following
to my
composer.json
, the installation withcomposer require mattsparks/blns-php --dev
works.EDIT2: There's another issue when you try using this package as a dependency. The BLNS directory path does not work
it should be
The text was updated successfully, but these errors were encountered: