Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / config / prototype.expected.yml
1
2 services:
3     service_container:
4         class: Symfony\Component\DependencyInjection\ContainerInterface
5         public: true
6         synthetic: true
7     Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Foo:
8         class: Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Foo
9         public: true
10         tags:
11             - { name: foo }
12             - { name: baz }
13         deprecated: '%service_id%'
14         arguments: [1]
15         factory: f
16     Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Sub\Bar:
17         class: Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Sub\Bar
18         public: true
19         tags:
20             - { name: foo }
21             - { name: baz }
22         deprecated: '%service_id%'
23         lazy: true
24         arguments: [1]
25         factory: f