Skip to content

Commit f72d302

Browse files
committed
[FrameworkBundle] minor: fix property_info service name in composer.json
1 parent 91181f0 commit f72d302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"symfony/serializer": "For using the serializer service",
5959
"symfony/validator": "For using validation",
6060
"symfony/yaml": "For using the debug:config and lint:yaml commands",
61-
"symfony/property-info": "For using the property_info_extractor service",
61+
"symfony/property-info": "For using the property_info service",
6262
"symfony/process": "For using the server:run, server:start, server:stop, and server:status commands"
6363
},
6464
"autoload": {

0 commit comments

Comments
 (0)