From 0b87ab921e86d3cad1d5fb6619da06cf64114870 Mon Sep 17 00:00:00 2001 From: zikulabot Date: Mon, 20 Oct 2014 11:52:56 +0100 Subject: [PATCH 1/2] Created composer.json file for Extension Library. --- composer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..fe79ca0 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "craigh/postcalendar-module", + "description": "PostCalendar is a calendar module for the Zikula Application Framework", + "type": "zikula-module", + "license": "GPL-2.0+", + "authors": [ + { + "name": "Craig Heydenburg", + "role": "owner" + } + ], + "require": { + "php": ">5.3.3" + } +} \ No newline at end of file From cb5d92be9c9f6c36892ed7ff265e64246266522d Mon Sep 17 00:00:00 2001 From: zikulabot Date: Mon, 20 Oct 2014 11:52:56 +0100 Subject: [PATCH 2/2] Created zikula.manifest.json file for Extension Library. --- zikula.manifest.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 zikula.manifest.json diff --git a/zikula.manifest.json b/zikula.manifest.json new file mode 100644 index 0000000..0663541 --- /dev/null +++ b/zikula.manifest.json @@ -0,0 +1,21 @@ +{ + "extension": { + "title": "PostCalendar", + "icon": "https://raw.githubusercontent.com/craigh/PostCalendar/master/images/admin.png" + }, + "version": { + "keywords": [ + "calendar", + "module" + ], + "semver": "8.0.2", + "dependencies": { + "zikula/core": ">=1.3.5 <1.5" + }, + "composerpath": "composer.json", + "description": "PostCalendar is a calendar module for the Zikula Application Framework", + "urls": { + "issues": "https://github.com/craigh/PostCalendar/issues" + } + } +} \ No newline at end of file