Skip to content

Commit

Permalink
Merge pull request #227 from mesilov/224-fix-laravel8-support
Browse files Browse the repository at this point in the history
bump dependencies versions
  • Loading branch information
mesilov authored Nov 24, 2021
2 parents 327c8a2 + bdbc52b commit 1caade7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# bitrix24-php-sdk change log

## 2.0-alpha.4(25.11.2021)

### Changed
* switch `symfony/http-client` to `5.3` version requirement.
* switch `symfony/http-client-contracts` to `^2.4` version requirement.
* switch `symfony/event-dispatcher` to `5.3.*` version requirement.
* switch `ramsey/uuid` to `^4.0` version requirement.

### Fixed
* issue [Несовместимость с Laravel 8 #224](https://github.com/mesilov/bitrix24-php-sdk/issues/224)

## 2.0-alpha.3(14.11.2021)

* add php8 version support
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"ext-curl": "*",
"psr/log": "1.1.3",
"fig/http-message-util": "1.1.*",
"symfony/http-client": "5.2.*",
"symfony/http-client-contracts": "^2.1",
"symfony/event-dispatcher": "5.2.*",
"ramsey/uuid": "^3.9.3"
"symfony/http-client": "5.3.*",
"symfony/http-client-contracts": "^2.4",
"symfony/event-dispatcher": "5.3.*",
"ramsey/uuid": "^4.0"
},
"require-dev": {
"monolog/monolog": "2.1.*",
Expand Down

0 comments on commit 1caade7

Please sign in to comment.