forked from phpugl/DimeTimetrackerFrontendBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 701 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "phpugl/dime-timetracker-frontend-bundle",
"type": "symfony-bundle",
"description": "HTML5 REST Client for the DimeTimetracker REST API",
"homepage": "https://github.com/phpugl/DimeTimetrackerFrontendBundle",
"license": "MIT",
"authors": [
{
"name": "PHPUGL",
"email": "info@phpugl.de"
}
],
"autoload": {
"psr-0": { "Dime\\TimetrackerFrontendBundle": "" }
},
"require": {
"php": ">=5.3.3",
"phpugl/twitter-bootstrap-bundle": "dev-master",
"willdurand/expose-translation-bundle": "0.1.*"
},
"minimum-stability": "dev",
"target-dir": "Dime/TimetrackerFrontendBundle"
}