Skip to content

Commit

Permalink
Merge pull request #95 from akeneo/fix-alias
Browse files Browse the repository at this point in the history
Fix alias in composer
  • Loading branch information
ahocquard authored Nov 28, 2017
2 parents 8dfe772 + dba788b commit e61fe9e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
"suggest": {
"php-http/guzzle6-adapter": "In order to use Guzzle v6 as the HTTP client"
},
"branch-alias": {
"dev-master": "1.1.x-dev",
"dev-1.0": "1.0.x-dev"
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev",
"dev-1.0": "1.0.x-dev"
}
}
}

0 comments on commit e61fe9e

Please sign in to comment.