Skip to content

Commit d4780fc

Browse files
author
Rokas Šleinius
committed
Merge pull request #128 from GrahamCampbell/patch-1
Added a 0.9 branch alias
2 parents cd80140 + 92b9e86 commit d4780fc

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
@@ -20,5 +20,10 @@
2020
},
2121
"autoload": {
2222
"files": ["Kint.class.php"]
23+
},
24+
"extra": {
25+
"branch-alias": {
26+
"dev-master": "0.9-dev"
27+
}
2328
}
24-
}
29+
}

0 commit comments

Comments
 (0)