adamwathan / bootforms

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

composer update not working #1

Closed sicsol closed 11 years ago

sicsol commented 11 years ago

I'm using laravel 4 and have been using your repo.

I started getting the following error when doing a composer update.

Problem 1

here is what i have in my composer.json

"repositories": [ { "type": "vcs", "url": "https://github.com/adamwathan/bootforms" } ], "require": { "adam-wathan/boot-forms": "dev-master" },

adamwathan commented 11 years ago

Oops, instructions were out of date. Should be:

"require": {
    "adamwathan/bootforms": "dev-master"
},
sicsol commented 11 years ago

thanks new problem though

Problem 1