{
    "name": "bora_bora/wordpress_companion",
    "description": "This plugin offers the functionality offered by the Bora-Bora platform. All subscribers of your community paid by Bora\nBora will get access to the content of your website.",
    "authors": [
        {
            "name": "Adrian Schnell",
            "email": "adrian@bora-bora.io"
        },
        {
            "name": "Benjamin Bockmühl",
            "email": "benny@bora-bora.io"
        }
    ],
    "require": {
        "guzzlehttp/guzzle": "^7.0"
    },
    "config": {
        "allow-plugins": {
            "composer/installers": true
        }
    },
    "autoload": {
        "psr-4": {
            "BoraBoraWordpressPlugin\\" : "./includes"
        }
    }
}
