Skip to content

Commit

Permalink
Merge pull request #253 from mesilov/249-portal-renamed
Browse files Browse the repository at this point in the history
fix php version requirements again
  • Loading branch information
mesilov committed Jan 15, 2022
2 parents 3faaaf1 + 96ec94b commit 6efa494
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.2.2 (15.01.2022)

* fix php version requirements again =(

## 1.2.1 (15.01.2022)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.4.*",
"php": ">=5.4.0",
"ext-json": "*",
"ext-curl": "*",
"psr/log": "^1.0"
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.0';
const VERSION = '1.2.2';

/**
* @var string OAuth server
Expand Down

0 comments on commit 6efa494

Please sign in to comment.