We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bb3a3 commit 1c0e35bCopy full SHA for 1c0e35b
1 file changed
composer.json
@@ -3,7 +3,7 @@
3
"type": "library",
4
"description": "simple php github api",
5
"homepage": "http://github.com/diversen/simple-php-github-api",
6
- "keywords": ["github"],
+ "keywords": ["github", "API"],
7
"license": "BSD-3-Clause",
8
"authors": [
9
{
@@ -21,5 +21,10 @@
21
"psr-4": {
22
"diversen\\": "src/"
23
}
24
+ },
25
+ "extra": {
26
+ "branch-alias": {
27
+ "dev-master": "1.0-dev"
28
+ }
29
30
0 commit comments