PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ar Gabid   Universal PHP Data Grid   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Universal PHP Data Grid
Display and process data to edit database records
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 910 bytes
 

Contents

Class file image Download
{ "name": "gdgrid/gd", "description": "The PHP 7 Grid-Data Library", "type": "library", "license": "MIT", "homepage": "https://github.com/gdgrid/gd", "keywords": [ "grid", "php", "grid table", "grid form", "grid data", "generator", "table generator", "form generator" ], "authors": [ { "name": "GD Lab", "email": "dev.gdgrid@gmail.com", "role": "Developer" } ], "support": { "issues": "https://github.com/gdgrid/gd/issues" }, "require": { "php": ">=7.0.0" }, "require-dev": { "illuminate/database": "5.7", "illuminate/filesystem": "5.7", "illuminate/translation": "5.7", "illuminate/validation": "5.7", "symfony/var-dumper": "^4.1", "seytar/php-router": "dev-master" }, "autoload": { "psr-4": { "gdgrid\\gd\\": "src" }, "classmap": [ "testapp/models/" ] } }