082a0130c2
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
24 lines
738 B
JSON
24 lines
738 B
JSON
{
|
|
"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", "email": "guilhermeblanco@gmail.com"},
|
|
{"name": "Roman Borschel", "email": "roman@code-factory.org"},
|
|
{"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"},
|
|
{"name": "Jonathan Wage", "email": "jonwage@gmail.com"}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"ext-pdo": "*",
|
|
"doctrine/common": "2.2.*",
|
|
"doctrine/dbal": "2.2.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Doctrine\\ORM": "lib/" }
|
|
}
|
|
}
|