RobinMalfait / Laravel-auto-form-generator

Laravel automatic form generator
78 stars 26 forks source link

allow all illuminate/support versions starting with 4. #8

Closed benbridts closed 10 years ago

benbridts commented 10 years ago

I updated composer.json so it can work with illuminate/support 4.1

xwiz commented 10 years ago

Great, I don't know why this change has not been merged. Did you publish this to composer?

benbridts commented 10 years ago

@xwiz I didn't. I only used it for a little while in development, so I probably wont be keeping it up to date with the upstream.. If you like you can point composer to a github repo: https://getcomposer.org/doc/05-repositories.md#loading-a-package-from-a-vcs-repository

RobinMalfait commented 10 years ago

Sorry for the really late answer guys, but I have not that much time hehe, thanks for the pull request anyways!