zircote / Hal

A PHP implementation of HAL http://stateless.co/hal_specification.html
93 stars 6 forks source link

Removed version property from composer.json #10

Closed zircote closed 11 years ago

zircote commented 11 years ago

This will enable versions for composer/packagist to be managed soley by tags and no longer require the version property to be updated manaually. This subsequently resolves future issues with tagged releases from not showing up due to forgoted version updates to the composer.json

baldurrensch commented 11 years ago

:+1: