PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafal Przetakowski   Simple SQL query manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple SQL query manager
Compose SQL queries read from template files
Author: By
Last change: Update of composer.json
Date: 8 months ago
Size: 780 bytes
 

Contents

Class file image Download
{ "name": "beeflow/sqlquerymanager", "type": "symfony-bundle", "license": "LGPL-3.0-or-later", "description": "SQLQuery Manager Util", "keywords": [ "SQL", "SQL manager" ], "homepage": "https://github.com/beeflow/sqlquery", "authors": [ { "name": "Rafal Przetakowski", "email": "rafal.p@beeflow.co.uk" } ], "support": { "issues": "https://github.com/beeflow/sqlquery/issues", "source": "https://github.com/beeflow/sqlquery/" }, "require": { "php": ">=7.1", "symfony/framework-bundle": ">=3.4" }, "require-dev": { "phpunit/phpunit": "^8.1" }, "autoload": { "psr-4": { "Beeflow\\SQLQueryManager\\": "" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } }