소스 검색

[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"
     }
 }