How to change dev-master releases to stable

Asked

Viewed 77 times

1

I’m creating a package for sockets in PHP for Laravel, but I can’t just use Composer require because the package is in dev-master and of course I don’t want to change all my main application to accept packages in dev-master. Could someone help me make a stable release detectable by packagist?

  • What is the package? this is done in the Git repository, it gives you the option to create a Random and the packgist loads ( if you have set up if you don’t have to force the button.)

  • marcuscampos/Laravel-socket I have already configured everything, but it does not install if I do not put in the version as dev-master.

  • take a look because the file composer.json is missing set up the autoload

  • Just reaffirming, he installs the version 1.1.2, but, as his composer.json the configuration of the autoload psr-4 it does not load its classes to be used arrange this and it will work. I would remove the other versions because of this problem.

  • 1

    It worked!!! Thank you very much!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.