Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b17ab74

Browse filesBrowse files
committed
drop dev dependency on the HttpClient component
1 parent b838b49 commit b17ab74
Copy full SHA for b17ab74

File tree

Expand file treeCollapse file tree

2 files changed

+1
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-4
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Google/Tests/Transport/GmailTransportFactoryTest.php
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Google/composer.json
-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.