Skip to content

Commit 45d54a0

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: add use statement Add Blackfire Docker support for the local web server
2 parents 6b6c796 + 48a1861 commit 45d54a0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

components/mailer.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ it:
6565
Then, use the SMTP Gmail transport::
6666

6767
use Symfony\Component\Mailer\Bridge\Google\Smtp\GmailTransport;
68+
use Symfony\Component\Mailer\Mailer;
6869

6970
$transport = new GmailTransport('user', 'pass');
7071
$mailer = new Mailer($transport);

setup/symfony_server.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,8 @@ Elasticsearch 9200 ``ELASTICSEARCH_``
304304
MongoDB 27017 ``MONGODB_`` (set the database via a Docker ``MONGO_DATABASE`` env var)
305305
Kafka 9092 ``KAFKA_``
306306
Mailcatcher 1025/1080 ``MAILER_``
307-
25/80
307+
or 25/80
308+
Blackfire 8707 ``BLACKFIRE_``
308309
============= ========= ======================
309310

310311
You can open web management interfaces for the services that expose them:

0 commit comments

Comments
 (0)