forked from craigk5n/webcalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.03 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
{
"name": "k5n/webcalendar",
"description": "Multi-user web-based calendar app",
"homepage": "https://k5n.us/webcalendar/",
"license": "GPL-2.0-only",
"type": "project",
"version": "1.9.16",
"authors": [
{
"name": "Craig Knudsen",
"email": "craig@k5n.us",
"homepage": "https://k5n.us",
"role": "Project Maintainer / Developer"
}
],
"config": {
"optimize-autoloader": true,
"preferred-install": {
"*": "source"
},
"process-timeout": 0,
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
}
},
"prefer-stable": true,
"require": {
"components/jquery": "3.5.*",
"mcp/sdk": "^0.3.0",
"phpmailer/phpmailer": "7.0.*",
"tinymce/tinymce": "7.7.*",
"twbs/bootstrap": "4.6.*",
"twbs/bootstrap-icons": "1.10.*"
},
"require-dev": {
"components/normalize.css": "^3.0",
"friendsofphp/php-cs-fixer": "^3.86",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^4.0"
}
}