Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Install using composer CLI #4

Merged
merged 1 commit into from
Sep 1, 2015
Merged
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
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ Read the blog post about this repository at http://labs.qandidate.com/blog/2014/

Install qandidate/symfony-json-request-transformer [through composer](http://getcomposer.org).

```JSON
{
"require": {
"qandidate/symfony-json-request-transformer": "*"
}
}
```bash
composer require qandidate/symfony-json-request-transformer
```

Register the event listener as a service:
Expand Down