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_dump_load.yml
1
2 services:
3     service_container:
4         class: Symfony\Component\DependencyInjection\ContainerInterface
5         synthetic: true
6     foo:
7         autoconfigure: true
8         abstract: true
9         arguments: ['@!bar']
10     Psr\Container\ContainerInterface:
11         alias: service_container
12         public: false
13     Symfony\Component\DependencyInjection\ContainerInterface:
14         alias: service_container
15         public: false