Skip to content

Commit

Permalink
minor #17337 [3.0] [Bridge] [Swiftmailer] Removed non-existent namesp…
Browse files Browse the repository at this point in the history
…ace 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
  • Loading branch information
fabpot committed Jan 12, 2016
2 parents a16c752 + ecf4591 commit 8b6503d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -91,7 +91,6 @@
"Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
"Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
"Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
"Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
"Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
"Symfony\\Bundle\\": "src/Symfony/Bundle/",
"Symfony\\Component\\": "src/Symfony/Component/"
Expand Down

0 comments on commit 8b6503d

Please sign in to comment.