Skip to content

Commit e89f572

Browse files
authored
PHP 8.5 support (#103)
1 parent 97d1bff commit e89f572

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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.0', '8.1', '8.2', '8.3', '8.4']
34+
['8.0', '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.0', '8.1', '8.2', '8.3', '8.4']
34+
['8.0', '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
## 3.2.1 under development
44

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

77
## 3.2.0 September 11, 2025
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ a [PSR-15](https://www.php-fig.org/psr/psr-15/) middleware to authenticate an id
1919

2020
## Requirements
2121

22-
- PHP 8.0 or higher.
22+
- PHP 8.0 - 8.5.
2323

2424
## Installation
2525

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
],
2929
"require": {
30-
"php": "8.0 - 8.4",
30+
"php": "8.0 - 8.5",
3131
"psr/http-factory": "^1.0",
3232
"psr/http-message": "^1.0 || ^2.0",
3333
"psr/http-server-handler": "^1.0",

0 commit comments

Comments
 (0)