Skip to content

Commit

Permalink
fix php version requirements again
Browse files Browse the repository at this point in the history
Signed-off-by: mesilov <[email protected]>
  • Loading branch information
mesilov committed Jan 15, 2022
1 parent a2ebe59 commit 96ec94b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 96ec94b

Please sign in to comment.