Skip to content
This repository was archived by the owner on Nov 11, 2019. It is now read-only.

Commit 8303e99

Browse files
author
Eric Pinxteren
committed
Remove unused dependencies
1 parent e2220b0 commit 8303e99

File tree

4 files changed

+94
-573
lines changed

4 files changed

+94
-573
lines changed

app/AppKernel.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ public function registerBundles()
1212
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
1313
new Symfony\Bundle\TwigBundle\TwigBundle(),
1414
new Symfony\Bundle\MonologBundle\MonologBundle(),
15-
new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
16-
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
1715
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
1816
new AppBundle\AppBundle(),
1917
];

app/config/parameters.yml.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,5 @@
22
# Set parameters here that may be different on each deployment target of the app, e.g. development, staging, production.
33
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
44
parameters:
5-
mailer_transport: smtp
6-
mailer_host: 127.0.0.1
7-
mailer_user: ~
8-
mailer_password: ~
9-
105
# A secret key that's used to generate certain security-related tokens
116
secret: ThisTokenIsNotSoSecretChangeIt

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"sensio/framework-extra-bundle": "^3.0.2",
2828
"symfony/monolog-bundle": "^3.1.0",
2929
"symfony/polyfill-apcu": "^1.0",
30-
"symfony/swiftmailer-bundle": "^2.3.10",
3130
"symfony/symfony": "3.3.*",
3231
"twig/twig": "^1.0||^2.0"
3332
},

0 commit comments

Comments
 (0)