Skip to content

Commit

Permalink
Add Symfony 5 version constraint (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeclense authored and Nyholm committed Nov 23, 2019
1 parent 5df1859 commit b34385c
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 @@ -13,7 +13,7 @@
"nyholm/psr7": "^1.0",
"php-http/httplug": "^2.0",
"psr/http-client": "^1.0",
"symfony/options-resolver": "^2.6 || ^3.0 || ^4.0"
"symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0"
},
"require-dev": {
"concurrent-php/async-api": "dev-master",
Expand Down

0 comments on commit b34385c

Please sign in to comment.