Skip to content

Commit 11e7ba3

Browse files
committed
Make compatible with xp-forge/address 7.0+
1 parent 163a81d commit 11e7ba3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Web Authentication change log
33

44
## ?.?.? / ????-??-??
55

6+
## 6.1.2 / 2025-09-05
7+
8+
* Made compatible with `xp-forge/address` 7.0+, fixing deprecation warnings
9+
about *null* in array offsets in PHP 8.5+
10+
(@thekid)
11+
612
## 6.1.1 / 2025-09-05
713

814
* Fixed OAuth (1 and 2) flows raising flow mismatches when invoked with

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require" : {
99
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
1010
"xp-framework/http": "^10.0 | ^9.0",
11-
"xp-forge/address": "^6.0 | ^5.3",
11+
"xp-forge/address": "^7.0 | ^6.0 | ^5.3",
1212
"xp-forge/web": "^4.0 | ^3.0",
1313
"xp-forge/json": "^6.0 | ^5.0",
1414
"xp-forge/sessions": "^3.0 | ^2.0",

0 commit comments

Comments
 (0)