[Form] add missing symfony/service-contracts dependency

This commit is contained in:
Nicolas Grekas 2019-06-04 15:28:20 +02:00
parent 40076b98bf
commit 8639bcca3d
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@
"symfony/options-resolver": "~4.3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/property-access": "~3.4|~4.0"
"symfony/property-access": "~3.4|~4.0",
"symfony/service-contracts": "~1.1"
},
"require-dev": {
"doctrine/collections": "~1.0",