adamwathan / bootforms

Rapid form generation with Bootstrap 3 and Laravel.
MIT License
417 stars 103 forks source link

Version requirement #9

Closed ghost closed 10 years ago

ghost commented 10 years ago
"require": {
    "php": ">=5.3.0",
    "adamwathan/form": "dev-master"
},

I assume the requirement should be changed to v0.2 instead of dev-master?

adamwathan commented 10 years ago

Ah good catch, embarrassing :)

Fixing now and will update the tag.

adamwathan commented 10 years ago

Should be good now, thanks!