PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gavin Gordon Markowski   PHP Table Chart Builder   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Table Chart Builder
Create HTML table with values and calculated cells
Author: By
Last change: Updated composer file to reflect version change

Updated composer file to reflect version change
to 1.0.6
Updated composer to reflect change in version

Updated composer to reflect change in version to 1.0.5
Updated composer file to reflect version change

Updated composer file to reflect version change to 1.0.4
Updated composer file to reflect change in version

Updated composer file to reflect change in version to 1.0.3
Updated composer file to reflect version change

Updated composer file to reflect version change to 1.0.2
Updated composer to reflect version number change

Updated composer to reflect version number change to 1.0.1
Updated version to 1.0.0

Updated version to 1.0.0
Date: 7 years ago
Size: 1,014 bytes
 

Contents

Class file image Download
{ "name": "gavinggordon/tablechartbuilder", "description": "Create dynamic HTML tables that can calculate column data, like Excel, and look good doing it, with or without CSS Boostrap.", "license": "MIT", "keywords": [ "v1.0.6", "php", "html", "html5", "chart", "table", "excel", "builder", "helper", "bootstrap", "data", "calculation", "columns", "rows" ], "authors": [ { "name": "Gavin G Gordon", "email": "support@gavingordon.com", "homepage": "https://gavingordon.com", "role": "Developer" } ], "version": "1.0.6", "minimum-stability": "stable", "support": { "issues": "https://github.com/gavinggordon/tablechartbuilder/issues", "source": "https://github.com/gavinggordon/tablechartbuilder" }, "repositories": [ { "type": "git", "url": "https://github.com/gavinggordon/tablechartbuilder.git" } ], "require": {}, "require-dev": { "phpunit/phpunit": "4.0.*" }, "autoload": { "psr-4": { "GGG\\Html\\Builders\\": "src" } } }