Skip to content

Commit 92dfd5b

Browse files
committed
Merge 4.0 into master
1 parent 3f64881 commit 92dfd5b

File tree

5 files changed

+784
-412
lines changed

5 files changed

+784
-412
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
- 7.3
67

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ For example, with Guzzle:
1515
$ php composer.phar require akeneo/api-php-client php-http/guzzle6-adapter:^2.0 http-interop/http-factory-guzzle:^1.0
1616
```
1717

18+
# 4.0.2 (2019-06-13)
19+
20+
- Add support for PHP 7.1. This is done for some connectors thar are still using it.
21+
22+
Be careful, this PHP version is EOL in december 2020.
23+
1824
# 4.0.0 (2019-02-15)
1925

2026
## BC Breaks

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For example, if your PIM is currently a v2.3, you can still use a 1.0 version of
1717

1818
## Requirements
1919

20-
* PHP >= 7.2
20+
* PHP >= 7.1
2121
* Composer
2222

2323
## Installation

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
"psr/http-client": "^1.0",
2626
"psr/http-factory": "^1.0",

0 commit comments

Comments
 (0)