Initial commit of the Labchain OS software
This commit is contained in:
25
vendor/cloutier/php-ipfs-api/composer.json
vendored
Normal file
25
vendor/cloutier/php-ipfs-api/composer.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "cloutier/php-ipfs-api",
|
||||
"type": "library",
|
||||
"description": "A client library for the IPFS API",
|
||||
"keywords": ["ipfs"],
|
||||
"homepage": "https://github.com/cloutier/php-ipfs-api",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Vincent Cloutier",
|
||||
"email": "vincent@cloutier.co",
|
||||
"homepage": "http://vincent.cloutier.co",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"ext-curl": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Cloutier\\PhpIpfsApi\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user