Explorar el Código

[Swiftmailer] fixed composer.json

Fabien Potencier hace 13 años
padre
commit
d4f1721336
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/Symfony/Bridge/Swiftmailer/composer.json

+ 3 - 3
src/Symfony/Bridge/Swiftmailer/composer.json

@@ -17,11 +17,11 @@
         }
     ],
     "require": {
-        "php": ">=5.3.2"
-        "swiftmailer/swiftmailer": ">=4.1",
+        "php": ">=5.3.2",
+        "swiftmailer/swiftmailer": ">=4.1"
     },
     "suggest": {
-        "symfony/http-kernel": ">=2.0",
+        "symfony/http-kernel": ">=2.0"
     },
     "autoload": {
         "psr-0": { "Symfony\\Bridge\\Swiftmailer": "" }