Added composer.json
This commit is contained in:
parent
15877e1443
commit
de98f3fb30
1 changed files with 18 additions and 0 deletions
18
composer.json
Normal file
18
composer.json
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"name": "doctrine/orm",
|
||||||
|
"type": "library",
|
||||||
|
"description": "Object-Relational-Mapper for PHP",
|
||||||
|
"keywords": ["orm", "database"],
|
||||||
|
"homepage": "http://www.doctrine-project.org",
|
||||||
|
"license": "LGPL",
|
||||||
|
"authors": [
|
||||||
|
{"name": "Guilherme Blanco"},
|
||||||
|
{"name": "Roman Borschel"},
|
||||||
|
{"name": "Benjamin Eberlei"},
|
||||||
|
{"name": "Jonathan Wage"}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.3.2",
|
||||||
|
"ext-pdo": "*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue