File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Symfony/Bridge/Swiftmailer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,5 +36,5 @@ if (is_file(__DIR__.'/vendor/doctrine-common/lib/Doctrine/Common/Annotations/Ann
36
36
37
37
if (is_file(__DIR__.'/vendor/swiftmailer/lib/classes/Swift.php')) {
38
38
require_once __DIR__.'/vendor/swiftmailer/lib/classes/Swift.php';
39
- Swift::registerAutoload(__DIR__.'/vendor/swiftmailer/lib/swift_init.php');
39
+ Swift::registerAutoload(func
8000
tion () { require __DIR__.'/vendor/swiftmailer/lib/swift_init.php'; } );
40
40
}
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " >=5.3.2" ,
20
- "swiftmailer/swiftmailer" : " >=4.1.2 ,<4.3-dev"
20
+ "swiftmailer/swiftmailer" : " >=4.2.0 ,<4.3-dev"
21
21
},
22
22
"suggest" : {
23
23
"symfony/http-kernel" : " self.version"
You can’t perform that action at this time.
0 commit comments