talyssonoc / react-laravel

Package for using ReactJS with Laravel
896 stars 90 forks source link

composer minimum-stability #65

Closed cargie closed 8 years ago

cargie commented 8 years ago

is minimum-stability really required for installing this package because if I set it to the composer, all my packages will be updated to dev and im afraid that it will break.

ghost commented 8 years ago

just use prefer stable in your composer file and composer will install stable packages where possible