From 0ff10141681df582addf96ff10a78efc97ea3ac3 Mon Sep 17 00:00:00 2001 From: mesilov Date: Thu, 14 Mar 2024 02:50:06 +0600 Subject: [PATCH] Update dependency versions in composer.json The versions of several dependencies in the composer.json file have been updated. This applies to both the main requirements and the development requirements. The upgrades ensure compatibility with the latest versions, improving overall functionality and performance. Signed-off-by: mesilov --- CHANGELOG.md | 14 ++++++++++++++ composer.json | 8 ++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c8ad878..20495c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # bitrix24-php-sdk change log +## 2.0-beta.2 — 1.04.2024 + +### Added +### Changed +* updated [dependencies versions](https://github.com/mesilov/bitrix24-php-sdk/issues/373): + * require + * `psr/log` `1.4.0` → `3.0.*` + * `moneyphp/money` `4.3.*` → `4.5.*` + * require-dev + * `monolog/monolog` `2.9.*` → `3.5.*` + * `phpunit/phpunit` `10.5.*` → `11.0.*` +### Bugfix +### etc + ## 2.0-beta.1 — 18.02.2024 ### Added diff --git a/composer.json b/composer.json index 0aba0659..4081f549 100644 --- a/composer.json +++ b/composer.json @@ -25,10 +25,10 @@ "ext-bcmath": "*", "ext-curl": "*", "ext-intl": "*", - "psr/log": "1.1.*", + "psr/log": "3.0.*", "fig/http-message-util": "1.1.*", "ramsey/uuid": "4.7.*", - "moneyphp/money": "4.3.*", + "moneyphp/money": "4.5.*", "symfony/http-client": "7.0.*", "symfony/http-client-contracts": "3.4.*", "symfony/http-foundation": "7.0.*", @@ -36,9 +36,9 @@ "symfony/uid": "7.0.*" }, "require-dev": { - "monolog/monolog": "2.9.*", + "monolog/monolog": "3.5.*", "phpstan/phpstan": "1.10.*", - "phpunit/phpunit": "10.5.*", + "phpunit/phpunit": "11.0.*", "symfony/console": "7.0.*", "symfony/dotenv": "7.0.*", "symfony/debug-bundle": "7.0.*",