{
    "name": "setka/setka-workflow",
    "description": "Workflow plugin for WordPress.",
    "type": "wordpress-plugin",
    "license": "GPLv2 or later",
    "authors": [
        {
            "name": "Kolya Korobochkin",
            "email": "korobochkin@setka.io"
        }
    ],
    "minimum-stability": "stable",
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/setkaio/workflow-php-sdk.git"
        }
    ],
    "require": {
        "composer/installers": "^1.4",
        "php": ">=5.5.9",
        "korobochkin/wp-kit": "^0.5.1",
        "symfony/dependency-injection": "^3.3",
        "ocramius/proxy-manager": "^1.0",
        "setka/workflow-php-sdk": "^1.0",
        "symfony/config": "^3.3"
    },
    "autoload": {
        "files": [
            "source/libraries/polyfill-mbstring/bootstrap.php"
        ],
        "psr-4": {
            "Setka\\Workflow\\": "source/"
        }
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.1"
    }
}
