How to change dev-master releases to stable composer

1

I am creating a sockets package in PHP for Laravel, but I can not just use the composer require because the package is in dev-master and of course I do not want to change my entire main application to accept packages in dev-master. Could someone help me make a release stable discoverable by packagist?

    
asked by anonymous 10.01.2017 / 12:15

0 answers