We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xp-forge/address
1 parent 163a81d commit 11e7ba3Copy full SHA for 11e7ba3
2 files changed
ChangeLog.md
@@ -3,6 +3,12 @@ Web Authentication change log
3
4
## ?.?.? / ????-??-??
5
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
12
## 6.1.1 / 2025-09-05
13
14
* Fixed OAuth (1 and 2) flows raising flow mismatches when invoked with
composer.json
@@ -8,7 +8,7 @@
"require" : {
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
"xp-framework/http": "^10.0 | ^9.0",
- "xp-forge/address": "^6.0 | ^5.3",
+ "xp-forge/address": "^7.0 | ^6.0 | ^5.3",
"xp-forge/web": "^4.0 | ^3.0",
"xp-forge/json": "^6.0 | ^5.0",
"xp-forge/sessions": "^3.0 | ^2.0",
0 commit comments