Skip to content

Commit f0c8c88

Browse files
committed
Update to stable reactphp/event-loop v1.2.0 & updated stream and socket
1 parent e7e380e commit f0c8c88

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

composer.json

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,33 +28,18 @@
2828
"require": {
2929
"php": ">=5.3.0",
3030
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
31-
"react/event-loop": "dev-master#78f7f43 as 1.2.0",
32-
"react/stream": "dev-default-loop#e617d63 as 1.2.0"
31+
"react/event-loop": "^1.2",
32+
"react/stream": "^1.2"
3333
},
3434
"require-dev": {
3535
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
36-
"react/dns": "dev-default-loop#28e5df1 as 1.8.0",
37-
"react/socket": "dev-default-loop#b471dc7 as 1.8.0",
36+
"react/socket": "^1.8",
3837
"sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0"
3938
},
4039
"autoload": {
4140
"psr-4": { "React\\ChildProcess\\": "src" }
4241
},
4342
"autoload-dev": {
4443
"psr-4": { "React\\Tests\\ChildProcess\\": "tests" }
45-
},
46-
"repositories": [
47-
{
48-
"type": "vcs",
49-
"url": "https://github.com/clue-labs/dns"
50-
},
51-
{
52-
"type": "vcs",
53-
"url": "https://github.com/clue-labs/socket"
54-
},
55-
{
56-
"type": "vcs",
57-
"url": "https://github.com/clue-labs/stream"
58-
}
59-
]
44+
}
6045
}

0 commit comments

Comments
 (0)