فهرست منبع

[SwiftmailerBundle] added swiftmailer dependency in composer.json

Fabien Potencier 13 سال پیش
والد
کامیت
e6867bb2e0
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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"
     }
 }