-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.lock
78 lines (78 loc) · 2.71 KB
/
composer.lock
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
{
"_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": "e3fd5f501174bc03d7902e158dd4081c",
"packages": [
{
"name": "spatie/calendar-links",
"version": "1.11.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/calendar-links.git",
"reference": "bf4645d6a2d8eb32248a5b0b7da7976a13e5e2b5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/calendar-links/zipball/bf4645d6a2d8eb32248a5b0b7da7976a13e5e2b5",
"reference": "bf4645d6a2d8eb32248a5b0b7da7976a13e5e2b5",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.49",
"phpunit/phpunit": "^10.5",
"spatie/phpunit-snapshot-assertions": "^5.1",
"vimeo/psalm": "^5.22"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\CalendarLinks\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sebastian De Deyne",
"email": "[email protected]",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Generate add to calendar links for Google, iCal and other calendar systems",
"homepage": "https://github.com/spatie/calendar-links",
"keywords": [
"calendar-links",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/calendar-links/issues",
"source": "https://github.com/spatie/calendar-links/tree/1.11.1"
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
}
],
"time": "2025-01-16T16:49:47+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}