Skip to content

Commit 8bf2115

Browse files
committed
Update child repos to PSR-4 for git subs-plit
1 parent 9d3be60 commit 8bf2115

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@
44
"keywords": ["process"],
55
"license": "MIT",
66
"require": {
7-
"php": ">=5.3.3",
7+
"php": ">=5.4.0",
88
"evenement/evenement": "~2.0",
9-
"react/event-loop": "0.2.*",
10-
"react/stream": "0.2.*"
9+
"react/event-loop": "0.4.*",
10+
"react/stream": "0.4.*"
1111
},
1212
"autoload": {
13-
"psr-0": { "React\\ChildProcess": "" }
13+
"psr-4": { "React\\ChildProcess\\": "" }
1414
},
15-
"target-dir": "React/ChildProcess",
1615
"extra": {
1716
"branch-alias": {
18-
"dev-master": "0.3-dev"
17+
"dev-master": "0.4-dev"
1918
}
2019
}
2120
}

0 commit comments

Comments
 (0)