{
    "name": "root/checkout-boost",
    "authors": [
        {
            "name": "tungquach",
            "email": "tungquach@brodev.com"
        }
    ],
    "repositories": [
        {
            "type": "path",
            "url": "../packages/beeketing-wordpress-common"
        }
    ],
    "autoload": {
        "psr-4": {
            "Beeketing\\CheckoutBoost\\": "core/"
        },
        "files"   : [
            "config.php"
        ]
    },
    "require": {
        "beeketing/wordpress-common": "@dev"
    }
}
