8000 merged branch brikou/fix_composer (PR #4867) · sigues/symfony@3dc1fe0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3dc1fe0

Browse files
committed
merged branch brikou/fix_composer (PR symfony#4867)
Commits ------- f748885 fixed swiftmailer requirement in composer file Discussion ---------- Fix composer
2 parents 485c3d9 + f748885 commit 3dc1fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=5.3.2",
2020
"doctrine/common": ">=2.1,<2.3-dev",
2121
"monolog/monolog": ">=1.0,<1.2-dev",
22-
"swiftmailer/swiftmailer": ">=4.1.2,<4.2-dev",
22+
"swiftmailer/swiftmailer": "4.2.*",
2323
"twig/twig": ">=1.1,<2.0-dev"
2424
},
2525
"replace": {

0 commit comments

Comments
 (0)
0