8000 [Form] Moved the Validator component to the suggest section · symfony/symfony@011791d · GitHub
[go: up one dir, main page]

Skip to content

Commit 011791d

Browse files
committed
[Form] Moved the Validator component to the suggest section
There is no hard dependency to the Validator component.
1 parent 85000fc commit 011791d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Form/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"require": {
1919
"php": ">=5.3.2",
2020
"symfony/event-dispatcher": "self.version",
21-
"symfony/locale": "self.version",
22-
"symfony/validator": "self.version"
21+
"symfony/locale": "self.version"
2322
},
2423
"suggest": {
24+
"symfony/validator": "self.version",
2525
"symfony/http-foundation": "self.version"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)
0