{
    "name": "vektor-inc/vk-component",
    "description": "Vektor Component",
    "license": "GPL-2.0-or-later",
    "autoload": {
        "psr-4": {
            "VektorInc\\VK_Component\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Vektor,Inc.",
            "email": "kurudrive@gmail.com"
        }
    ],
    "require-dev": {
        "wp-phpunit/wp-phpunit": "^7.0",
        "yoast/phpunit-polyfills": "^4.0"
    },
    "require": {
        "php": ">=7.4",
        "vektor-inc/vk-term-color": "^0.7.1"
    },
    "conflict": {
        "phpunit/phpunit": ">=10"
    },
    "config": {
        "platform": {
            "php": "7.4"
        }
    }
}
