Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- 7.1
- 7.2

sudo: false
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 4.0.1 (2019-06-13)

- Add support for PHP 7.1. This is done for some connectors thar are still using it.

Be careful, this PHP version is EOL in december 2020.

# 4.0.0 (2019-02-15)

## BC Breaks
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require": {
"php": ">=7.2",
"php": ">=7.1",
"psr/http-message": "^1.0",
"php-http/httplug": "^2.0",
"php-http/message": "^1.7",
Expand Down
Loading