mateusz / silverstripe-frontend

15 stars 6 forks source link

Packagist support #16

Closed ARNHOE closed 11 years ago

ARNHOE commented 11 years ago

Any chance to have this on Packagist? Really frustrating to not being able to pick up any changes through composer update like framework/cms/googlesitemaps etc do.

mateusz commented 11 years ago

Hmm it has always been there, just recently renamed because @chillu raised an issue that I shouldn't use the silverstripe namespace for my private modules ;-) Add the following line to your composer.json:

"mateusz/frontend": "*"

Legacy "silverstripe/frontend" should work as well. I've updated the readme installation instructions to reflect all that.

ARNHOE commented 11 years ago

Hmpf, I searched for mateusz on Packagist and didn't found it. But good to see its on there, thanks!

mateusz commented 11 years ago

Packagist search... meh. Somehow it shows the most popular things on top, and sometimes omits results. The fix would be to get this module very popular so it comes up on top ;-)