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

Commit 6efa494

Browse files
authored
Merge pull request #253 from mesilov/249-portal-renamed
fix php version requirements again
2 parents 3faaaf1 + 96ec94b commit 6efa494

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.2.2 (15.01.2022)
3+
4+
* fix php version requirements again =(
25

36
## 1.2.1 (15.01.2022)
47

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.4.*",
15+
"php": ">=5.4.0",
1616
"ext-json": "*",
1717
"ext-curl": "*",
1818
"psr/log": "^1.0"

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.0';
43+
const VERSION = '1.2.2';
4444

4545
/**
4646
* @var string OAuth server

0 commit comments

Comments
 (0)