Просмотр исходного кода

[Form] Moved the Validator component to the suggest section

There is no hard dependency to the Validator component.
Christophe Coevoet 13 лет назад
Родитель
Сommit
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": {