Skip to content

Commit

Permalink
Merge pull request #175 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
[2.0] Added support for Symfony 5 and fixed incorrect version operators
  • Loading branch information
dbu authored Nov 18, 2019
2 parents 9a2a4c1 + 60c1c7b commit 9f4f42b
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 @@ -15,7 +15,7 @@
"php-http/httplug": "^2.0",
"php-http/message-factory": "^1.0",
"php-http/message": "^1.6",
"symfony/options-resolver": " ^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1"
"symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
},
"require-dev": {
"doctrine/instantiator": "^1.1",
Expand Down

0 comments on commit 9f4f42b

Please sign in to comment.