8000 minor #44153 [Mailer] drop dev dependency on the HttpClient component… · symfony/symfony@0b2f4f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b2f4f6

Browse files
committed
minor #44153 [Mailer] drop dev dependency on the HttpClient component (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- [Mailer] drop dev dependency on the HttpClient component | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- b17ab74 drop dev dependency on the HttpClient component
2 parents b838b49 + b17ab74 commit 0b2f4f6

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
@@ -19,9 +19,6 @@
1919
"php": ">=7.1.3",
2020
"symfony/mailer": "^4.4|^5.0"
2121
},
22-
54DC "require-dev": {
23-
"symfony/http-client": "^4.3|^5.0"
24-
},
2522
"autoload": {
2623
"psr-4": { "Symfony\\Component\\Mailer\\Bridge\\Google\\": "" },
2724
"exclude-from-classmap": [

0 commit comments

Comments
 (0)
0