dacastro4 / laravel-gmail

Laravel wrapper for the Gmail API
MIT License
292 stars 134 forks source link

Version 6.1 is not published #249

Open zsnorbi opened 1 year ago

zsnorbi commented 1 year ago

The documentation suggests adding 'dacastro4/laravel-gmail':'^6.1' to the composer.json file, but in fact the last published version is 6.0... The last changes (e.g. swiftmailer/swiftmailer replacement with symfony/mime) are only available in the dev-master. It would be nice to release version 6.1.

striderxfossility commented 1 year ago

"dacastro4/laravel-gmail": "dev-master",

for peeps who dont know this is the solution for now