Explorar el Código

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 hace 8 años
padre
commit
6458c5a9f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      composer.json

+ 1 - 1
composer.json

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