Skip to content

Commit d79eebf

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: drop dev dependency on the HttpClient component
2 parents 01f51cb + df09097 commit d79eebf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Symfony/Component/Mailer/Bridge/Google/Tests/Transport/GmailTransportFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class GmailTransportFactoryTest extends TransportFactoryTestCase
1212
{
1313
public function getFactory(): TransportFactoryInterface
1414
{
15-
return new GmailTransportFactory($this->getDispatcher(), $this->getClient(), $this->getLogger());
15+
return new GmailTransportFactory($this->getDispatcher(), null, $this->getLogger());
1616
}
1717

1818
public function supportsProvider(): iterable

src/Symfony/Component/Mailer/Bridge/Google/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
"psr/event-dispatcher": "^1",
2121
"symfony/mailer": "^4.4|^5.0|^6.0"
2222
},
23-
"require-dev": {
24-
"symfony/http-client": "^4.4|^5.0|^6.0"
25-
},
2623
"autoload": {
2724
"psr-4": { "Symfony\\Component\\Mailer\\Bridge\\Google\\": "" },
2825
"exclude-from-classmap": [

0 commit comments

Comments
 (0)