-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.47 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
{
"name": "time-registration/local_builder",
"description": "free as in freedom local time registration component",
"keywords": ["php", "free as in freedom", "gpl", "time registration", "local", "builder"],
"type": "project",
"require": {
"net_bazzline/php_component_cli_environment": "0.1.2",
"net_bazzline/php_component_command": "1.2.0",
"net_bazzline/php_component_locator_generator": "2.0.8",
"php": ">=5.3.3"
},
"require-dev": {
"mikey179/vfsstream": "1.6.0",
"phpunit/phpunit": "~4.8||~5.1"
},
"license": "GPLv3",
"authors": [
{
"name": "Stev Leibelt",
"email": "artodeto@bazzline.net",
"homepage": "https://artodeto.bazzline.net",
"role": "Developer"
}
],
"bin": [
"bin/time_registration",
"bin/time_registration_install",
"bin/time_registration_finish_the_day",
"bin/time_registration_finish_the_day_with_holiday",
"bin/time_registration_finish_the_day_with_illness",
"bin/time_registration_list_current_day",
"bin/time_registration_list_last_day",
"bin/time_registration_list_days",
"bin/time_registration_list_last_week",
"bin/time_registration_start",
"bin/time_registration_start_a_break",
"bin/time_registration_start_lunch"
],
"autoload": {
"psr-0": {
"Net\\Bazzline\\TimeRegistration\\LocalBuilder": "source/"
}
}
}