File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to `php-sip2` will be documented in this file.
44
55Updates should follow the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
66
7+ ## 3.0.0 - 2023-06-13
8+
9+ ### Changed
10+ - Updated composer.json to require php8 and psr/log v3. This version can be included in codebases which
11+ are also using psr/log v3, such as Drupal 10. This addresses https://github.com/lordelph/php-sip2/issues/5
12+
713## 2.1.1 - 2022-05-09
814
915### Changed
Original file line number Diff line number Diff line change 2525 }
2626 ],
2727 "require" : {
28- "php" : " ~7.0|~ 8.0" ,
28+ "php" : " ~8.0" ,
2929 "clue/socket-raw" : " ^1.3" ,
30- "psr/log" : " ^1 .0"
30+ "psr/log" : " ^3 .0"
3131 },
3232 "require-dev" : {
3333 "phpunit/phpunit" : " >=5.4.3" ,
You can’t perform that action at this time.
0 commit comments