forked from Xtendify/Simple-Calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.03 KB
/
composer.json
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
{
"name": "moonstonemedia/Simple-Calendar",
"description": "Add Google Calendar events to your WordPress site.",
"homepage": "https://simplecalendar.io",
"type": "wordpress-plugin",
"license": "GPLv2+",
"keywords": [
"wordpress",
"plugin",
"calendar",
"google calendar"
],
"authors": [
{
"name": "Moonstone Media",
"email": "[email protected]",
"homepage": "http://moonstonemediagroup.com/"
}
],
"support": {
"source": "https://github.com/moonstonemedia/Simple-Calendar/",
"issues": "https://github.com/moonstonemedia/Simple-Calendar/issues",
"forum": "https://wordpress.org/support/plugin/google-calendar-events"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.3.3",
"ext-curl": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-mbstring": "*",
"composer/installers": "1.x",
"google/apiclient": "1.x",
"nesbot/carbon": "1.x",
"erusev/parsedown": "1.x",
"mexitek/phpcolors": "dev-master"
}
}