Skip to content

Commit 00280ea

Browse files
committed
Seems symfony process is required
1 parent b255dc4 commit 00280ea

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,16 @@
1616
"react/react": "~0.4@dev",
1717
"jms/serializer": "^1.1",
1818
"doctrine/collections": "~1.3",
19-
"concerto/comms": "~0.8"
20-
},
21-
"suggests": {
22-
"symfony/process": "To use symfony process adapter"
19+
"concerto/comms": "~0.8",
20+
"symfony/process": "^3.0"
2321
},
2422
"license": "MIT",
2523
"require-dev": {
2624
"divi/pthreads-stub": "dev-master"
2725
},
2826
"autoload": {
2927
"psr-4": {
30-
"EProcess": ""
28+
"EProcess\\": "EProcess"
3129
}
3230
},
3331
"autoload-dev": {

0 commit comments

Comments
 (0)