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

Foutmelding bij composer #9

Closed
Novotix opened this issue Mar 13, 2017 · 3 comments
Closed

Foutmelding bij composer #9

Novotix opened this issue Mar 13, 2017 · 3 comments

Comments

@Novotix
Copy link

Novotix commented Mar 13, 2017

Hi Dennis,

We hadden via de Bunq Together pagina al een berichtje gestuurd n.a.v. je geposte library. Alleen als we de library proberen te laden in composer krijgen we een foutmelding, zie onderstaand:

[InvalidArgumentException]
Could not find package link0/bunq@dev-master at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

Wat doen we verkeerd?

Groet,
Joeri

@annejan
Copy link

annejan commented Mar 13, 2017

De foutmelding vertelt dit je al: for your minimum-stability (stable).

Verlaag je gewenste minimum-stability: "minimum-stability": "dev"

@dennisdegreef
Copy link
Contributor

If you put the dependency in composer.json hardcoded, it will work.

I am working to release a 'stable' version soon(tm). Be aware though, that currently I don't hold much value to backwards compatability until a stable version is released. All help by testing, creating issues, submitting pull requests is very welcome ofcourse!

{
  "require": {
    "link0/bunq": "dev-master"
  }
}

@holtkamp
Copy link
Contributor

Would it be an idea to tag a 0.1.0 (or even a 0.0.1) for the time being? This way at least interested people do not have to "rely" on a dev-master dependency which might change at any time?

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

4 participants