Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit ec8ec07

Browse files
committed
Fix problem with invalid JSON format
1 parent 3ac840c commit ec8ec07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/content/exposing_content_via_rest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ to generate the REST output. The best choice is the JMSSerializerBundle:
2626
"require": {
2727
...
2828
"friendsofsymfony/rest-bundle": "1.*",
29-
"jms/serializer-bundle": "0.13.*",
29+
"jms/serializer-bundle": "0.13.*"
3030
}
3131
}
3232

0 commit comments

Comments
 (0)