forked from phpugl/DimeTimetrackerBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 1.01 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
{
"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": "[email protected]"
}
],
"autoload": {
"psr-0": { "Dime\\TimetrackerBundle": "" }
},
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.1.*",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"doctrine/doctrine-fixtures-bundle": "dev-master",
"doctrine/doctrine-migrations-bundle": "dev-master",
"stof/doctrine-extensions-bundle": "1.1.*",
"jms/serializer-bundle": "0.9.0",
"friendsofsymfony/rest-bundle": "0.10.0",
"friendsofsymfony/user-bundle": "1.3.*"
},
"suggest": {
"phpugl/dime-timetracker-frontend-bundle": "*",
"phpugl/dime-invoice-bundle": "*",
"phpugl/dime-import-bundle": "*"
},
"minimum-stability": "dev",
"target-dir": "Dime/TimetrackerBundle"
}