{
    "name": "wp-phpunit/example-plugin",
    "description": "Example plugin using WP PHPUnit",
    "type": "wordpress-plugin",
    "license": "MIT",
    "authors": [
        {
            "name": "Evan Mattson",
            "email": "me@aaemnnost.tv"
        }
    ],
    "autoload": {
        "psr-4": {
            "checkview\\": "src"
        }
    },
    "require": {
        "php": "^5.6 || ^7.0 || ^8.0",
        "firebase/php-jwt": "^6.5",
        "paragonie/sodium_compat": "^1.20",
        "ext-json": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.5",
        "roots/wordpress": "^5.0",
        "wp-phpunit/wp-phpunit": "^5.0",
        "yoast/phpunit-polyfills": "^1.0",
        "10up/wp_mock": "^0.4.2",
        "brain/monkey": "^2.6",
        "mockery/mockery": "^1.6"
    },
    "scripts": {
        "test": "phpunit"
    },
    "config": {
        "allow-plugins": {
            "roots/wordpress-core-installer": true
        }
    }
}
