This repository was archived by the owner on Oct 24, 2023. It is now read-only.
File tree 4 files changed +13
-8
lines changed
4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change
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
+
1
6
<a name =" 2.2.0 " ></a >
2
7
# [ 2.2.0] ( https://github.com/commercetools/commercetools-php-sdk/compare/v2.1.0...v2.2.0 ) (2017-09-27)
3
8
Original file line number Diff line number Diff line change 34
34
"guzzlehttp/psr7" : " ^1.1" ,
35
35
"psr/cache" : " ^1.0" ,
36
36
"psr/simple-cache" : " ^1.0" ,
37
- "cache/apcu-adapter" : " ^0.2" ,
37
+ "cache/apcu-adapter" : " ^1.0 || ^0.3 || ^ 0.2" ,
38
38
"paragonie/random_compat" : " ^2.0 || ^1.0" ,
39
39
"ext-intl" : " *" ,
40
40
"ext-mbstring" : " *"
54
54
"phpunit/phpcov" : " *" ,
55
55
"friendsofphp/php-cs-fixer" : " @stable" ,
56
56
"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 " ,
62
62
"incenteev/composer-parameter-handler" : " ^2.1"
63
63
},
64
64
"replaces" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commercetools-php-sdk-changelog" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " commercetools PHP SDK changelog generator package description" ,
5
5
"homepage" : " https://github.com/commercetools/commercetools-php-sdk" ,
6
6
"bugs" : " https://github.com/commercetools/commercetools-php-sdk/issues" ,
Original file line number Diff line number Diff line change 14
14
*/
15
15
abstract class AbstractHttpClient
16
16
{
17
- const VERSION = '2.2.0 ' ;
17
+ const VERSION = '2.2.1 ' ;
18
18
19
19
/**
20
20
* @var AdapterInterface
You can’t perform that action at this time.
0 commit comments