-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.08 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
{
"name": "tea-and-code/doctrine-extensions",
"description": "Adds custom RDBMS functions to Doctrine2",
"homepage": "http://teaandcode.com",
"type": "symfony-bundle",
"license": "Apache2",
"authors": [
{
"name": "Dave Nash",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"symfony/framework-bundle": ">=2.1.0,<2.3-dev",
"symfony/security-bundle": "*"
},
"require-dev": {
"sensio/framework-extra-bundle": "*",
"symfony/class-loader": "*",
"symfony/yaml": "*",
"symfony/browser-kit": "*",
"symfony/class-loader": "*",
"symfony/finder": "*",
"symfony/css-selector": "*",
"symfony/process": "*",
"doctrine/doctrine-bundle": "*",
"symfony/twig-bundle": "*",
"doctrine/orm": "*",
"symfony/form": "*",
"symfony/validator": "*"
},
"autoload": {
"psr-0": { "TeaAndCode\\DoctrineExtensions": "" }
},
"target-dir": "TeaAndCode/DoctrineExtensions"
}