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

Commit 59905b0

Browse files
authored
Merge pull request #271 from mesilov/dev
2.0-alpha.6 build
2 parents 4ab0060 + a5c317a commit 59905b0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* switch `symfony/http-client-contracts` to `^2.5` version requirement.
2929
* switch `symfony/event-dispatcher` to `5.4.*` version requirement.
3030
* switch `ramsey/uuid` to `^4.2.3` version requirement.
31+
* switch `psr/log` to `^1.1.4 || ^2.0 || ^3.0` [version requirement](https://github.com/mesilov/bitrix24-php-sdk/issues/245).
3132

3233
## 2.0-alpha.5 – 28.11.2021
3334

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bitrix24-php-sdk – Bitrix24 REST API PHP SDK
1+
Bitrix24 REST API PHP SDK
22
================
33
[![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)
44
[![Latest Stable Version](https://img.shields.io/packagist/v/mesilov/bitrix24-php-sdk.svg)](https://packagist.org/packages/mesilov/bitrix24-php-sdk)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "7.4.*|8.*",
2121
"ext-json": "*",
2222
"ext-curl": "*",
23-
"psr/log": "1.1.3",
23+
"psr/log": "^1.1.4 || ^2.0 || ^3.0",
2424
"fig/http-message-util": "1.1.*",
2525
"symfony/http-client": "5.4.*",
2626
"symfony/http-client-contracts": "^2.5",

0 commit comments

Comments
 (0)