PHP Classes

File: vendor/jdorn/sql-formatter/composer.json

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/jdorn/sql-formatter/composer.json   Download  
File: vendor/jdorn/sql-formatter/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 700 bytes
 

Contents

Class file image Download
{ "name": "jdorn/sql-formatter", "description": "a PHP SQL highlighting library", "homepage": "https://github.com/jdorn/sql-formatter/", "keywords": ["sql", "highlight"], "minimum-stability": "dev", "license": "MIT", "type": "library", "require": { "php": ">=5.2.4" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "authors": [ { "name": "Jeremy Dorn", "email": "jeremy@jeremydorn.com", "homepage": "http://jeremydorn.com/" } ], "autoload": { "classmap": ["lib"] }, "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } } }