Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit 7f791a0

Browse files
author
Willem-Jan Zijderveld
committed
Added 1.0.x-dev alias
1 parent 0c993ac commit 7f791a0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@
1818
"autoload": {
1919
"psr-0": {"WillemJan": "lib/"}
2020
},
21-
"minimum-stability": "dev"
21+
"minimum-stability": "dev",
22+
"extra": {
23+
"branch-alias": {
24+
"dev-master": "1.0.x-dev"
25+
}
26+
}
2227
}

0 commit comments

Comments
 (0)