8000 [Swiftmailer] fixed composer.json · symfony/swiftmailer-bridge@f771810 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Commit f771810

Browse files
committed
[Swiftmailer] fixed composer.json
1 parent f0d7578 commit f771810

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=5.3.2"
21-
"swiftmailer/swiftmailer": ">=4.1",
20+
"php": ">=5.3.2",
21+
"swiftmailer/swiftmailer": ">=4.1"
2222
},
2323
"suggest": {
24-
"symfony/http-kernel": ">=2.0",
24+
"symfony/http-kernel": ">=2.0"
2525
},
2626
"autoload": {
2727
"psr-0": { "Symfony\\Bridge\\Swiftmailer": "" }

0 commit comments

Comments
 (0)
0