Skip to content

Commit a4aaf9a

Browse files
committed
changing homepage to string
1 parent b3d09f1 commit a4aaf9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "blockchain/blockchain",
33
"description": "Blockchain API client library",
44
"keywords": ["bitcoin", "blockchain"],
5-
"homepage": ["https://blockchain.info/"],
5+
"homepage": "https://github.com/blockchain/api-v1-client-php",
66
"license": "MIT",
77
"autoload": {
88
"psr-4": { "": "lib/" }
@@ -11,4 +11,4 @@
1111
"php": ">=5.3.0",
1212
"ext-curl": "*"
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)