Skip to content

Commit 63430a7

Browse files
authored
Temporarily prevent installing reactphp/http >=1.3
There seems to be a problem with the newest react keepalive feature, avoiding that release until further investigations are conducted see php-pm#538
1 parent ed62070 commit 63430a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"symfony/error-handler": "^4.4|^5",
1010
"symfony/process": "^3.4|^4|^5",
1111
"react/event-loop": "^1.0",
12-
"react/http": "^1.0",
12+
"react/http": ">=1.0 <1.3",
1313
"react/stream": "^1.0",
1414
"react/socket": "^1.0",
1515
"react/child-process": "^0.6",

0 commit comments

Comments
 (0)