bradcornford / Bootstrapper

An easy way to integrate Twitter Bootstrap with Laravel
MIT License
23 stars 15 forks source link

Composer require fetches wrong version #27

Closed PunchRockgroin closed 8 years ago

PunchRockgroin commented 8 years ago

When installing using "cornford/bootstrapper": "2.*", the version fetched is old. You can tell first because L5 fails out with "Call to undefined method [package]" and the jQuery version is old at 2.1.1

Using "cornford/bootstrapper": "dev-master" fetches the latest version.

bradcornford commented 8 years ago

I'm not entirely sure what had happened, my local version seemed to have lost version two tags. I've reset to the remote version, and re-tagged.