File tree 23 files changed +28
-22
lines changed
src/Symfony/Component/Mailer
23 files changed +28
-22
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Bridge \Amazon \Http \Api ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Exception \TransportException ;
17
17
use Symfony \Component \Mailer \SmtpEnvelope ;
18
18
use Symfony \Component \Mailer \Transport \Http \Api \AbstractApiTransport ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Bridge \Amazon \Http ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Exception \TransportException ;
17
17
use Symfony \Component \Mailer \SentMessage ;
18
18
use Symfony \Component \Mailer \Transport \Http \AbstractHttpTransport ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Bridge \Amazon \Smtp ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Transport \Smtp \EsmtpTransport ;
17
17
18
18
/**
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Bridge \Google \Smtp ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Transport \Smtp \EsmtpTransport ;
17
17
18
18
/**
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Bridge \Mailchimp \Http \Api ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Exception \TransportException ;
17
17
use Symfony \Component \Mailer \SmtpEnvelope ;
18
18
use Symfony \Component \Mailer \Transport \Http \Api \AbstractApiTransport ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Bridge \Mailchimp \Http ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Exception \TransportException ;
17
17
use Symfony \Component \Mailer \SentMessage ;
18
18
use Symfony \Component \Mailer \Transport \Http \AbstractHttpTransport ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Bridge \Mailchimp \Smtp ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Transport \Smtp \EsmtpTransport ;
17
17
18
18
/**
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Bridge \Mailgun \Http \Api ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Exception \TransportException ;
17
17
use Symfony \Component \Mailer \SmtpEnvelope ;
18
18
use Symfony \Component \Mailer \Transport \Http \Api \AbstractApiTransport ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Bridge \Mailgun \Http ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Exception \TransportException ;
17
17
use Symfony \Component \Mailer \SentMessage ;
18
18
use Symfony \Component \Mailer \Transport \Http \AbstractHttpTransport ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Bridge \Mailgun \Smtp ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Transport \Smtp \EsmtpTransport ;
17
17
18
18
/**
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Bridge \Postmark \Http \Api ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Exception \TransportException ;
17
17
use Symfony \Component \Mailer \SmtpEnvelope ;
18
18
use Symfony \Component \Mailer \Transport \Http \Api \AbstractApiTransport ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Bridge \Postmark \Smtp ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Transport \Smtp \EsmtpTransport ;
17
17
18
18
/**
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Bridge \Sendgrid \Http \Api ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Exception \TransportException ;
17
17
use Symfony \Component \Mailer \SmtpEnvelope ;
18
18
use Symfony \Component \Mailer \Transport \Http \Api \AbstractApiTransport ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Bridge \Sendgrid \Smtp ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Transport \Smtp \EsmtpTransport ;
17
17
18
18
/**
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 4.4.0
5
+ -----
6
+
7
+ * [ BC BREAK] Transports depend on ` Symfony\Contracts\EventDispatcher\EventDispatcherInterface `
8
+ instead of ` Symfony\Component\EventDispatcher\EventDispatcherInterface ` .
9
+
4
10
4.3.0
5
11
-----
6
12
Original file line number Diff line number Diff line change 13
13
14
14
use PHPUnit \Framework \TestCase ;
15
15
use Psr \Log \LoggerInterface ;
16
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
16
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
17
17
use Symfony \Component \Mailer \Bridge \Amazon ;
18
18
use Symfony \Component \Mailer \Bridge \Google ;
19
19
use Symfony \Component \Mailer \Bridge \Mailchimp ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Bridge \Amazon ;
17
17
use Symfony \Component \Mailer \Bridge \Google ;
18
18
use Symfony \Component \Mailer \Bridge \Mailchimp ;
Original file line number Diff line number Diff line change 14
14
use Psr \Log \LoggerInterface ;
15
15
use Psr \Log \NullLogger ;
16
16
use Symfony \Component \EventDispatcher \EventDispatcher ;
17
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
17
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
18
18
use Symfony \Component \Mailer \DelayedSmtpEnvelope ;
19
19
use Symfony \Component \Mailer \Event \MessageEvent ;
20
20
use Symfony \Component \Mailer \Exception \TransportException ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Transport \Http ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \HttpClient \HttpClient ;
17
17
use Symfony \Component \Mailer \Transport \AbstractTransport ;
18
18
use Symfony \Contracts \HttpClient \HttpClientInterface ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Transport \Http \Api ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \HttpClient \HttpClient ;
17
17
use Symfony \Component \Mailer \Exception \RuntimeException ;
18
18
use Symfony \Component \Mailer \SentMessage ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Transport ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \SentMessage ;
17
17
use Symfony \Component \Mailer \SmtpEnvelope ;
18
18
use Symfony \Component \Mailer \Transport \Smtp \SmtpTransport ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Transport \Smtp ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Exception \TransportException ;
17
17
use Symfony \Component \Mailer \Exception \TransportExceptionInterface ;
18
18
use Symfony \Component \Mailer \Transport \Smtp \Auth \AuthenticatorInterface ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Mailer \Transport \Smtp ;
13
13
14
14
use Psr \Log \LoggerInterface ;
15
- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
16
16
use Symfony \Component \Mailer \Exception \LogicException ;
17
17
use Symfony \Component \Mailer \Exception \TransportException ;
18
18
use Symfony \Component \Mailer \Exception \TransportExceptionInterface ;
You can’t perform that action at this time.
0 commit comments