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

Commit 9f1e642

Browse files
committed
Merge pull request #566 from bocharsky-bw/patch-1
Fix problem with invalid JSON format
2 parents 3ac840c + ec8ec07 commit 9f1e642

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)