Skip to content
Code-Schnipsel Gruppen Projekte
composer.json 949 B
Newer Older
  • Learn to ignore specific revisions
  • Patrick Müller's avatar
    Patrick Müller committed
    {
    
        "name": "quiqqer\/memberships",
        "type": "quiqqer-module",
        "description": "Create and manage memberships for your users. With memberships you can grant your users permissions for set periods of time in your system. In conjunction with the QUIQQER ERP system, this module also enables automated linking of memberships with products, so that you can offer memberships for sale.",
        "license": [
            "PCSG QL-1.0",
            "CC BY-NC-SA 4.0"
        ],
        "authors": [
            {
                "name": "Patrick M\u00fcller",
                "email": "info@pcsg.de",
                "homepage": "https:\/\/www.pcsg.de",
                "role": "Developer"
            }
        ],
        "support": {
            "email": "support@pcsg.de",
            "url": "http:\/\/www.pcsg.de"
        },
        "require": {
            "quiqqer\/verification": "^1.3|*@dev"
        },
        "autoload": {
            "psr-4": {
                "QUI\\Memberships\\": "src\/QUI\/Memberships"
            }
    
    Patrick Müller's avatar
    Patrick Müller committed
        }