Skip to content

Commit 3c4d932

Browse files
Add the branch alias to composer.json
1 parent 6c3b11b commit 3c4d932

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
},
1414
"autoload": {
1515
"classmap": ["src/"]
16-
}
16+
},
17+
"extra": {
18+
"branch-alias": {
19+
"dev-master": "1.0.x-dev"
20+
}
21+
}
1722
}

0 commit comments

Comments
 (0)