8000 minor #17337 [3.0] [Bridge] [Swiftmailer] Removed non-existent namesp… · symfony/symfony@8b6503d · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b6503d

Browse files
committed
minor #17337 [3.0] [Bridge] [Swiftmailer] Removed non-existent namespace from composer.json autoload section (paradajozsef)
This PR was submitted for the master branch but it was merged into the 3.0 branch instead (closes #17337). Discussion ---------- [3.0] [Bridge] [Swiftmailer] Removed non-existent namespace from composer.json autoload section | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a After PR #13046 Symfony\Bridge\Swiftmailer\ ns not exists. Commits ------- ecf4591 Removed non-existent directory from composer autoload
2 parents a16c752 + ecf4591 commit 8b6503d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
"Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9292
"Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9393
"Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
94-
"Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
9594
"Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9695
"Symfony\\Bundle\\": "src/Symfony/Bundle/",
9796
"Symfony\\Component\\": "src/Symfony/Component/"

0 commit comments

Comments
 (0)
0