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_bindings.yml
1 services:
2     _defaults:
3         bind:
4             NonExistent: ~
5             $quz: quz
6             $factory: factory
7
8     bar:
9         class: Symfony\Component\DependencyInjection\Tests\Fixtures\Bar
10         autowire: true
11         bind:
12             Symfony\Component\DependencyInjection\Tests\Fixtures\BarInterface: '@Symfony\Component\DependencyInjection\Tests\Fixtures\Bar'
13             $foo: [ ~ ]
14
15     Symfony\Component\DependencyInjection\Tests\Fixtures\Bar:
16         factory: [ ~, 'create' ]