2011-10-10 18:30:49 +04:00
|
|
|
{
|
|
|
|
"name": "doctrine/orm",
|
2012-07-16 17:23:33 +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",
|
2012-05-26 20:15:48 +04:00
|
|
|
"license": "MIT",
|
2011-10-10 18:30:49 +04:00
|
|
|
"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-07-18 13:23:20 +04:00
|
|
|
"doctrine/dbal": ">=2.3-dev,<2.5-dev",
|
2012-05-22 22:26:03 +04:00
|
|
|
"symfony/console": "2.*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
2012-06-12 18:43:38 +04:00
|
|
|
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
|
2011-11-01 18:05:38 +04:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": { "Doctrine\\ORM": "lib/" }
|
2012-05-20 23:33:56 +04:00
|
|
|
},
|
2012-05-22 22:26:03 +04:00
|
|
|
"bin": ["bin/doctrine", "bin/doctrine.php"],
|
2012-05-20 23:33:56 +04:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2012-07-16 17:25:20 +04:00
|
|
|
"dev-master": "2.4.x-dev"
|
2012-05-20 23:33:56 +04:00
|
|
|
}
|
2011-10-10 18:30:49 +04:00
|
|
|
}
|
|
|
|
}
|