forked from SweetLakePHP/sweet-book-exchange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (35 loc) · 1.1 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": "sweetlakephp/sweet-book-exchange",
"description": "Sweet Book Exchange",
"license": "MIT",
"authors": [
{ "name": "Ramon de la Fuente", "email": "ramon@future500.nl" },
{ "name": "Jasper N. Brouwer", "email": "jasper@future500.nl" }
],
"require": {
"silex/silex": "~1.2",
"igorw/config-service-provider": "~1.2",
"twig/twig": "~1.8",
"symfony/twig-bridge": "~2.3",
"monolog/monolog": "~1.11",
"doctrine/dbal": "~2.4",
"symfony/yaml": "~2.5",
"fale/isbn": "~2.0",
"knplabs/console-service-provider": "~1.0",
"simple-es/event-sourcing": "~1.0@dev",
"rhumsaa/uuid": "~2.8@dev",
"roave/security-advisories": "dev-master",
"simple-bus/message-bus": "~1.1",
"simple-es/doctrine-dbal-bridge": "~1.0@dev",
"simple-es/jms-serializer-bridge": "~1.0@dev",
"simple-es/message-bus-bridge": "~1.0@dev"
},
"autoload": {
"psr-4": {
"SWP\\Exchange\\": "src/"
}
},
"require-dev": {
"phpspec/phpspec": "~2.1"
}
}