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

Commit 3faaaf1

Browse files
authored
Merge pull request #252 from mesilov/249-portal-renamed
249 portal renamed
2 parents f74e9cd + a2ebe59 commit 3faaaf1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# bitrix24-php-sdk change log
22

3+
## 1.2.1 (15.01.2022)
4+
5+
* fix php version requirements
6+
37
## 1.2.0 (15.01.2022)
48

59
* add callback function for PortalRenamed

composer.json

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

0 commit comments

Comments
 (0)