瀏覽代碼

[Form] Moved the Validator component to the suggest section

There is no hard dependency to the Validator component.
Christophe Coevoet 13 年之前
父節點
當前提交
011791dbef
共有 1 個文件被更改,包括 2 次插入2 次删除
  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": {