Skip to content
Code-Schnipsel Gruppen Projekte
composer.json 590 B
Newer Older
Jan Wennrich's avatar
Jan Wennrich committed
{
  "name": "quiqqer\/eventcalendar",
  "type": "quiqqer-module",
  "description": "Expands the quiqqer/calendar package with event pages and lists.",
  "version": "dev-dev",
  "licence":["CC BY-NC-SA 4.0", "PCSG QL-1.0"],
  "authors": [
    {
      "name": "Jan Wennrich",
      "email": "jan.wennrich@pcsg.de",
      "homepage": "https:\/\/www.pcsg.de",
      "role": "Developer"
    }
  ],
  "support": {
    "mail": "support@pcsg.de"
  },
  "require": {
    "quiqqer\/calendar": "*"
  },
  "autoload": {
    "psr-4": {
Jan Wennrich's avatar
Jan Wennrich committed
      "QUI\\EventCalendar\\": "src\/QUI\/EventCalendar"