Skip to content

Commit f143822

Browse files
committed
Removed invalid dependencies and replaces in composer.json
1 parent e69a30b commit f143822

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,15 @@
2020
"php": ">=5.3.2",
2121
"doctrine/common": "2.2.*",
2222
"monolog/monolog": "1.0.*",
23-
"swiftmailer/swiftmailer": ">=4.1.2,<4.2-dev",
2423
"twig/twig": ">=1.1,<2.0-dev"
2524
},
2625
"replace": {
2726
"symfony/doctrine-bridge": "self.version",
2827
"symfony/monolog-bridge": "self.version",
2928
"symfony/twig-bridge": "self.version",
30-
"symfony/doctrine-abstract-bundle": "self.version",
31-
"symfony/doctrine-bundle": "self.version",
3229
"symfony/framework-bundle": "self.version",
3330
"symfony/monolog-bundle": "self.version",
3431
"symfony/security-bundle": "self.version",
35-
"symfony/swiftmailer-bundle": "self.version",
3632
"symfony/twig-bundle": "self.version",
3733
"symfony/web-profiler-bundle": "self.version",
3834
"symfony/browser-kit": "self.version",

0 commit comments

Comments
 (0)