Browse Source

Temp fix for sonata versions

jmontoyaa 8 years ago
parent
commit
896df72389
1 changed files with 9 additions and 3 deletions
  1. 9 3
      composer.json

+ 9 - 3
composer.json

@@ -33,6 +33,12 @@
             "main/inc/lib/hook"
         ]
     },
+    "repositories": [
+      {
+        "type": "vcs",
+        "url": "https://github.com/jmontoyaa/SonataMediaBundle"
+      }
+    ],
     "require": {
         "php": ">=5.4",
         "ext-intl": "*",
@@ -80,13 +86,13 @@
         "sonata-project/doctrine-orm-admin-bundle": "3.x-dev as 2.4",
         "sonata-project/notification-bundle": "~2.2@dev",
         "sonata-project/block-bundle": "3.x-dev as 2.4",
-        "sonata-project/media-bundle": "~2.4@dev",
+        "sonata-project/media-bundle": "dev-master",
         "sonata-project/user-bundle": "~2.2@dev",
         "sonata-project/cache-bundle": "~2.1@dev",
         "sonata-project/cache": "~1.0@dev",
         "sonata-project/page-bundle": "dev-master",
         "sonata-project/core-bundle": "3.x-dev as 2.4",
-        "sonata-project/formatter-bundle": "2.x-dev as 2.2",
+        "sonata-project/formatter-bundle": "~3.0",
 
         "sonata-project/datagrid-bundle": "~2.2@dev",
         "sonata-project/exporter": "~1.3@dev",
@@ -103,7 +109,7 @@
         "toin0u/digitalocean": "dev-master",
 
         "mopa/bootstrap-bundle": "~3.0",
-        "egeloen/ckeditor-bundle": "~2",
+        "egeloen/ckeditor-bundle": "~4",
         "helios-ag/fm-elfinder-bundle": "~6.0",
         "friendsofsymfony/jsrouting-bundle": "~1.5",