Skip to content

Commit 490edbb

Browse files
authored
Merge pull request #502 from FriendsOfSymfony/httplug-2
test with httplug 2
2 parents 399cecf + 064abce commit 490edbb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Changelog
88

99
* Adjusted to work with Twig 3
1010
* Adjusted to work with Symfony 5
11+
* Allow Httplug 2
1112

1213
2.7.2
1314
-----

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
},
3030
"require-dev": {
3131
"php-http/guzzle6-adapter": "^1.0 || ^2.0",
32-
"php-http/message": "^1.0",
33-
"mockery/mockery": "^1.0",
32+
"php-http/message": "^1.0 || ^2.0",
33+
"mockery/mockery": "^1.0 || ^2.0",
3434
"monolog/monolog": "*",
3535
"sensio/framework-extra-bundle": "^3.0 || ^4.0 || ^5.0",
3636
"symfony/browser-kit": "^3.4.4 || ^4.1.12 || ^5.0",

0 commit comments

Comments
 (0)