Skip to content

Commit 8549a66

Browse files
author
Christoph Singer
authored
Merge pull request #24 from mnugter/master
Allow installation on Symfony 4.x with Flex
2 parents a243cc7 + 5c3781b commit 8549a66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"require":{
1616
"php":">=5.4",
17-
"symfony/symfony":"^2.7|^3|^4",
18-
"jms/serializer-bundle":"^1.1|^2"
17+
"symfony/framework-bundle":"^2.7|^3|^4",
18+
"jms/serializer-bundle":"^1.1|^2|^3"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^4|^5|^6|^7"

0 commit comments

Comments
 (0)