Skip to content

Commit

Permalink
Merge pull request #343 from Elnadrion/fix/psr-log-version
Browse files Browse the repository at this point in the history
change psr/log version requirements
  • Loading branch information
mesilov committed Apr 7, 2024
2 parents 6efa494 + 086c4dc commit 8695780
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,7 @@
# bitrix24-php-sdk change log
## 1.3.0 (07.04.2023)
* change `psr/log` version requirements

## 1.2.2 (15.01.2022)

* fix php version requirements again =(
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"php": ">=5.4.0",
"ext-json": "*",
"ext-curl": "*",
"psr/log": "^1.0"
"psr/log": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9",
Expand Down
2 changes: 1 addition & 1 deletion src/bitrix24.php
Expand Up @@ -40,7 +40,7 @@ class Bitrix24 implements iBitrix24
/**
* @var string SDK version
*/
const VERSION = '1.2.2';
const VERSION = '1.3.0';

/**
* @var string OAuth server
Expand Down

0 comments on commit 8695780

Please sign in to comment.