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.)
– novic
marcuscampos/Laravel-socket I have already configured everything, but it does not install if I do not put in the version as dev-master.
– Marcus Vinicius Campos
take a look because the file
composer.json
is missing set up theautoload
– novic
Just reaffirming, he installs the version
1.1.2
, but, as hiscomposer.json
the configuration of theautoload 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.– novic
It worked!!! Thank you very much!
– Marcus Vinicius Campos