File tree Expand file tree Collapse file tree 1 file changed +4
-19
lines changed
Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments