Skip to content

Commit 20e9432

Browse files
authored
PHP 8.5 support (#159)
1 parent c94880b commit 20e9432

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
os: >-
3232
['ubuntu-latest', 'windows-latest']
3333
php: >-
34-
['8.1', '8.2', '8.3', '8.4']
34+
['8.1', '8.2', '8.3', '8.4', '8.5']

.github/workflows/composer-require-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
os: >-
3232
['ubuntu-latest']
3333
php: >-
34-
['8.1', '8.2', '8.3', '8.4']
34+
['8.1', '8.2', '8.3', '8.4', '8.5']

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 4.3.1 under development
44

5-
- no changes in this release.
5+
- Enh #159: Add PHP 8.5 support (@vjik)
66

77
## 4.3.0 September 06, 2025
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The package provides advanced error handling. The features are:
3535

3636
## Requirements
3737

38-
- PHP 8.1 or higher.
38+
- PHP 8.1 - 8.5.
3939
- `DOM` PHP extension.
4040
- `mbstring` PHP extension.
4141

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
],
3333
"require": {
34-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
34+
"php": "8.1 - 8.5",
3535
"ext-dom": "*",
3636
"ext-mbstring": "*",
3737
"alexkart/curl-builder": "^1.0",

0 commit comments

Comments
 (0)