-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
48 lines (45 loc) · 1.49 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
{
"name": "phpugl/dime-timetracker-bundle",
"type": "symfony-bundle",
"description": "Timetracker entities and REST API",
"homepage": "https://github.com/phpugl/DimeTimetrackerBundle",
"license": "MIT",
"authors": [
{
"name": "PHPUGL",
"email": "info@phpugl.de"
}
],
"autoload": {
"psr-0": {
"Dime\\TimetrackerBundle": ""
}
},
"require": {
"php": ">=5.3.9",
"symfony/symfony": "2.7.*",
"doctrine/orm": "~2.2,>=2.2.3,<2.5",
"doctrine/dbal": "<2.5",
"doctrine/doctrine-bundle": "~1.4",
"symfony/assetic-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~4.0",
"sensio/framework-extra-bundle": "~3.0,>=3.0.2",
"incenteev/composer-parameter-handler": "~2.0",
"doctrine/doctrine-fixtures-bundle": "2.2.*",
"doctrine/migrations": "1.0.*@dev",
"doctrine/doctrine-migrations-bundle": "dev-master",
"stof/doctrine-extensions-bundle": "1.1.*",
"jms/serializer-bundle": "1.*",
"friendsofsymfony/rest-bundle": "1.7.*",
"friendsofsymfony/user-bundle": "~2.0@dev"
},
"suggest": {
"phpugl/dime-timetracker-frontend-bundle": "*",
"phpugl/dime-invoice-bundle": "*",
"phpugl/dime-import-bundle": "*"
},
"minimum-stability": "dev",
"target-dir": "Dime/TimetrackerBundle"
}