Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit 25b1595

Browse files
authored
Merge pull request #104 from akeneo/API-1708-tag-ee-api-client-for-v-7
API-1708 Tag ee api client for v7
2 parents eb0e9a7 + c63efd2 commit 25b1595

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,23 @@ A simple PHP client to use the [Akeneo PIM API](https://api.akeneo.com/) with th
44

55
Matrix compatibility:
66

7-
| PIM EE version(s) | API PHP Client EE version | End of life | CI status |
8-
|--------------------|----------------------------|----------------|------------------------------------------------------------------------------------------------------------------------------------|
9-
| v2.0 | v1.0 | March 2019 | [![Build Status](https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=1.0)](https://travis-ci.org/akeneo/api-php-client-ee) |
10-
| v2.1 - v2.2 | v2.0 | March 2019 | [![Build Status](https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=2.0)](https://travis-ci.org/akeneo/api-php-client-ee) |
11-
| v2.3 | v3.0 | December 2019 | [![Build Status](https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=3.0)](https://travis-ci.org/akeneo/api-php-client-ee) |
12-
| v3.0 - v3.1 | v4.0 | August 2020 | [![Build Status](https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=4.0)](https://travis-ci.org/akeneo/api-php-client-ee) |
13-
| v3.2 | v5.0 | August 2020 | [![Build Status](https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=master)](https://travis-ci.org/akeneo/api-php-client-ee) |
14-
| - | master | - | [![Build Status](https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=master)](https://travis-ci.org/akeneo/api-php-client-ee)|
7+
| PIM EE version(s) | API PHP Client EE version | CI status |
8+
|-------------------|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
9+
| v2.0 | v1.0 | [![Build Status](https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=1.0)](https://travis-ci.org/akeneo/api-php-client-ee) |
10+
| v2.1 - v2.2 | v2.0 | [![Build Status](https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=2.0)](https://travis-ci.org/akeneo/api-php-client-ee) |
11+
| v2.3 | v3.0 | [![Build Status](https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=3.0)](https://travis-ci.org/akeneo/api-php-client-ee) |
12+
| v3.0 - v3.1 | v4.0 | [![Build Status](https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=4.0)](https://travis-ci.org/akeneo/api-php-client-ee) |
13+
| v3.2 - v4.0 | v5.0 | [![Build Status](https://travis-ci.org/akeneo/api-php-client-ee.svg?branch=master)](https://travis-ci.org/akeneo/api-php-client-ee) |
14+
| v5.0 | v6.0 | - |
15+
| v6.0 | v7.0 | - |
16+
| - | master | - |
1517

1618
Note that our PHP client is backward compatible.
1719
For example, if your PIM is currently a v2.3, you can still use a 1.0 version of the PHP client. The new endpoints available in v2.3 will not be available in the v1.0 of the PHP client.
1820

1921
## Requirements
2022

21-
* PHP >= 7.1
23+
* PHP >= 7.4
2224
* Composer
2325

2426
## Installation

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"authors": [
77
{
88
"name": "Akeneo",
9-
"homepage": "http://www.akeneo.com"
9+
"homepage": "https://www.akeneo.com"
1010
}
1111
],
1212
"autoload": {
@@ -21,12 +21,12 @@
2121
}
2222
},
2323
"require": {
24-
"akeneo/api-php-client": "^6.0"
24+
"akeneo/api-php-client": "^7.0"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "^2.14",
2828
"phpunit/phpunit": "^7.0",
29-
"phpspec/phpspec": "^5.0",
29+
"phpspec/phpspec": "^7.1",
3030
"symfony/yaml": "^4.2",
3131
"donatj/mock-webserver": "^2.0",
3232
"http-interop/http-factory-guzzle": "^1.0",
@@ -35,7 +35,7 @@
3535
"config": {
3636
"bin-dir": "bin",
3737
"platform": {
38-
"php": "7.1.3"
38+
"php": "7.4"
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)