Skip to content

Commit 3dd648a

Browse files
authored
Added branch alias for 0.2.x-dev
This will allow dependants to depend on `^0.2` with dev stability and get the latest BC-breaking updates.
1 parent 8e6ce61 commit 3dd648a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
},
4343
"extra": {
4444
"branch-alias": {
45-
"dev-develop": "0.1.x-dev"
46-
}
45+
"dev-develop": "0.1.x-dev",
46+
"0.2.x": "0.2.x-dev"
47+
},
4748
}
4849
}

0 commit comments

Comments
 (0)