Explorar el Código

add doctrine/instantiator to composer.json

Milos Tomic hace 10 años
padre
commit
5efdc3473c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -16,7 +16,8 @@
         "jms/metadata": "~1.1",
         "jms/parser-lib": "1.*",
         "phpcollection/phpcollection": "~0.1",
-        "doctrine/annotations": "1.*"
+        "doctrine/annotations": "1.*",
+        "doctrine/instantiator": "~1.0.3"
     },
     "suggest": {
         "symfony/yaml": "Required if you'd like to serialize data to YAML format."