Skip to content

Commit

Permalink
Allow symfony 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbrookes committed Mar 14, 2019
1 parent 26c26bd commit 21cf0d9
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 @@ -12,7 +12,7 @@
"require": {
"php": ">=5.6",
"guzzlehttp/guzzle": "^6.0",
"symfony/serializer": "^2.3|^3.0"
"symfony/serializer": "^2.3|^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
Expand Down

0 comments on commit 21cf0d9

Please sign in to comment.