This extension is years old already. Can you please create a tag with release version such that we can easily install it with composer and the composer will treat it as stable version.
Right now i can add it to my composer.json file as
"jsmitka/nette-xdebug-helper": "*@dev"
Which generates a warning for obvious reasons. If the current version would be tagged as v1.0.0 i could lock my application to that version with
"jsmitka/nette-xdebug-helper": "~1.0.0"
This extension is years old already. Can you please create a tag with release version such that we can easily install it with composer and the composer will treat it as stable version.
Right now i can add it to my composer.json file as
Which generates a warning for obvious reasons. If the current version would be tagged as v1.0.0 i could lock my application to that version with