[FrameworkBundle] minor: fix property_info service name in composer.json

This commit is contained in:
Kévin Dunglas 2015-12-15 08:31:34 +01:00
parent 3a57b77bc7
commit 2680b5cd0c

View File

@ -58,7 +58,7 @@
"symfony/serializer": "For using the serializer service",
"symfony/validator": "For using validation",
"symfony/yaml": "For using the debug:config and lint:yaml commands",
"symfony/property-info": "For using the property_info_extractor service",
"symfony/property-info": "For using the property_info service",
"symfony/process": "For using the server:run, server:start, server:stop, and server:status commands"
},
"autoload": {