Skip to content

Commit

Permalink
[composer] Set branch alias to 3.0.x-dev (#152)
Browse files Browse the repository at this point in the history
Updated branch-alias for dev-master in composer.json according to #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.
  • Loading branch information
adamwojs authored and lserwatka committed Sep 30, 2019
1 parent 4c2dc8d commit d4c2b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "3.0.x-dev"
}
}
}

0 comments on commit d4c2b0b

Please sign in to comment.