{
    "name": "audienceplayer/wordpress-plugin",
    "description": "AudiencePlayer WordPress plugin",
    "authors": [
        {
            "name": "AudiencePlayer",
            "email": "support@audienceplayer.com"
        }
    ],
    "keywords": [
        "audienceplayer",
        "wordpress",
        "plugin"
    ],
    "license": "MIT",
    "type": "wordpress-plugin",
    "minimum-stability": "stable",
    "require": {
        "php": ">=7.3",
        "ext-curl": "*",
        "ext-intl": "*",
        "ext-json": "*",
        "audienceplayer/audienceplayer-api-client-php": "^2"
    },
    "autoload": {
        "classmap": [
        ],
        "psr-4": {
        },
        "files": [
        ]
    },
    "autoload-dev": {
        "psr-4": {
        },
        "files": [
        ]
    },
    "scripts": {
        "test": [
            "@test:phpstan",
            "@test:phpunit"
        ],
        "test:phpstan": "phpstan",
        "test:phpunit": "@php vendor/bin/phpunit -c phpunit.xml --no-coverage"
    },
    "config": {
        "preferred-install": "dist",
        "sort-packages": true
    },
    "require-dev": {
        "phpstan/phpstan": "^1.9",
        "phpunit/phpunit": "^8.5"
    }
}
