Skip to content

Commit

Permalink
Merge pull request #502 from FriendsOfSymfony/httplug-2
Browse files Browse the repository at this point in the history
test with httplug 2
  • Loading branch information
dbu committed Nov 28, 2019
2 parents 399cecf + 064abce commit 490edbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Changelog

* Adjusted to work with Twig 3
* Adjusted to work with Symfony 5
* Allow Httplug 2

2.7.2
-----
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"require-dev": {
"php-http/guzzle6-adapter": "^1.0 || ^2.0",
"php-http/message": "^1.0",
"mockery/mockery": "^1.0",
"php-http/message": "^1.0 || ^2.0",
"mockery/mockery": "^1.0 || ^2.0",
"monolog/monolog": "*",
"sensio/framework-extra-bundle": "^3.0 || ^4.0 || ^5.0",
"symfony/browser-kit": "^3.4.4 || ^4.1.12 || ^5.0",
Expand Down

0 comments on commit 490edbb

Please sign in to comment.