aristath/kirki

View on GitHub
packages/kirki-framework/compatibility/composer.json

Summary

Maintainability
Test Coverage
{
    "name": "kirki-framework/compatibility",
    "type": "library",
    "description": "Compatibility package for themes using the Kirki v3.x API.",
    "keywords": ["wordpress","customizer","framework"],
    "homepage": "https://aristath.github.io/kirki",
    "license": "MIT",
    "authors": [
        {
            "name": "Ari Stathopoulos",
            "email": "aristath@gmail.com",
            "homepage": "http://aristath.github.io",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.6"
    },
    "autoload"    : {
        "psr-4" : {
            "Kirki\\Compatibility\\" : "src/"
        }
    }
}