Skip to content

Commit

Permalink
Merge pull request #7 from jakubkulhan/sf4
Browse files Browse the repository at this point in the history
allow symfony/yaml 4 as dependency
  • Loading branch information
goetas authored Mar 16, 2018
2 parents d1889a0 + 2797e4c commit 18a9e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": ">=5.5",
"jms/serializer": "^1.2",
"symfony/yaml": "^2.2|^3.0"
"symfony/yaml": "^2.2|^3.0|^4.0"
},
"conflict": {
"jms/serializer": "1.4.1|1.6.1|1.6.2"
Expand Down

0 comments on commit 18a9e25

Please sign in to comment.