Skip to content

Commit 1c0e35b

Browse files
committed
add extra: branch alias
1 parent 51bb3a3 commit 1c0e35b

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
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "simple php github api",
55
"homepage": "http://github.com/diversen/simple-php-github-api",
6-
"keywords": ["github"],
6+
"keywords": ["github", "API"],
77
"license": "BSD-3-Clause",
88
"authors": [
99
{
@@ -21,5 +21,10 @@
2121
"psr-4": {
2222
"diversen\\": "src/"
2323
}
24+
},
25+
"extra": {
26+
"branch-alias": {
27+
"dev-master": "1.0-dev"
28+
}
2429
}
2530
}

0 commit comments

Comments
 (0)