PHP Classes

File: src/Schema/composer.json

Recommend this page to a friend!
  Classes of Trevor Herselman   Twister PHP Component Library   src/Schema/composer.json   Download  
File: src/Schema/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Twister PHP Component Library
Load component objects accessing class variables
Author: By
Last change:
Date: 2 years ago
Size: 553 bytes
 

Contents

Class file image Download
{ "name": "twister/schema", "type": "library", "description": "Twister automated Schema builder", "keywords": ["schema"], "homepage": "https://github.com/twister-php/twister", "license": "MIT", "authors": [ { "name": "Trevor Herselman", "email": "therselman@gmail.com" } ], "require": { "php": ">=7.0" }, "autoload": { "files": [ "Schema.php" ], "psr-4": { "Twister\\Schema\\": "" } }, "minimum-stability": "dev" }