juhasev / laravel-ses

A Laravel package that enables detailed tracking of emails sent via AWS SES. Supports tracking deliveries, opens, rejects, bounces, complaints and link clicks
17 stars 5 forks source link

Your requirements could not be resolved to an installable set of packages #7

Closed soundar8562 closed 3 years ago

soundar8562 commented 3 years ago

Problem 1

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

image

Can you help me to sort this out?

juhasev commented 3 years ago

Can you post your composer.json? If you are on Laravel 8 try the dev-master branch. In your composer.json use

"juhasev/laravel-ses": "dev-master"

I have not yet published a tag for Laravel 8