Files
oc-gcalendar-plugin/composer.json

18 lines
496 B
JSON

{
"name": "nicost/gcalendar-plugin",
"type": "october-plugin",
"description": "OctoberCMS calendar plugin which uses the Google Calendar API to provide event data.",
"keywords": ["october", "cms", "google", "calendar", "events", "schedule", "kalender"],
"license": "MIT",
"authors": [
{
"name": "Nico Störzbach"
}
],
"require": {
"php": ">=7.0",
"composer/installers": "~1.0",
"google/apiclient": "^2.0",
"mobiledetect/mobiledetectlib": "^2.8"
}
}