toniperic / php-clash-of-clans

PHP wrapper for querying the Supercell Clash of Clans API
MIT License
39 stars 12 forks source link

Use versioning in composer #3

Open abenevaut opened 8 years ago

abenevaut commented 8 years ago

Hi!

I suggest to use versioning inside composer. Since you are using the official clash of clan api, make it as the first revision (1.0.0), to remplace the following line in composer :

"toniperic/php-clash-of-clans": "dev-master",

to

"toniperic/php-clash-of-clans": "1.0.*",

This morning, I updated my composer.json for a multidomain site, and the gaming part of the site crashed after a unwanted update for this package :-(

Thanks for the API implementation.

toniperic commented 8 years ago

It's on my to-do list, it's just that I've been very busy lately.