Skip to content

Commit

Permalink
Merge pull request #72 from creative-commoners/pulls/master/remove-br…
Browse files Browse the repository at this point in the history
…anch-alias

DEP Remove branch alias
  • Loading branch information
GuySartorelli authored Aug 8, 2022
2 parents 38e53dc + 12309dd commit 64680a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"name": "silverstripe-themes/simple",
"description": "The SilverStripe simple theme (default SilverStripe 3 theme)",
"type": "silverstripe-theme",
"keywords": ["silverstripe", "theme"],
"keywords": [
"silverstripe",
"theme"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Sara Tušar (Innovaif)",
"name": "Sara Tu\u0161ar (Innovaif)",
"homepage": "http://www.saratusar.com"
}
],
"require": {
"composer/installers": "*",
"silverstripe/framework": ">=3.5"
},
"extra": {
"branch-alias": {
"dev-master": "3.3.x-dev"
},
"extra": {
"expose": [
"css",
"images",
"javascript",
"webfonts"
]
}
}
}

0 comments on commit 64680a4

Please sign in to comment.