Skip to content

Commit

Permalink
bumped minimal version of Swiftmailer to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 29, 2012
1 parent 997bcfc commit b89b00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoload.php.dist
Expand Up @@ -36,5 +36,5 @@ if (is_file(__DIR__.'/vendor/doctrine-common/lib/Doctrine/Common/Annotations/Ann

if (is_file(__DIR__.'/vendor/swiftmailer/lib/classes/Swift.php')) {
require_once __DIR__.'/vendor/swiftmailer/lib/classes/Swift.php';
Swift::registerAutoload(__DIR__.'/vendor/swiftmailer/lib/swift_init.php');
Swift::registerAutoload(function () { require __DIR__.'/vendor/swiftmailer/lib/swift_init.php'; });

This comment has been minimized.

Copy link
@stof

stof Jun 30, 2012

Member

why not simply requiring swift_required.php ?

This comment has been minimized.

Copy link
@fabpot

fabpot Jun 30, 2012

Author Member

I'm removed the code as it is not even used

}
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/Swiftmailer/composer.json
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.2",
"swiftmailer/swiftmailer": ">=4.1.2,<4.3-dev"
"swiftmailer/swiftmailer": ">=4.2.0,<4.3-dev"
},
"suggest": {
"symfony/http-kernel": "self.version"
Expand Down

0 comments on commit b89b00f

Please sign in to comment.