Skip to content
Code-Schnipsel Gruppen Projekte
composer.json 942 B
Newer Older
{
  "name": "quiqqer\/interview",
  "type": "quiqqer-plugin",
  "description": "Extension for blog and news plugin. This plugin adds some new attributes and provides new bricks.",
  "license": "GPL-3.0+",
  "authors": [
    {
      "name": "Michael Danielczok",
      "email": "michael@pcsg.de",
      "homepage": "http:\/\/www.pcsg.de",
      "role": "Developer"
    },
    {
      "name": "Dominik Chrzanowski",
      "email": "dominik.chrzanowski@gmail.com",
      "role": "Developer"
    }
  ],
  "support": {
    "email": "support@pcsg.de"
  },
  "require": {
    "quiqqer\/quiqqer": ">=1.6|dev-master|dev-dev"
  },
  "suggest": {
    "quiqqer\/blog": "Create your own online diary. With the provided page types, managing and creating your own blog is no longer a problem.",
    "quiqqer\/news": "News functionality for the QUIQQER system."
  },
  "autoload": {
    "psr-4": {
      "QUI\\Interview\\": "src\/QUI\/Interview"
    }
  }
}