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

Commit ae84568

Browse files
authored
Merge pull request #374 from mesilov/373-bump-dependencies-beta2
Update dependency versions in composer.json
2 parents eda95ae + 0ff1014 commit ae84568

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# bitrix24-php-sdk change log
22

3+
## 2.0-beta.2 — 1.04.2024
4+
5+
### Added
6+
### Changed
7+
* updated [dependencies versions](https://github.com/mesilov/bitrix24-php-sdk/issues/373):
8+
* require
9+
* `psr/log` `1.4.0``3.0.*`
10+
* `moneyphp/money` `4.3.*``4.5.*`
11+
* require-dev
12+
* `monolog/monolog` `2.9.*``3.5.*`
13+
* `phpunit/phpunit` `10.5.*``11.0.*`
14+
### Bugfix
15+
### etc
16+
317
## 2.0-beta.1 — 18.02.2024
418

519
### Added

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@
2525
"ext-bcmath": "*",
2626
"ext-curl": "*",
2727
"ext-intl": "*",
28-
"psr/log": "1.1.*",
28+
"psr/log": "3.0.*",
2929
"fig/http-message-util": "1.1.*",
3030
"ramsey/uuid": "4.7.*",
31-
"moneyphp/money": "4.3.*",
31+
"moneyphp/money": "4.5.*",
3232
"symfony/http-client": "7.0.*",
3333
"symfony/http-client-contracts": "3.4.*",
3434
"symfony/http-foundation": "7.0.*",
3535
"symfony/event-dispatcher": "7.0.*",
3636
"symfony/uid": "7.0.*"
3737
},
3838
"require-dev": {
39-
"monolog/monolog": "2.9.*",
39+
"monolog/monolog": "3.5.*",
4040
"phpstan/phpstan": "1.10.*",
41-
"phpunit/phpunit": "10.5.*",
41+
"phpunit/phpunit": "11.0.*",
4242
"symfony/console": "7.0.*",
4343
"symfony/dotenv": "7.0.*",
4444
"symfony/debug-bundle": "7.0.*",

0 commit comments

Comments
 (0)