This repository was archived by the owner on Feb 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 28
28
* switch ` symfony/http-client-contracts ` to ` ^2.5 ` version requirement.
29
29
* switch ` symfony/event-dispatcher ` to ` 5.4.* ` version requirement.
30
30
* 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 ) .
31
32
32
33
## 2.0-alpha.5 – 28.11.2021
33
34
Original file line number Diff line number Diff line change 1
- bitrix24-php-sdk – Bitrix24 REST API PHP SDK
1
+ Bitrix24 REST API PHP SDK
2
2
================
3
3
[ ![ 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 )
4
4
[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/mesilov/bitrix24-php-sdk.svg )] ( https://packagist.org/packages/mesilov/bitrix24-php-sdk )
Original file line number Diff line number Diff line change 20
20
"php" : " 7.4.*|8.*" ,
21
21
"ext-json" : " *" ,
22
22
"ext-curl" : " *" ,
23
- "psr/log" : " 1.1.3 " ,
23
+ "psr/log" : " ^ 1.1.4 || ^2.0 || ^3.0 " ,
24
24
"fig/http-message-util" : " 1.1.*" ,
25
25
"symfony/http-client" : " 5.4.*" ,
26
26
"symfony/http-client-contracts" : " ^2.5" ,
You can’t perform that action at this time.
0 commit comments