Skip to content

Commit 350c7f1

Browse files
committed
used log/psr v3 and made php8 minimum requirement
1 parent 23b8d36 commit 350c7f1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to `php-sip2` will be documented in this file.
44

55
Updates 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
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",

0 commit comments

Comments
 (0)