Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 76556b7

Browse files
committed
🔥
1 parent c346c4e commit 76556b7

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
@@ -1,6 +1,6 @@
11
{
22
"name": "chillerlan/php-oauth-core",
3-
"description": "A PHP7.2+ OAuth client library",
3+
"description": "A PHP7.2+ OAuth client core library",
44
"homepage": "https://github.com/chillerlan/php-oauth-core",
55
"license": "MIT",
66
"type": "library",
@@ -42,5 +42,10 @@
4242
"chillerlan\\OAuthExamples\\": "examples/",
4343
"chillerlan\\OAuthTest\\": "tests/"
4444
}
45+
},
46+
"extra": {
47+
"branch-alias": {
48+
"dev-v0.1": "dev-master"
49+
}
4550
}
4651
}

0 commit comments

Comments
 (0)