-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (41 loc) · 1.78 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": "lucatacconi/crunz-ui",
"description": "User interface for lavary/crunz. Integrate Crunz library and funtions: Tabular, monthly or weekly interface to view the scheduled and executed tasks. Quick display of the execution result of the tasks that have been executed (Indicator icons easily show the result). Upload, download, edit or delete tasks. Forced run of the task, even outside the scheduled time with eventual display of the log once the execution is completed. It can be used with integrated Crunz or with a version of Crunz already installed on the system",
"type": "project",
"keywords": [
"Slim4", "Api", "JWT", "Vue", "Vuetify", "Router", "Http-vue-loader", "Protected area", "Login system", "Menu tool", "Crunz" , "Crontab"
],
"homepage": "https://github.com/lucatacconi/crunz-ui/tree/master",
"license": "MIT",
"authors": [
{
"name": "Luca Tacconi",
"email": "[email protected]",
"homepage": "http://www.monolite.net",
"role": "Developer"
},
{
"name": "Emanuele Marchesotti",
"homepage": "https://github.com/flagellarmirror",
"role": "Developer"
}
],
"require": {
"slim/slim": "^4",
"slim/psr7": "^1",
"nyholm/psr7": "^1",
"nyholm/psr7-server": ">=0",
"guzzlehttp/guzzle": "^7",
"laminas/laminas-diactoros": "^2",
"php-di/php-di": "^6",
"monolog/monolog": "^2",
"tuupola/base62": "^2",
"tuupola/slim-basic-auth": "^3",
"vlucas/phpdotenv": "^5",
"twig/twig": "^3",
"crunzphp/crunz": "^3",
"lorisleiva/cron-translator": ">=0.3.2",
"jimtools/jwt-auth": "^1.0",
"firebase/php-jwt": "^6.10"
}
}