-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
31 lines (31 loc) · 977 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
{
"name": "polishsymfonycommunity/doctrine-extensions-bundle",
"type": "symfony-bundle",
"description": "Blameable behaviour for Doctrine2",
"keywords": ["doctrine2", "behaviours", "blameable"],
"homepage": "http://symfonylab.pl",
"license": "MIT",
"authors": [
{
"name": "Polish Symfony Community",
"homepage": "http://symfonylab.pl/"
},
{
"name": "Contributors",
"homepage": "https://github.com/PolishSymfonyCommunity/PSSDoctrineExtensionsBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0,<2.2-dev",
"doctrine/common": ">=2.0,<2.3-dev"
},
"suggest": {
"doctrine/orm": ">=2.0,<2.3-dev",
"doctrine/mongodb-odm": "*"
},
"autoload": {
"psr-0": { "PSS\\Bundle\\DoctrineExtensionsBundle": "" }
},
"target-dir": "PSS/Bundle/DoctrineExtensionsBundle"
}