guni12/comment

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "guni12/comment",
    "type": "library",
    "description": "Anax comment module.",
    "keywords": ["boilerplate", "framework", "mvc", "micro", "education"],
    "homepage": "https://dbwebb.se/anax",
    "license": "MIT",
    "authors": [
        {
            "name": "Gunvor Nilsson",
            "email": "gunvor@behovsbo.se",
            "homepage": "https://dbwebb.se",
            "role": "Developer"
        }
    ],
        "require": {
        "php": ">=5.6",
        "anax/request": "^1.0",
        "anax/url": "^1.0",
        "anax/router": "^1.0",
        "anax/response": "^1.0",
        "anax/view": "^1.0",
        "anax/session": "^1.0",
        "anax/configure": "^1.0",
        "anax/textfilter": "^1.0",
        "symfony/yaml": "^3.3",
        "mos/cimage": "^0.7.19",
        "anax/di": "^1.0",
        "anax/page": "^1.0",
        "anax/htmlform": "^1.0",
        "anax/database": "^1.1"
    },
    "support": {
        "issues": "https://github.com/guni12/comment/issues"
    },
    "autoload": {
        "psr-4": { 
            "Anax\\": "src/"
        }
    }
}