2011-10-10 18:30:49 +04:00
|
|
|
{
|
|
|
|
"name": "doctrine/orm",
|
2011-12-21 01:39:27 +04:00
|
|
|
"type": "library",
|
2011-10-10 18:30:49 +04:00
|
|
|
"description": "Object-Relational-Mapper for PHP",
|
|
|
|
"keywords": ["orm", "database"],
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"license": "LGPL",
|
|
|
|
"authors": [
|
2011-10-10 18:54:57 +04:00
|
|
|
{"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"}
|
2011-10-10 18:30:49 +04:00
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2",
|
2011-10-10 18:54:57 +04:00
|
|
|
"ext-pdo": "*",
|
2012-02-20 19:03:42 +04:00
|
|
|
"doctrine/dbal": "dev-master"
|
2011-11-01 18:05:38 +04:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": { "Doctrine\\ORM": "lib/" }
|
2011-10-10 18:30:49 +04:00
|
|
|
}
|
|
|
|
}
|