0

I'm developing my first composer package as a test, and everything is ok, except that I didn't manage to flag my code as stable.

When requiring my code, if my composer.json file does not have a "minimim-stability": "dev", I've got this error message :

Your requirements could not be resolved to an installable set of packages.

I've already read this answer, and I created a 1.0.0 Tag, but it does not change anything.

Could someone explain what I've missed ?

Community
  • 1
  • 1
Marc Brillault
  • 1,902
  • 4
  • 21
  • 41

1 Answers1

0

Okay, its works now, maybe I was too impatient.

Marc Brillault
  • 1,902
  • 4
  • 21
  • 41