-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
executable file
·47 lines (47 loc) · 1.55 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
{
"name": "idci/task-bundle",
"type": "symfony-bundle",
"description": "Symfony task bundle",
"keywords": ["bundle", "task"],
"homepage": "https://github.com/Tessi-IDCI/IDCITaskBundle",
"license": "MIT",
"authors": [
{
"name": "Brahim Boukoufallah",
"email": "[email protected]",
"homepage": "https://www.idci-consulting.fr"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Tessi-Tms/TmsLoggerBundle.git"
}
],
"require": {
"php": ">=5.3.9",
"symfony/framework-bundle": "~2.3",
"symfony/monolog-bundle": "~2.11.3",
"twig/twig": "~1.0",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "~1.2",
"doctrine/mongodb": "~1.1",
"doctrine/mongodb-odm": "~1.0",
"doctrine/mongodb-odm-bundle": "~3.0",
"friendsofsymfony/rest-bundle": "~1.5",
"php-amqplib/rabbitmq-bundle": "~1.6",
"mtdowling/cron-expression": "~1.2",
"ramsey/uuid": "~3.0",
"idci/asset-loader-bundle": "~1.0",
"symfony/twig-bundle": "~2.8"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"symfony/symfony": "^2.3"
},
"autoload": {
"psr-0": { "IDCI\\Bundle\\TaskBundle": "" }
},
"minimum-stability": "stable",
"target-dir": "IDCI/Bundle/TaskBundle"
}