-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 862 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 862 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
33
34
35
{
"name": "netteam/ddd-bundle",
"type": "symfony-bundle",
"description": "NetTeam DDD Bundle",
"authors": [
{
"name": "NetTeam Solutions",
"homepage": "http://netteam.pl"
}
],
"require": {
"php": ">=5.3.2",
"netteam/ddd": "~1.0@dev",
"symfony/framework-bundle": "~2.1"
},
"require-dev": {
"symfony/validator": "~2.1",
"symfony/form": "~2.1",
"twig/twig": "~1.1",
"mockery/mockery": ">=0.7.2@dev",
"phpunit/phpunit": "4.*"
},
"autoload": {
"psr-0": {
"NetTeam\\Bundle\\DDDBundle": "",
"Symfony": "vendor/symfony/symfony/tests"
}
},
"target-dir": "NetTeam/Bundle/DDDBundle",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}