zeuxisoo / php-slim-whoops

PHP whoops error on slim framework
132 stars 10 forks source link

Can you please create a tag for this repo #3

Closed silentworks closed 10 years ago

silentworks commented 10 years ago

Please add a tag to your repo so that I can add to my composer.json rather than using dev-master, because if you were to make a breaking change to master, my code would break.

zeuxisoo commented 10 years ago

May i know which commit breaking your code ? If you want to use the old version in composer, you can add the commit hash in dev-master like dev-master#commitHash

Enter to this link and see the reply 5bbc9f71d5 , You can find more examples

silentworks commented 10 years ago

There is currently nothing breaking my code, but in the future if something was to change then I wouldn't know as there isnt a tag for the current code I am using. Commit hashes are great, but when you are working with inexperienced devs on your team, a tag number is way better, plus packagist doesn't show a different code per commit hash, its shows it per tag.

zeuxisoo commented 10 years ago

Thank for your suggestion, i was added tag 0.1.0 for the older slim framework version which don't support the dependency injection. And the latest version is dev-master.