Added composer.json
This commit is contained in:
parent
15877e1443
commit
de98f3fb30
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…
Reference in New Issue
Block a user