Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / serializer / Tests / Fixtures / serialization.xml
index 6e95aaf72118b0a7588e5bc45420f98466228d53..9ba51cbfdf6d4c7faeb13cece54568bf920c5b28 100644 (file)
@@ -15,4 +15,9 @@
         </attribute>
     </class>
 
+    <class name="Symfony\Component\Serializer\Tests\Fixtures\MaxDepthDummy">
+        <attribute name="foo" max-depth="2" />
+        <attribute name="bar" max-depth="3" />
+    </class>
+
 </serializer>