Browse Source

Bump doctrine commons requirement

As of 2.4, the inflector has it's own namespace.
Wouter J 10 năm trước cách đây
mục cha
commit
3e313ba001
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -33,7 +33,7 @@
         "sonata-project/exporter": "~1.0",
         "sonata-project/block-bundle": "~2.2,>=2.2.7",
         "sonata-project/core-bundle": "~2.2,>=2.2.1",
-        "doctrine/common": "~2.2",
+        "doctrine/common": "~2.4",
         "knplabs/knp-menu-bundle": ">=1.1.0,<3.0.0",
         "knplabs/knp-menu": ">=1.1.0,<3.0.0"
     },