Skip to content

Commit

Permalink
Merge pull request #271 from mesilov/dev
Browse files Browse the repository at this point in the history
 2.0-alpha.6 build
  • Loading branch information
mesilov committed Feb 6, 2022
2 parents 4ab0060 + a5c317a commit 59905b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -28,6 +28,7 @@
* switch `symfony/http-client-contracts` to `^2.5` version requirement.
* switch `symfony/event-dispatcher` to `5.4.*` version requirement.
* switch `ramsey/uuid` to `^4.2.3` version requirement.
* switch `psr/log` to `^1.1.4 || ^2.0 || ^3.0` [version requirement](https://github.com/mesilov/bitrix24-php-sdk/issues/245).

## 2.0-alpha.5 – 28.11.2021

Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
bitrix24-php-sdk – Bitrix24 REST API PHP SDK
Bitrix24 REST API PHP SDK
================
[![License](https://poser.pugx.org/mesilov/bitrix24-php-sdk/license.svg)](https://packagist.org/packages/mesilov/bitrix24-php-sdk) [![Total Downloads](https://poser.pugx.org/mesilov/bitrix24-php-sdk/downloads.svg)](https://packagist.org/packages/mesilov/bitrix24-php-sdk)
[![Latest Stable Version](https://img.shields.io/packagist/v/mesilov/bitrix24-php-sdk.svg)](https://packagist.org/packages/mesilov/bitrix24-php-sdk)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -20,7 +20,7 @@
"php": "7.4.*|8.*",
"ext-json": "*",
"ext-curl": "*",
"psr/log": "1.1.3",
"psr/log": "^1.1.4 || ^2.0 || ^3.0",
"fig/http-message-util": "1.1.*",
"symfony/http-client": "5.4.*",
"symfony/http-client-contracts": "^2.5",
Expand Down

0 comments on commit 59905b0

Please sign in to comment.