Skip to content

Commit 97fff8d

Browse files
committed
Correcting word and some cs
1 parent a94d3aa commit 97fff8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
2-
"name": "blockchain/blockchain",
2+
"name": "Blockchain/Blockchain",
33
"description": "Blockchain API client library",
44
"keywords": ["bitcoin", "blockchain"],
55
"homepage": "https://github.com/blockchain/api-v1-client-php",
66
"license": "MIT",
77
"autoload": {
8-
"psr-4": { "": "lib/" }
8+
"psr-4": {
9+
"Blockchain": "lib/"
10+
}
911
},
1012
"require": {
1113
"php": ">=5.3.0",

0 commit comments

Comments
 (0)