Skip to content

Commit

Permalink
Merge pull request #164 from akeneo/fix-php-version
Browse files Browse the repository at this point in the history
Add support of PHP 7.1
  • Loading branch information
ahocquard authored Jun 13, 2019
2 parents 7c439f9 + 2a9e448 commit 4eff8c3
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 200 deletions.
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

0 comments on commit 4eff8c3

Please sign in to comment.