Skip to content

Commit

Permalink
remove branch alias, update readme requirements (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish authored Jan 20, 2019
1 parent 5b4ae98 commit 2db646e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Sponsors element for the [SilverStripe Elemental](https://github.com/dnadesign/s

## Requirements

- SilverStripe ^4.0
- SilverStripe Elemental ^2.0
* silverstripe/recipe-cms: ^1@dev || ^4@dev
* dnadesign/silverstripe-elemental: ^2@dev || ^3@dev

## Installation

Expand Down
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dynamic/silverstripe-elemental-sponsors",
"type": "silverstripe-vendormodule",
"description": "A sponsors element for the SilverStripe Elemental module",
"description": "Display a list of sponsor logos with links.",
"keywords": [
"silverstripe",
"sponsors",
Expand Down Expand Up @@ -29,11 +29,6 @@
"config": {
"process-timeout": 600
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Sponsors\\": "src/",
Expand Down

0 comments on commit 2db646e

Please sign in to comment.