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

Commit c883b77

Browse files
committed
:octocat:
1 parent d3c5580 commit c883b77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
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 core library",
3+
"description": "A PHP7.2+ OAuth client library",
44
"homepage": "https://github.com/chillerlan/php-oauth-core",
55
"license": "MIT",
66
"type": "library",
@@ -37,13 +37,13 @@
3737
},
3838
"autoload": {
3939
"psr-4": {
40-
"chillerlan\\OAuth\\": "src/",
41-
"chillerlan\\OAuthTest\\": "tests/"
40+
"chillerlan\\OAuth\\": "src/"
4241
}
4342
},
4443
"autoload-dev": {
4544
"psr-4": {
46-
"chillerlan\\OAuthExamples\\": "examples/"
45+
"chillerlan\\OAuthExamples\\": "examples/",
46+
"chillerlan\\OAuthTest\\": "tests/"
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)