-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 866 Bytes
/
Copy pathcomposer.json
File metadata and controls
40 lines (40 loc) · 866 Bytes
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
{
"name": "davaxi/google_event_template",
"description": "PHP Class to generate Google Calendar Event link",
"version": "1.0.1",
"type": "library",
"keywords": [
"google",
"calendar",
"event",
"template",
"php",
"link"
],
"license": "MIT",
"authors": [
{
"name": "David Patiashvili",
"email": "stratagem.david@gmail.com",
"homepage": "https://www.patiashvili.fr/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/davaxi/Google_Event_Template/issues",
"source": "https://github.com/davaxi/Google_Event_Template/releases"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"php": ">=5.3.0",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload": {
"psr-4": {
"Davaxi\\": "src/"
}
}
}