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

Commit 8695780

Browse files
authored
Merge pull request #343 from Elnadrion/fix/psr-log-version
change psr/log version requirements
2 parents 6efa494 + 086c4dc commit 8695780

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# bitrix24-php-sdk change log
2+
## 1.3.0 (07.04.2023)
3+
* change `psr/log` version requirements
4+
25
## 1.2.2 (15.01.2022)
36

47
* fix php version requirements again =(

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": ">=5.4.0",
1616
"ext-json": "*",
1717
"ext-curl": "*",
18-
"psr/log": "^1.0"
18+
"psr/log": "^1.0 || ^2.0 || ^3.0"
1919
},
2020
"require-dev": {
2121
"jakub-onderka/php-parallel-lint": "0.9",

src/bitrix24.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Bitrix24 implements iBitrix24
4040
/**
4141
* @var string SDK version
4242
*/
43-
const VERSION = '1.2.2';
43+
const VERSION = '1.3.0';
4444

4545
/**
4646
* @var string OAuth server

0 commit comments

Comments
 (0)