File "composer.json"

Full Path: /home/attunedd/public_html/byp/izo/vendor/kirki-framework/control-sortable/composer.json
File size: 762 bytes
MIME-type: application/json
Charset: utf-8

{
    "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"
        }
    }
}