Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / legacy-services6.yml
diff --git a/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/legacy-services6.yml b/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/legacy-services6.yml
deleted file mode 100644 (file)
index 2e702bf..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-services:
-    constructor: { class: FooClass, factory_method: getInstance }
-    factory_service: { class: BazClass, factory_method: getInstance, factory_service: baz_factory }
-    scope.container: { class: FooClass, scope: container }
-    scope.custom: { class: FooClass, scope: custom }
-    scope.prototype: { class: FooClass, scope: prototype }
-    request:
-        class: Request
-        synthetic: true
-        synchronized: true
-        lazy: true