Initial commit
This commit is contained in:
16
composer.json
Normal file
16
composer.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "nicost/gcalendar",
|
||||
"type": "october-plugin",
|
||||
"description": "Calendar plugin which uses the Google Calendar API. Provides a component to show the next upcoming events from google calendars.",
|
||||
"keywords": ["october", "cms", "google", "calendar", "events", "schedule", "kalender"],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nico Störzbach"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.0",
|
||||
"google/apiclient": "^2.0",
|
||||
"mobiledetect/mobiledetectlib": "^2.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user