Add .doctrine-project.json to root of the project.
Showing
.doctrine-project.json
0 → 100644
{ | { | ||
"name": "doctrine/dbal", | "name": "doctrine/dbal", | ||
"type": "library", | "type": "library", | ||
"description": "Database Abstraction Layer", | "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", | ||
"keywords": ["dbal", "database", "persistence", "queryobject"], | "keywords": [ | ||
"php", | |||
"mysql", | |||
"pgsql", | |||
"dbal", | |||
"database", | |||
"abstraction", | |||
"persistence", | |||
"queryobject" | |||
], | |||
"homepage": "http://www.doctrine-project.org", | "homepage": "http://www.doctrine-project.org", | ||
"license": "MIT", | "license": "MIT", | ||
"authors": [ | "authors": [ | ||
... | ... |
Please register or sign in to comment