Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / services24.yml
1
2 services:
3     service_container:
4         class: Symfony\Component\DependencyInjection\ContainerInterface
5         public: true
6         synthetic: true
7     foo:
8         class: Foo
9         public: true
10         autowire: true
11     Psr\Container\ContainerInterface:
12         alias: service_container
13         public: false
14     Symfony\Component\DependencyInjection\ContainerInterface:
15         alias: service_container
16         public: false