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

Commit

Permalink
Compatibility with Symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
bartosz-maciaszek committed Jan 9, 2018
1 parent 176c37b commit 3e37b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qandidate/symfony-json-request-transformer",
"description": "A Symfony 2 event listener for decoding JSON encoded request content",
"description": "A Symfony event listener for decoding JSON encoded request content",
"license": "MIT",
"authors": [
{
Expand All @@ -13,7 +13,7 @@
}
],
"require": {
"symfony/http-kernel": "~2.3|~3.0"
"symfony/http-kernel": "~2.3|~3.0|~4.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 3e37b04

Please sign in to comment.