-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
Hi,
I would like to drop the swiftmailer/swiftmailer dependencies from this package.
To achieve this i propose to add a new interface JobbyNotifier such has :
<?php
namespace Jobby;
interface JobbyNotifier
{
/**
* @param string $job
* @param string $message
*
* @return void
*/
public function sendMessage($job, $message)
}and new repo such has jobbyphp/jobby-swiftmailer.
the jobbyphp/jobby package could suggest to install jobbyphp/jobby-swiftmailer for mails capability.
A good alternative will be to add symfony/notifier but this will drop php 5.6, 7.0, 7.1.
How do you feel about this proposal ?
Thanks
slawkens and brutto
Metadata
Metadata
Assignees
Labels
No labels