소스 검색

merged branch stof/composer_provide (PR #4614)

Commits
-------

2c12ed3 Added a missing provide for the swiftmailer bridge

Discussion
----------

Composer provide

Currently, the standalone bridge will be installed when a library requires it, even if you have the full framework, thus leading to weird issues if the versions missmatch (which is possible as the bridge does not have any hard requirement to a component in the composer.json which would enforce ``self.version``)
Fabien Potencier 13 년 전
부모
커밋
e78a7baeac
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      composer.json

+ 1 - 0
composer.json

@@ -25,6 +25,7 @@
     "replace": {
         "symfony/doctrine-bridge": "self.version",
         "symfony/monolog-bridge": "self.version",
+        "symfony/swiftmailer-bridge": "self.version",
         "symfony/twig-bridge": "self.version",
         "symfony/doctrine-abstract-bundle": "self.version",
         "symfony/doctrine-bundle": "self.version",