Skip to content

Commit

Permalink
MNT Remove obsolete branch-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-rainville committed May 4, 2021
1 parent 0f37c09 commit 81b59ab
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Expand Up @@ -2,7 +2,11 @@
"name": "silverstripe/widgets",
"description": "Widgets are small pieces of functionality such as showing the latest Comments or Flickr Photos. They normally display on the sidebar of your website.",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "widgets", "blog"],
"keywords": [
"silverstripe",
"widgets",
"blog"
],
"authors": [
{
"name": "Ingo Schommer",
Expand All @@ -20,9 +24,6 @@
"squizlabs/php_codesniffer": "^3.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
},
"expose": [
"css",
"javascript"
Expand All @@ -37,4 +38,4 @@
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 81b59ab

Please sign in to comment.