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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "85d4870bd2d34d5e9baea1bb6bad2dd8",
"packages": [
{
"name": "kigkonsult/icalcreator",
"version": "v2.39.2",
"source": {
"type": "git",
"url": "https://github.com/iCalcreator/iCalcreator.git",
"reference": "722e161d1a25c3ceec1692642d64a7f2cf5faee9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/iCalcreator/iCalcreator/zipball/722e161d1a25c3ceec1692642d64a7f2cf5faee9",
"reference": "722e161d1a25c3ceec1692642d64a7f2cf5faee9",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-simplexml": "*",
"ext-zlib": "*",
"php": ">=7.0"
},
"require-dev": {
"phpcompatibility/php-compatibility": ">=9.3.5",
"phpstan/phpstan": ">=0.9.3",
"phpunit/phpunit": ">=6.5.13",
"squizlabs/php_codesniffer": ">=3.5.5"
},
"type": "library",
"autoload": {
"files": [
"autoload.php"
],
"psr-4": {
"Kigkonsult\\Icalcreator\\": [
"src/",
"src/Util/",
"src/Traits/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Kjell-Inge Gustafsson",
"email": "ical@kigkonsult.se"
}
],
"description": "iCalcreator is the PHP implementation of rfc2445/rfc5545, management of calendar information",
"keywords": [
"alarm",
"calendar",
"daylight",
"event",
"management",
"rfc2445",
"rfc5545",
"rfc6321",
"rfc7986",
"standard",
"todo",
"vCalendar",
"valarm",
"vevent",
"vfreebusy",
"vjournal",
"vtimezone",
"vtodo"
],
"support": {
"issues": "https://github.com/iCalcreator/iCalcreator/issues",
"source": "https://github.com/iCalcreator/iCalcreator/tree/v2.39.2"
},
"funding": [
{
"url": "https://paypal.me/kigkonsult",
"type": "other"
}
],
"time": "2021-06-28T09:19:24+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.4"
},
"platform-dev": [],
"plugin-api-version": "2.2.0"
}
|