aristath/kirki

View on GitHub
packages/kirki-framework/control-sortable/composer.json

Summary

Maintainability
Test Coverage
{
    "name": "kirki-framework/control-sortable",
    "type": "library",
    "description": "Sortable control for the Kirki Customizer framework.",
    "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",
        "kirki-framework/url-getter": "*",
        "kirki-framework/control-base": "*"
    },
    "autoload": {
        "psr-4": {
            "Kirki\\Control\\": "src/Control",
            "Kirki\\Field\\": "src/Field"
        }
    }
}