From e4ca9234ae865ef8279e22908185bc84ff8075b2 Mon Sep 17 00:00:00 2001 From: Damian Zabawa Date: Fri, 26 Oct 2018 11:22:02 +0200 Subject: [PATCH] [composer] Set branch alias to 2.4.x-dev --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 8df783cd..66d8a48c 100644 --- a/composer.json +++ b/composer.json @@ -35,13 +35,13 @@ "doctrine/orm": "^2.5", "sensio/distribution-bundle": "^5.0.22", "incenteev/composer-parameter-handler": "^2.1.3", - "ezsystems/ezpublish-kernel": "^7.3@dev", - "ezsystems/repository-forms": "^2.3@dev", + "ezsystems/ezpublish-kernel": "^7.4@dev", + "ezsystems/repository-forms": "^2.4@dev", "ezsystems/ezplatform-solr-search-engine": "^1.5@dev", "ezsystems/ez-support-tools": "^0.2@dev", - "ezsystems/ezplatform-http-cache": "^0.8@dev", - "ezsystems/ezplatform-admin-ui": "^1.3@dev", - "ezsystems/ezplatform-admin-ui-modules": "^1.3@dev", + "ezsystems/ezplatform-http-cache": "^0.9@dev", + "ezsystems/ezplatform-admin-ui": "^1.4@dev", + "ezsystems/ezplatform-admin-ui-modules": "^1.4@dev", "ezsystems/ezplatform-admin-ui-assets": "^3.1@dev", "ezsystems/ezplatform-design-engine": "^2.0@dev", "ezsystems/ezplatform-standard-design": "^0.1@dev", @@ -124,7 +124,7 @@ "file": "app/config/parameters.yml" }, "branch-alias": { - "dev-master": "2.3.x-dev" + "dev-master": "2.4.x-dev" } } }