Skip to content

Commit 7b9d293

Browse files
committed
Update child repos to PSR-4 for git subs-plit
1 parent 0c3cae8 commit 7b9d293

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,17 +4,16 @@
44
"keywords": ["http"],
55
"license": "MIT",
66
"require": {
7-
"php": ">=5.3.3",
8-
"guzzle/parser": "3.0.*",
9-
"react/socket": "0.3.*"
7+
"php": ">=5.4.0",
8+
"guzzle/parser": "~3.0",
9+
"react/socket": "0.4.*"
1010
},
1111
"autoload": {
12-
"psr-0": { "React\\Http": "" }
12+
"psr-4": { "React\\Http\\": "" }
1313
},
14-
"target-dir": "React/Http",
1514
"extra": {
1615
"branch-alias": {
17-
"dev-master": "0.3-dev"
16+
"dev-master": "0.4-dev"
1817
}
1918
}
2019
}

0 commit comments

Comments
 (0)