-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
executable file
·33 lines (33 loc) · 1.05 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
{
"name": "harbour/unsubscribe-bundle",
"type": "symfony-bundle",
"description": "Harbour Unsubscribe Bundle",
"keywords": ["Microservice", "Harbour", "REST"],
"homepage": "https://github.com/Atlantic18/HarbourUnsubscribeBundle",
"license": "MIT",
"authors": [
{
"name": "Frantisek Troster",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"coral/core-bundle": "0.1.0",
"symfony/framework-bundle": "~2.4",
"symfony/finder": "~2.4",
"symfony/yaml": "~2.4",
"symfony/browser-kit": "~2.4",
"symfony/security-bundle": "~2.4",
"symfony/monolog-bundle": "~2.4",
"sensio/framework-extra-bundle": "*",
"doctrine/orm": "*",
"doctrine/doctrine-bundle": "*",
"doctrine/doctrine-fixtures-bundle": "*",
"gedmo/doctrine-extensions": "dev-master"
},
"autoload": {
"psr-0": { "Harbour\\UnsubscribeBundle": "" }
},
"target-dir": "Harbour/UnsubscribeBundle"
}