This repository was archived by the owner on Feb 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.*" ,
You can’t perform that action at this time.
0 commit comments