Skip to content
Code-Schnipsel Gruppen Projekte
composer.json 832 B
Newer Older
  • Learn to ignore specific revisions
  • Patrick Müller's avatar
    Patrick Müller committed
    {
    
      "name": "quiqqer/memberships",
      "type": "quiqqer-module",
    
    gerd's avatar
    gerd committed
      "description": "The Membership Module is an easy to use Membership Plugin. It will give you the ability to confidently create, manage and track membership subscriptions. In addition to these powerful abilities, the Membership Module will allow you to grant and revoke permissions to Users.",
    
      "version": "dev-dev",
    
    gerd's avatar
    gerd committed
      "license": ["PCSG QL-1.0", "CC BY-NC-SA 4.0"],
    
      "authors": [
        {
          "name": "Patrick Müller",
          "email": "p.mueller@pcsg.de",
          "homepage": "http://www.pcsg.de",
          "role": "Developer"
    
    Patrick Müller's avatar
    Patrick Müller committed
        }
    
      ],
      "support": {
        "email": "support@pcsg.de",
        "url": "http://www.pcsg.de"
      },
      "require": {
        "quiqqer/verification": "dev-dev"
      },
      "autoload": {
        "psr-4": {
    
    Patrick Müller's avatar
    Patrick Müller committed
          "QUI\\Memberships\\": "src/QUI/Memberships"
    
    Patrick Müller's avatar
    Patrick Müller committed
    }