jkowens / magento-jobqueue

A database backed asynchronous job queue for Magento
MIT License
52 stars 22 forks source link

Publishing this project on packagist.org #15

Closed elvetemedve closed 8 years ago

elvetemedve commented 8 years ago

When someone wants to install this Magento extension via Composer, it will not be possible by running composer require jkowens/magento-jobqueue. That's because Composer reads available packages from packagist.org repository. So this Git repo should be submitted to there in order to make the package available. In addition each new version should be tagged, that way packagist can automatically publish new versions.

Things to do:

I've created a fork and published it here: https://packagist.org/packages/elvetemedve/magento-jobqueue I'll remove it as soon as the original package is available on packagist.

jkowens commented 8 years ago

Thanks for these instructions! I've just added this project to Packagist 👍

elvetemedve commented 8 years ago

Thanks for acting quickly.

I still need to wait for the seatgeek/djjob package to be released. Because now Composer refuse to install it, except if I lower the minimum stability to dev. Until then I won't delete my fork, but I marked the package as abandoned.