We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7a9e82 + fdf7247 commit b739ff3Copy full SHA for b739ff3
.travis.yml
@@ -16,7 +16,6 @@ before_install:
16
- composer self-update --no-interaction
17
18
install:
19
- - composer require php-http/guzzle6-adapter
20
- composer install --prefer-dist --no-interaction
21
22
script:
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 4.0.0 (2018-02-12)
2
+
3
+## BC Breaks
4
5
+Drop support for PHP 5.6, PHP 7.0 and PHP 7.1
6
7
# 2.0.1 (2018-05-03)
8
9
## Improvements
composer.json
@@ -34,7 +34,8 @@
34
"phpunit/phpunit": "^5.7",
35
"phpspec/phpspec": "^5.0",
36
"symfony/yaml": "^4.2",
37
- "donatj/mock-webserver": "^2.0"
+ "donatj/mock-webserver": "^2.0",
38
+ "php-http/guzzle6-adapter": "^2.0"
39
},
40
"config": {
41
"bin-dir": "bin"
0 commit comments