beyondcode / laravel-mailbox

Catch incoming emails in your Laravel application
https://beyondco.de/docs/laravel-mailbox/getting-started/introduction
MIT License
1.04k stars 127 forks source link

Laravel 9 missing on packagist (failed deploy?) #105

Closed joelharkes closed 7 months ago

joelharkes commented 2 years ago

Hi

it looks like it failed to deploy the proper dependencies for Laravel 9: https://packagist.org/packages/beyondcode/laravel-mailbox

image

even though your code in repo suggests 9.0 is allowed: https://github.com/beyondcode/laravel-mailbox/blob/master/composer.json

image

could you try a re-deploy?

joelharkes commented 2 years ago

i temporarily made a copy here: https://packagist.org/packages/joelharkes/laravel-mailbox#2.2.1

replacing dependency temporarily with this will work:

 "joelharkes/laravel-mailbox": ">=2.2.1",
yehuda-hybiz commented 2 years ago

@joelharkes Thanks!

gizburdt commented 2 years ago

@mpociot Could you please tag a new version, so we can use it in composer? Thanks! :)

laserhybiz commented 2 years ago

👀

jeverington commented 2 years ago

+1

clementmas commented 2 years ago

I know this is open-source and I understand if there's a delay to support newer Laravel versions. A few weeks or months, ok. But Laravel 9 came out more than 6 months ago.

A lot of us are held back by this package. I think you should either archive it or maintain it.