Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / graphviz / services18.dot
1 digraph sc {
2   ratio="compress"
3   node [fontsize="11" fontname="Arial" shape="record"];
4   edge [fontsize="9" fontname="Arial" color="grey" arrowhead="open" arrowsize="0.5"];
5
6   node_foo [label="foo\nFooClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
7   node_service_container [label="service_container\nSymfony\\Component\\DependencyInjection\\ContainerBuilder\n", shape=record, fillcolor="#9999ff", style="filled"];
8 }