{
    "name": "mociof/no-unsafe-inline",
    "description": "A WordPress plugin to help site developers not to use unsafe-inline in CSP",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Giuseppe Foti",
            "email": "foti.giuseppe@gmail.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "ivopetkov/html5-dom-document-php": "2.*",
        "opctim/php-nilsimsa": "^1.0",
        "php-ai/php-ml": "^0.9.0",
        "league/uri": "^6.5",
        "scrivo/highlight.php": "^9.18",
        "spatie/async": "^1.5",
        "league/uri-components": "^2.4"
    },
    "autoload": {
        "psr-4": {
            "NUNIL\\": "src/"
        }
    },
    "require-dev": {
        "phpstan/phpstan": "^1.3",
        "szepeviktor/phpstan-wordpress": "^1.0",
        "phpstan/extension-installer": "^1.1",
        "sinsquare/phpdoc-formatter": "^0.1.3",
        "phpunit/phpunit": "^5.7.21 || ^6.5 || ^7.5",
        "yoast/phpunit-polyfills": "^1.0",
        "wp-coding-standards/wpcs": "^2.3",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
        "phpcompatibility/phpcompatibility-wp": "^2.1"
    }
}
