Skip to content

Commit 5b3238f

Browse files
authored
FFWEB-2776 Declare psr/log v3.0 compatibility
Declare psr/log v3.0 compatibility
1 parent 64ac9b6 commit 5b3238f

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## Unreleased
3+
### Changed
4+
Compatibility
5+
- Declare psr/log v3.0 compatibility
6+
27
## [v0.9.6] - 2023.01.24
38
SearchAdapter
49
- Extend Search interface by records method

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ handled by an HTTP client which is PSR-18 compatible. Behind the scenes, we use
99
GuzzleHTTP, a de-facto industry standard library for HTTP communication.
1010

1111
## Requirements
12-
- PHP 7.x
12+
- PHP 7.x or 8.1.x
1313
- FACT-Finder® 7.x or FACT-Finder® NG
1414

1515
## License

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ext-json": "*",
1515
"guzzlehttp/guzzle": "^6.3|^7.0",
1616
"psr/http-client": "^1.0",
17-
"psr/log": "^1.1"
17+
"psr/log": "^1.1||^3.0"
1818
},
1919
"require-dev": {
2020
"friendsofphp/php-cs-fixer": "^2.17",

0 commit comments

Comments
 (0)