Skip to content

Commit 4eff8c3

Browse files
authored
Merge pull request #164 from akeneo/fix-php-version
Add support of PHP 7.1
2 parents 7c439f9 + 2a9e448 commit 4eff8c3

File tree

4 files changed

+328
-200
lines changed

4 files changed

+328
-200
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
php:
4+
- 7.1
45
- 7.2
56

67
sudo: false

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 4.0.1 (2019-06-13)
2+
3+
- Add support for PHP 7.1. This is done for some connectors thar are still using it.
4+
5+
Be careful, this PHP version is EOL in december 2020.
6+
17
# 4.0.0 (2019-02-15)
28

39
## BC Breaks

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"php": ">=7.2",
23+
"php": ">=7.1",
2424
"psr/http-message": "^1.0",
2525
"php-http/httplug": "^2.0",
2626
"php-http/message": "^1.7",

0 commit comments

Comments
 (0)