Skip to content

Commit ec8b84b

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: add use statement Add Blackfire Docker support for the local web server
2 parents e03d68a + 45d54a0 commit ec8b84b

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
@@ -61,6 +61,7 @@ it:
6161
Then, use the SMTP Gmail transport::
6262

6363
use Symfony\Component\Mailer\Bridge\Google\Smtp\GmailTransport;
64+
use Symfony\Component\Mailer\Mailer;
6465

6566
$transport = new GmailTransport('user', 'pass');
6667
$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)