To reduce dependencies, the visualizing of the process graph by using clue/graph is now optional. If you want to display process-graphs with GraphViz you have to add the clue/graph library to your composer.json
{
"require": {
"clue/graph": "~0.7"
}
}