Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Fix Markdown syntax for GitHub #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Total Downloads](https://poser.pugx.org/jlm/serializer-expression-bundle/downloads.png)](https://packagist.org/packages/jlm/serializer-expression-bundle)
[![Latest Stable Version](https://poser.pugx.org/jlm/serializer-expression-bundle/v/stable.png)](https://packagist.org/packages/jlm/serializer-expression-bundle)

#JLMSerializerExpressionBundle
# JLMSerializerExpressionBundle

This bundle adds makes it simple to integrate the [JLMSerializerExpression](http://github.com/jmcclell/JLMSerializerExpression) library into your Symfony application. The library adds an `@excludeIf` annotation with expression language support to [JMSSerializerBundle](https://github.com/schmittjoh/JMSSerializerBundle) so that individual fields can be hidden based on expressions at runtime.

Expand Down