From d4c2b0b1fd69024d6257930530ab5f287831f912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Mon, 30 Sep 2019 15:05:25 +0200 Subject: [PATCH] [composer] Set branch alias to 3.0.x-dev (#152) Updated branch-alias for dev-master in composer.json according to https://github.com/ezsystems/ezplatform-solr-search-engine/pull/136 > Due to the major changes in Solr, support for 7.X will be part of the ezplatform-solr-search-engine 2.0 release which will be compatible with eZ Platform 2.5 release. Solr 6.X will be dropped in this release. > Solr 7.X and Solr 8.X will be officialy supported in ezplatform-solr-search-engine 3.0 release which will be compatible with eZ Platform 3.X. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 83ba0500b..d337c88cc 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } } }