Skip to content

Commit

Permalink
Merge pull request #374 from mesilov/373-bump-dependencies-beta2
Browse files Browse the repository at this point in the history
Update dependency versions in composer.json
  • Loading branch information
mesilov committed Mar 13, 2024
2 parents eda95ae + 0ff1014 commit ae84568
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"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.*",
"symfony/event-dispatcher": "7.0.*",
"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.*",
Expand Down

0 comments on commit ae84568

Please sign in to comment.