Selaa lähdekoodia

[SwiftmailerBundle] added swiftmailer dependency in composer.json

Fabien Potencier 13 vuotta sitten
vanhempi
commit
e6867bb2e0
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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"
     }
 }