-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.08 KB
/
composer.json
File metadata and controls
46 lines (46 loc) · 1.08 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
44
45
46
{
"name": "bvanhoekelen/icalendar-php",
"description": "Create easily a full iCalendar subscription service. Compatible with the best Calendar Apps, Laravel and Composer.",
"keywords": [
"php",
"iCal",
"vCal",
".ics",
"iCalendar",
"vCalendar",
"iCal subscription",
"iCalendar subscription",
"iCalendar subscription tool",
"iCalendar subscription library",
"iCalendar tool",
"iCalendar parser",
"iCalendar generator",
"iCalendar compleet",
"simple",
"completely",
"laravel",
"web"
],
"license": "Apache-2.0",
"authors": [
{
"name": "B. van Hoekelen",
"homepage": "https://github.com/bvanhoekelen/icalendar-php"
}
],
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"larapack/dd": "1.*",
"phpunit/phpunit": "^5.7"
},
"autoload": {
"psr-4": {
"Calendar\\": "src/"
}
},
"archive": {
"exclude": ["assets"]
}
}