Skip to content

Commit

Permalink
Remove obsolete branch-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Nov 20, 2017
1 parent acadccd commit 19c6f20
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Expand Up @@ -2,7 +2,10 @@
"name": "symbiote/silverstripe-queuedjobs",
"description": "A framework for defining and running background jobs in a queued manner",
"type": "silverstripe-module",
"keywords": ["silverstripe", "jobs"],
"keywords": [
"silverstripe",
"jobs"
],
"license": "BSD-3-Clause",
"authors": [
{
Expand All @@ -14,19 +17,15 @@
"email": "damian@silverstripe.com"
}
],
"require":
{
"require": {
"silverstripe/framework": "^3.1",
"symbiote/silverstripe-multivaluefield": "^3.0",
"asyncphp/doorman": "^1.2"
},
"extra": {
"installer-name": "queuedjobs",
"branch-alias": {
"3.x-dev": "3.0.x-dev"
}
"installer-name": "queuedjobs"
},
"replace": {
"silverstripe/queuedjobs": "self.version"
}
}
}

0 comments on commit 19c6f20

Please sign in to comment.