Skip to content

Commit 9f4f42b

Browse files
authored
Merge pull request #175 from GrahamCampbell/patch-1
[2.0] Added support for Symfony 5 and fixed incorrect version operators
2 parents 9a2a4c1 + 60c1c7b commit 9f4f42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php-http/httplug": "^2.0",
1616
"php-http/message-factory": "^1.0",
1717
"php-http/message": "^1.6",
18-
"symfony/options-resolver": " ^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1"
18+
"symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
1919
},
2020
"require-dev": {
2121
"doctrine/instantiator": "^1.1",

0 commit comments

Comments
 (0)