Forráskód Böngészése

[SwiftmailerBundle] added swiftmailer dependency in composer.json

Fabien Potencier 13 éve
szülő
commit
e6867bb2e0
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      src/Symfony/Bundle/SwiftmailerBundle/composer.json

+ 2 - 1
src/Symfony/Bundle/SwiftmailerBundle/composer.json

@@ -17,6 +17,7 @@
         }
     ],
     "require": {
-        "php": ">=5.3.2"
+        "php": ">=5.3.2",
+        "swiftmailer/swiftmailer": ">=4.1.2"
     }
 }