PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafael Espinosa   Doctrine Dot Naming Strategy   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Doctrine Dot Naming Strategy
Set a naming strategy for Doctring mapping dots
Author: By
Last change:
Date: 8 years ago
Size: 526 bytes
 

Contents

Class file image Download
{ "name": "fluency/doctrine-dotnamingstrategy", "description": "Authomatic table names conversion from schema.name to schema_name.", "license": "MIT", "authors": [ { "name": "Rafael Ernesto Espinosa Santiesteban", "email": "ralphlnx@gmail.com" } ], "autoload": { "psr-4": { "Fluency\\": "src/" } }, "minimum-stability": "stable", "require":{ "php": ">=5.3.3" }, "require-dev": { "doctrine/orm": "~2.2,>=2.2.3" } }