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