-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 915 Bytes
/
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": "lag/doctrine-repository",
"type": "symfony-bundle",
"description": "Generic admin bundle for Symfony2 from L'Arrière Guichet",
"keywords": [
"Symfony2",
"Doctrine",
"Repository"
],
"homepage": "https://github.com/larriereguichet/DoctrineRepositoryBundle",
"license": "MIT",
"authors": [
{
"name": "JohnKrovitch",
"email": "[email protected]"
},
{
"name": "JohanDufour",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4",
"symfony/dependency-injection": "~2.6|~3.0",
"doctrine/orm": "~2.5",
"doctrine/doctrine-bundle": "~1.2"
},
"require-dev": {
"phpunit/phpunit": "4.7.*"
},
"autoload": {
"psr-0": {
"LAG\\DoctrineRepositoryBundle": ""
}
},
"config": {
"bin-dir": "bin",
"component-dir": "web/assets"
},
"target-dir": "LAG/DoctrineRepositoryBundle"
}