Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit c89ced3

Browse files
author
Jens Schulze
committed
Merge branch 'hotfix/v2.2.1'
2 parents b7bc182 + 57f8d04 commit c89ced3

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="2.2.1"></a>
2+
## [2.2.1](https://github.com/commercetools/commercetools-php-sdk/compare/v2.2.0...v2.2.1) (2017-10-06)
3+
4+
* Update cache adapter dependencies
5+
16
<a name="2.2.0"></a>
27
# [2.2.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.1.0...v2.2.0) (2017-09-27)
38

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"guzzlehttp/psr7": "^1.1",
3535
"psr/cache": "^1.0",
3636
"psr/simple-cache": "^1.0",
37-
"cache/apcu-adapter": "^0.2",
37+
"cache/apcu-adapter": "^1.0 || ^0.3 || ^0.2",
3838
"paragonie/random_compat": "^2.0 || ^1.0",
3939
"ext-intl": "*",
4040
"ext-mbstring": "*"
@@ -54,11 +54,11 @@
5454
"phpunit/phpcov": "*",
5555
"friendsofphp/php-cs-fixer": "@stable",
5656
"symfony/yaml": "^3.0",
57-
"cache/array-adapter": "^0.4.0",
58-
"cache/doctrine-adapter": "^0.5.0",
59-
"cache/redis-adapter": "^0.4.0",
60-
"cache/filesystem-adapter": "^0.3.0",
61-
"cache/void-adapter": "^0.3",
57+
"cache/array-adapter": "^1.0",
58+
"cache/doctrine-adapter": "^1.0",
59+
"cache/redis-adapter": "^1.0",
60+
"cache/filesystem-adapter": "^1.0",
61+
"cache/void-adapter": "^1.0",
6262
"incenteev/composer-parameter-handler": "^2.1"
6363
},
6464
"replaces": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commercetools-php-sdk-changelog",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "commercetools PHP SDK changelog generator package description",
55
"homepage": "https://github.com/commercetools/commercetools-php-sdk",
66
"bugs": "https://github.com/commercetools/commercetools-php-sdk/issues",

src/Core/AbstractHttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
abstract class AbstractHttpClient
1616
{
17-
const VERSION = '2.2.0';
17+
const VERSION = '2.2.1';
1818

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)