Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / services_autoconfigure_with_parent.yml
1 services:
2     parent_service:
3         class: stdClass
4
5     child_service:
6         class: stdClass
7         autoconfigure: true
8         parent: parent_service