8000 drop dev dependency on the HttpClient component · symfony/symfony@b17ab74 · GitHub
[go: up one dir, main page]

Skip to content

Commit b17ab74

Browse files
committed
drop dev dependency on the HttpClient component
1 parent b838b49 commit b17ab74

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-
"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