PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Stefan Ninic   Laravel Rackbeat Integration Dashboard   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Rackbeat Integration Dashboard
Show a dashboard with integrations with Rackbeat
Author: By
Last change:
Date: 1 year ago
Size: 611 bytes
 

Contents

Class file image Download
{ "name": "kg-bot/rackbeat-integration-dashboard", "description": "Dashboard for all Rackbeat integrations", "type": "library", "license": "MIT", "authors": [ { "name": "Stefan Ninic", "email": "ninicstefan94@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=7.1", "laravel/framework": "^6|^7", "maxbanton/cwh": "^2.0", "guzzlehttp/guzzle": "*", "ext-json": "*" }, "autoload": { "psr-4": { "KgBot\\RackbeatDashboard\\": "src/" } }, "extra": { "laravel": { "providers": [ "KgBot\\RackbeatDashboard\\RackbeatDashboardServiceProvider" ] } } }