浏览代码

Bump SonataCoreBundle version constraint (#4496)

People that upgrade the admin bundle in order to get Symfony 3.3
compatibility might not be aware that the core bundle is compatible with
it only since 3.4.0, and not think of updating it too. This change is
not pure in the sense that this incompatibility should be expressed in
the core bundle itself, but it should spare us some support issues.
Grégoire Paris 8 年之前
父节点
当前提交
6458c5a9f1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -22,7 +22,7 @@
         "doctrine/inflector": "^1.0",
         "doctrine/inflector": "^1.0",
         "knplabs/knp-menu-bundle": "^2.1.1",
         "knplabs/knp-menu-bundle": "^2.1.1",
         "sonata-project/block-bundle": "^3.2",
         "sonata-project/block-bundle": "^3.2",
-        "sonata-project/core-bundle": "^3.1",
+        "sonata-project/core-bundle": "^3.4",
         "sonata-project/exporter": "^1.7",
         "sonata-project/exporter": "^1.7",
         "symfony/class-loader": "^2.3 || ^3.0",
         "symfony/class-loader": "^2.3 || ^3.0",
         "symfony/config": "^2.3.9 || ^3.0",
         "symfony/config": "^2.3.9 || ^3.0",