Skip to content

Commit

Permalink
Merge pull request #102 from zikulabot/extension-library-5444e9724ef20
Browse files Browse the repository at this point in the history
Add this extension to the Zikula Extension Library
  • Loading branch information
craigh committed Oct 20, 2014
2 parents b0c1379 + cb5d92b commit 64e2a52
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
21 changes: 21 additions & 0 deletions zikula.manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 64e2a52

Please sign in to comment.