-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 972 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 972 Bytes
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
{
"name": "sibset/aop-feature-bundle",
"license": "MIT",
"keywords": ["aop", "annotations"],
"type": "symfony-bundle",
"description": "AOP features for Symfony 2",
"authors": [
{
"name": "Pavel Gopanenko",
"email": "p.gopanenko@sibset-team.ru"
}
],
"require": {
"php": ">=5.3.3",
"jms/aop-bundle": ">=1.0.0"
},
"require-dev": {
"doctrine/orm": ">=2.2,<2.5-dev",
"doctrine/doctrine-bundle": ">=1.2.0",
"symfony/validator": ">=2.1"
},
"suggest": {
"doctrine/doctrine-bundle": "The Doctrine Symfony bundle.",
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
"symfony/validator": "Integration aspect with validation."
},
"autoload": {
"psr-0": { "SibSet\\Bundle\\AopFeatureBundle": "" }
},
"target-dir": "SibSet/Bundle/AopFeatureBundle",
"minimum-stability": "stable"
}