PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   Laravel Highcharts   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Highcharts
Display charts using the Highcharts API
Author: By
Last change: Nouvelles dependances dans le composer

Date: 6 years ago
Size: 605 bytes
 

Contents

Class file image Download
{ "name": "energieproduction/chart", "description": "Chart service for Highcharts", "homepage": "https://github.com/energieproduction/chart", "license": "MIT", "keywords": [ "laravel", "chart", "Highcharts" ], "authors": [ { "name": "De Gracia Mathieu", "email": "contact@degracia-mathieu.fr" } ], "require": { "php": ">=5.4.0", "illuminate/support": "~5.1" }, "require-dev": { "phpunit/phpunit": "5.7.*", "mockery/mockery": "^0.9.9" }, "autoload": { "psr-4": { "EnergieProduction\\Chart\\": "src/" } } }