beyondcode / laravel-comments

Add comments to your Laravel application
https://beyondco.de
MIT License
541 stars 90 forks source link

update package in packagist #16

Closed alphaolomi closed 7 months ago

alphaolomi commented 4 years ago

the package on packagist is not updated

Still there is not support for laravel 7

LukeMadhanga commented 4 years ago

+1

jobyh commented 4 years ago

Hi @alphaolomi @LukeMadhanga I just got snagged on this too. Looks like #14 added support for Laravel 7 some time ago. The reason it's not showing up on Packagist is that there hasn't been a corresponding release tag added. It looks like this is just an oversight.

Until this happens it is possible to install with 7 by telling composer to use the master branch: composer require beyondcode/laravel-comments:dev-master Not ideal but a workaround if you need the package.