canax/stylechooser

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name" : "anax/stylechooser",
    "description": "Anax Stylechooser module, select between stylesheets.",
    "homepage": "https://github.com/canax/stylechooser",
    "license": "MIT",
    "keywords": ["Anax", "Framework"],
    "authors": [
        {
            "name": "Mikael Roos",
            "email": "mos@dbwebb.se"
        }
    ],
    "support": {
        "issues": "https://github.com/canax/stylechooser/issues",
        "source": "https://github.com/canax/stylechooser"
    },
    "autoload": {
        "psr-4": { 
            "Anax\\": "src/"
        }
    },
    "require": {
        "php": "^7.2",
        "anax/commons": "^2.0.0@beta"
    },
    "require-dev": {
        "phpunit/phpunit": "^7"
    }
}