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

Commit 549e589

Browse files
authored
Merge pull request #15 from bartosz-maciaszek/symfony4
Compatibility with Symfony 4
2 parents 176c37b + 3e37b04 commit 549e589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qandidate/symfony-json-request-transformer",
3-
"description": "A Symfony 2 event listener for decoding JSON encoded request content",
3+
"description": "A Symfony event listener for decoding JSON encoded request content",
44
"license": "MIT",
55
"authors": [
66
{
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"symfony/http-kernel": "~2.3|~3.0"
16+
"symfony/http-kernel": "~2.3|~3.0|~4.0"
1717
},
1818
"autoload": {
1919
"psr-0": {

0 commit comments

Comments
 (0)