Skip to content

Commit

Permalink
Allow symfony 5 (#106) (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
  • Loading branch information
cryptiklemur and veteran29 committed May 30, 2020
1 parent bdec32f commit 1348e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -8,7 +8,7 @@
"guzzlehttp/guzzle-services": "^1.0",
"monolog/monolog": "^1.22|^2.0",
"netresearch/jsonmapper": "^1.4",
"symfony/options-resolver": "^2.6|^3.0|^4.0"
"symfony/options-resolver": "^2.6|^3.0|^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1348e4d

Please sign in to comment.