-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
41 lines (40 loc) · 1.25 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "electricmaxxx/doctrine-orm-phpcr-adapter-bundle",
"type": "library",
"description": "Bundle to use the orm-odm-adapter library",
"keywords": ["odm", "orm", "database"],
"license": "MIT",
"authors":[
{"name":"Maximilian Berghoff", "email":"[email protected]"}
],
"repositories":[
{"type":"vcs", "url":"https://github.com/ElectricMaxxx/phpcr-odm.git"}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"electricmaxxx/doctrine-orm-odm-adapter": "1.0.*@dev"
},
"require-dev": {
"symfony/symfony":"2.5.*",
"symfony-cmf/testing": "dev-master",
"matthiasnoback/symfony-dependency-injection-test": "0.*",
"matthiasnoback/symfony-config-test": "0.*",
"doctrine/phpcr-bundle": "1.2.*@dev",
"doctrine/orm":"2.4.*",
"doctrine/phpcr-odm": "dev-uuid-on-references as 1.1.0"
},
"suggest":{
"symfony/yaml": "~2.0"
},
"autoload": {
"psr-0": { "Doctrine\\ORM\\Bundle\\DoctrineOrmPhpcrAdapterBundle": "" }
},
"target-dir": "Doctrine/ORM/Bundle/DoctrineOrmPhpcrAdapterBundle",
"bin": [],
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}