Skip to content

Commit 486ac88

Browse files
authored
Merge pull request #176 from GrahamCampbell/patch-2
[1.9] Allow symfony 5
2 parents 0e156a1 + 9273d6f commit 486ac88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php-http/httplug": "^1.1",
1616
"php-http/message-factory": "^1.0",
1717
"php-http/message": "^1.6",
18-
"symfony/options-resolver": "^2.6 || ^3.0 || ^4.0"
18+
"symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0"
1919
},
2020
"require-dev": {
2121
"phpspec/phpspec": "^2.5 || ^3.4 || ^4.2",

0 commit comments

Comments
 (0)