Skip to content

Commit deec6e0

Browse files
authored
Merge pull request #38 from php-http/1.2-to-1.x
1.2 to 1.x
2 parents 12e1204 + 5b4447a commit deec6e0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010

1111
- Reverted generic annotations on promise - as `then` returns another promise, there seems no way to properly document this.
1212

13+
# 1.2.x
14+
15+
## 1.2.2
16+
17+
### Added - 2025-10-31
18+
19+
- Compatibility with PHP 8.4
20+
1321
## 1.2.1 - 2023-11-08
1422

1523
### Added

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
parameters:
22
level: max
3-
checkMissingIterableValueType: false
43
treatPhpDocTypesAsCertain: false
54
paths:
65
- src

0 commit comments

Comments
 (0)