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

Commit eea8e80

Browse files
committed
Add branch-alias
1 parent ded0c92 commit eea8e80

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
@@ -24,5 +24,10 @@
2424
"hoa/core": "~2.0"
2525
},
2626
"target-dir": "Hoa/Graph",
27-
"autoload" : { "psr-0": { "Hoa\\Graph": "." } }
27+
"autoload" : { "psr-0": { "Hoa\\Graph": "." } },
28+
"extra" : {
29+
"branch-alias": {
30+
"dev-master": "0.x-dev"
31+
}
32+
}
2833
}

0 commit comments

Comments
 (0)