We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 399cecf + 064abce commit 490edbbCopy full SHA for 490edbb
CHANGELOG.md
@@ -8,6 +8,7 @@ Changelog
8
9
* Adjusted to work with Twig 3
10
* Adjusted to work with Symfony 5
11
+* Allow Httplug 2
12
13
2.7.2
14
-----
composer.json
@@ -29,8 +29,8 @@
29
},
30
"require-dev": {
31
"php-http/guzzle6-adapter": "^1.0 || ^2.0",
32
- "php-http/message": "^1.0",
33
- "mockery/mockery": "^1.0",
+ "php-http/message": "^1.0 || ^2.0",
+ "mockery/mockery": "^1.0 || ^2.0",
34
"monolog/monolog": "*",
35
"sensio/framework-extra-bundle": "^3.0 || ^4.0 || ^5.0",
36
"symfony/browser-kit": "^3.4.4 || ^4.1.12 || ^5.0",
0 commit comments