Skip to content

Commit 7953ad4

Browse files
committed
Merge pull request #74 from dgaussin/patch-1
Add branch alias in composer.json
2 parents 9541f5a + 14fe662 commit 7953ad4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,10 @@
2828
],
2929
"autoload": {
3030
"psr-0": {"": "src"}
31+
},
32+
"extra": {
33+
"branch-alias": {
34+
"dev-master": "1.0-dev"
35+
}
3136
}
3237
}

0 commit comments

Comments
 (0)