luisdalmolin / laravel-mandrill-driver

Mandrill mail driver for Laravel for version 6+
MIT License
79 stars 38 forks source link

Laravel framwork 7 composer error #37

Closed ghost closed 2 years ago

ghost commented 2 years ago

When i run composer update with following.

It either fail on the php version, Im running 8.0 (^3.0 composer not accepting ^8.0) due to some other packages, or it fail due to illuminate/support is required ^9.0 but laravel 7.2 requires another version therefore generating a conflict

luisdalmolin commented 2 years ago

Yeah, the PHP version is locked to 7.* on version 3. I'll push an update to this version

luisdalmolin commented 2 years ago

Nevermind, version 3 supports PHP 8.0 (https://github.com/luisdalmolin/laravel-mandrill-driver/blob/v3.1.0/composer.json), so it's likely failing because of a different dependency.