-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.json
35 lines (35 loc) · 932 Bytes
/
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
{
"name": "dexterity42/shared-project-timesheets",
"description": "Share project timesheets with anyone",
"homepage": "https://github.com/dexterity42/SharedProjectTimesheetsBundle",
"type": "kimai-plugin",
"version": "2.1.0",
"autoload": {
"psr-4": {
"KimaiPlugin\\SharedProjectTimesheetsBundle\\": ""
}
},
"license": "MIT",
"authors": [
{
"name": "Fabian Vetter",
"email": "[email protected]",
"homepage": "https://vettersolutions.de"
}
],
"extra": {
"kimai": {
"require": "1.15",
"version": "2.1.0",
"name": "ShareProjectTimesheetsBundle"
}
},
"require-dev": {
"kevinpapst/kimai2": "^1.16",
"phpunit/phpunit": "^8.0",
"symfony/phpunit-bridge": "^4.4"
},
"scripts": {
"test": "phpunit tests/"
}
}