Skip to content
Code-Schnipsel Gruppen Projekte
composer.json 709 B
Newer Older
Henning Leutz's avatar
Henning Leutz committed
{
    "name": "quiqqer/test",
    "type": "quiqqer-plugin",
    "version": "dev-dev",
Patrick Müller's avatar
Patrick Müller committed
    "description": "Its an installation test. This package do nothing. TEST STRING 6000 ew089f 0203 2003232 4",
    "license": "MIT",
    "authors": [
        {
            "name": "Henning Leutz",
            "email": "leutz@pcsg.de",
            "role": "Developer"
        }
    ],
    "support": {
        "email": "support@pcsg.de",
    },
    "require": {
        "php": ">=5.3",
    },
    "autoload": {
        "psr-4": {
            "QUI\\Test\\": "src/QUI/Test"