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

Commit 1caade7

Browse files
authored
Merge pull request #227 from mesilov/224-fix-laravel8-support
bump dependencies versions
2 parents 327c8a2 + bdbc52b commit 1caade7

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

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

3+
## 2.0-alpha.4(25.11.2021)
4+
5+
### Changed
6+
* switch `symfony/http-client` to `5.3` version requirement.
7+
* switch `symfony/http-client-contracts` to `^2.4` version requirement.
8+
* switch `symfony/event-dispatcher` to `5.3.*` version requirement.
9+
* switch `ramsey/uuid` to `^4.0` version requirement.
10+
11+
### Fixed
12+
* issue [Несовместимость с Laravel 8 #224](https://github.com/mesilov/bitrix24-php-sdk/issues/224)
13+
314
## 2.0-alpha.3(14.11.2021)
415

516
* add php8 version support

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"ext-curl": "*",
2323
"psr/log": "1.1.3",
2424
"fig/http-message-util": "1.1.*",
25-
"symfony/http-client": "5.2.*",
26-
"symfony/http-client-contracts": "^2.1",
27-
"symfony/event-dispatcher": "5.2.*",
28-
"ramsey/uuid": "^3.9.3"
25+
"symfony/http-client": "5.3.*",
26+
"symfony/http-client-contracts": "^2.4",
27+
"symfony/event-dispatcher": "5.3.*",
28+
"ramsey/uuid": "^4.0"
2929
},
3030
"require-dev": {
3131
"monolog/monolog": "2.1.*",

0 commit comments

Comments
 (0)