{
    "name": "exabytes/wp-page-tracker",
    "description": "Track changes of every pages in WordPress",
    "type": "wordpress-plugin",
    "autoload": {
        "psr-4": {
            "Exabytes\\WPPageTracker\\": "src/"
        }
    },
    "require": {
        "php": ">=7.2",
        "php-di/php-di": "^6.4"
    },
    "authors": [
        {
            "name": "Exabytes",
            "email": "info@exabytes.com"
        }
    ],
    "minimum-stability": "stable",
    "repositories": {
    }
}
