Skip to content

Commit 1d73aba

Browse files
authored
Merge pull request #110 from sirn-se/fix-3.2.6
Fix 3.2.6
2 parents 206ba8f + 32f0fab commit 1d73aba

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"require": {
2929
"php": "^8.1",
3030
"phrity/net-uri": "^2.1",
31-
"phrity/net-stream": "^2.1",
31+
"phrity/net-stream": "~2.1.0",
3232
"psr/http-message": "^1.1 | ^2.0",
3333
"psr/log": "^1.0 | ^2.0 | ^3.0"
3434
},
3535
"require-dev": {
3636
"php-coveralls/php-coveralls": "^2.0",
3737
"phpstan/phpstan": "^2.0",
3838
"phpunit/phpunit": "^10.0 | ^11.0 | ^12.0",
39-
"phrity/net-mock": "^2.1",
39+
"phrity/net-mock": "~2.1.0",
4040
"phrity/util-errorhandler": "^1.1",
4141
"squizlabs/php_codesniffer": "^3.5"
4242
}

docs/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
> PHP version `^8.1`
88
9+
### `3.2.6`
10+
11+
* Fix for `3.2.5` (@carvefx)
12+
913
### `3.2.5`
1014

1115
* Allow additional content in Connection header during handshake - again (@sirn-se)

docs/Contributing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,5 @@ make stan
116116
* axklim
117117
* Dejan Levec
118118
* Pieter Oliver
119-
* Sebastian Hagens
119+
* Sebastian Hagens
120+
* Adrian Mihai

0 commit comments

Comments
 (0)