This repository was archived by the owner on Oct 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Expand file tree Collapse file tree 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+
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
Original file line number Diff line number Diff line change 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" : " *"
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" : {
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1414 */
1515abstract class AbstractHttpClient
1616{
17- const VERSION = '2.2.0 ' ;
17+ const VERSION = '2.2.1 ' ;
1818
1919 /**
2020 * @var AdapterInterface
You can’t perform that action at this time.
0 commit comments