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_instanceof.yml
1 services:
2     _instanceof:
3         Symfony\Component\DependencyInjection\Tests\Fixtures\BarInterface:
4             autowire: true
5             lazy: true
6             tags:
7                 - { name: foo }
8                 - { name: bar }
9
10     Symfony\Component\DependencyInjection\Tests\Fixtures\Bar: ~
11     Symfony\Component\DependencyInjection\Tests\Fixtures\BarInterface: '@Symfony\Component\DependencyInjection\Tests\Fixtures\Bar'