Skip to content

Commit e7a3bcc

Browse files
committed
add a branch alias to allow installing untagged 1.8 versions
1 parent 89880dd commit e7a3bcc

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
@@ -29,5 +29,10 @@
2929
"CommonMarkTest": "test/",
3030
"CommonMarkTestWeak": "test/"
3131
}
32+
},
33+
"extra": {
34+
"branch-alias": {
35+
"dev-1.8.x-beta": "1.8.x-dev"
36+
}
3237
}
3338
}

0 commit comments

Comments
 (0)