PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hicri   PHP CovalentHQ Service   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CovalentHQ Service
Access blockchain data points using CovalentHQ API
Author: By
Last change:
Date: 1 year ago
Size: 722 bytes
 

Contents

Class file image Download
{ "name": "slvlr/covalent", "license": "MIT", "description": "covalenthq api", "type": "package", "authors": [ { "name": "slvlr" } ], "autoload": { "psr-4": { "slvlr\\covalent\\": "src/" } }, "require": {}, "require-dev": { "orchestra/testbench": "^6.18.0", "phpunit/phpunit": "^9.5", "guzzlehttp/guzzle": "^7.0.1" }, "scripts": { "test": "vendor/bin/phpunit tests" }, "extra": { "laravel": { "providers": [ "slvlr\\covalent\\CovalentServiceProvider" ] } }, "minimum-stability": "dev", "prefer-stable": true }