laravel-comments icon indicating copy to clipboard operation
laravel-comments copied to clipboard

update package in packagist

Open alphaolomi opened this issue 4 years ago • 2 comments

the package on packagist is not updated

Still there is not support for laravel 7

alphaolomi avatar Aug 08 '20 18:08 alphaolomi

+1

LukeMadhanga avatar Aug 16 '20 18:08 LukeMadhanga

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.

jobyh avatar Aug 30 '20 12:08 jobyh