Skip to content

Commit 79e15d8

Browse files
authored
FFWEB-2960: Declare PHP8.2 and PHP8.3 compatibility
Declare PHP8.2 and PHP8.3 compatibility
1 parent 26891c4 commit 79e15d8

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 PHP8.2 and PHP8.3 compatibility
6+
27
## [v0.9.7] - 2023.07.31
38
### Changed
49
Compatibility

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 or 8.1.x
12+
- PHP 7.x or 8.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
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.1||~8.1.0",
13+
"php": ">=7.1||~8.1",
1414
"ext-json": "*",
1515
"guzzlehttp/guzzle": "^6.3|^7.0",
1616
"psr/http-client": "^1.0",

0 commit comments

Comments
 (0)