Explorar el Código

[Form] Moved the Validator component to the suggest section

There is no hard dependency to the Validator component.
Christophe Coevoet hace 13 años
padre
commit
011791dbef
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/Symfony/Component/Form/composer.json

+ 2 - 2
src/Symfony/Component/Form/composer.json

@@ -18,10 +18,10 @@
     "require": {
         "php": ">=5.3.2",
         "symfony/event-dispatcher": "self.version",
-        "symfony/locale": "self.version",
-        "symfony/validator": "self.version"
+        "symfony/locale": "self.version"
     },
     "suggest": {
+        "symfony/validator": "self.version",
         "symfony/http-foundation": "self.version"
     },
     "autoload": {