{
    "name": "capdataopera/wordpress-plugin",
    "description": "Wordpress plugin that allows opera houses and theaters to export their programming data in RDF format.",
    "type": "wordpress-plugin",
    "require": {
        "php": ">=7.4",
        "capdataopera/php-sdk": "~0.7.0 || ~1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6.16",
        "phpstan/phpstan": "^1.11.2",
        "roots/wordpress": "^6.0.0",
        "szepeviktor/phpstan-wordpress": "^1.3"
    },
    "license": "CC-BY-SA-4.0",
    "autoload": {
        "psr-4": {
            "CapDataOpera\\Wordpress\\": "src/",
            "CapDataOpera\\WordpressTests\\": "tests/"
        }
    },
    "authors": [
        {
            "name": "victor_fd",
            "email": "victor@rezo-zero.com",
            "homepage": "https://rezo-zero.com",
            "role": "Developer"
        }
    ],
    "config": {
        "allow-plugins": {
            "roots/wordpress-core-installer": false
        }
    }
}
