Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / routing / Tests / Fixtures / legacy_validpattern.yml
diff --git a/vendor/symfony/routing/Tests/Fixtures/legacy_validpattern.yml b/vendor/symfony/routing/Tests/Fixtures/legacy_validpattern.yml
deleted file mode 100644 (file)
index ada65f0..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-blog_show_legacy:
-    pattern:      /blog/{slug}
-    defaults:     { _controller: "MyBundle:Blog:show" }
-    host:         "{locale}.example.com"
-    requirements: { '_method': 'GET|POST|put|OpTiOnS', _scheme: https, 'locale': '\w+' }
-    condition:    'context.getMethod() == "GET"'
-    options:
-        compiler_class: RouteCompiler