forked from dddshelf/last-wishes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
56 lines (56 loc) · 1.54 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "dddinphp/last-wishes",
"require": {
"php": ">=5.4.0",
"beberlei/assert": "@stable",
"carlosbuenosvinos/ddd": "1.*",
"doctrine/orm": "2.*",
"jms/serializer": "~0.16.0",
"predis/predis": "1.*",
"rhumsaa/uuid": "~2.7.1",
"silex/silex": "1.*",
"silex/web-profiler": "1.*",
"swiftmailer/swiftmailer": "5.*",
"symfony/config": "~2.5",
"symfony/console": "~2.5",
"symfony/form": "~2.5",
"symfony/security": "~2.5",
"symfony/translation": "~2.5",
"symfony/twig-bridge": "~2.5",
"twig/twig": ">=1.8,<2.0-dev",
"php-amqplib/php-amqplib": "2.*",
"monolog/monolog": "~1.17",
"ruflin/elastica": "~2.3",
"guzzlehttp/guzzle": "^6.1",
"sorien/silex-dbal-profiler": "^1.1"
},
"require-dev": {
"behat/behat": "3.0.*",
"behat/mink": "1.5.*",
"behat/mink-goutte-driver": "*",
"phpunit/phpunit": "5.*"
},
"authors": [
{
"name": "Carlos Buenosvinos",
"email": "[email protected]",
"homepage": "http://carlosbuenosvinos.com"
},
{
"name": "Domain-Driven Design Book Authors",
"email": "[email protected]",
"homepage": "https://leanpub.com/ddd-in-php"
}
],
"autoload": {
"psr-0": {
"Lw": "src"
}
},
"config": {
"bin-dir": "bin"
},
"scripts": {
"test": "bin/phpunit"
}
}