compatibility with octobercms 2

This commit is contained in:
2022-03-04 23:12:56 +01:00
parent 6c08d2462a
commit d84f5d6803
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "nicost/oc-gcalendar-plugin",
"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"],
@@ -11,6 +11,7 @@
],
"require": {
"php": ">=7.0",
"composer/installers": "~1.0",
"google/apiclient": "^2.0",
"mobiledetect/mobiledetectlib": "^2.8"
}