The composer require example on the README seems wrong
namelivia opened this issue · 1 comments
namelivia commented
The README file states that for including the package in a laravel project it is neccesary to execute:
$ composer require "braunson/fatsecret"
But I see the package named on Packagist as "braunson/fatsecret-laravel"
so for including it would be like:
$ composer require "braunson/fatsecret-laravel"
Braunson commented
Thanks, it was renamed a while back, I've updated the README!