{
    "name": "mociof/no-unsafe-inline",
    "version": "1.3.0",
    "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",
        "league/uri": "^6.5",
        "scrivo/highlight.php": "^9.18",
        "league/uri-components": "^2.4",
        "rubix/ml": "^2.0",
        "rubix/tensor": "^3.0",
        "symfony/polyfill-php81": "^1.31",
        "masterminds/html5": "^2.10",
        "dekor/php-array-table": "^2.0"
    },
    "autoload": {
        "psr-4": {
            "NUNIL\\": "src/",
            "Rubix\\ML\\": "src/rubix/ml/"
        }
    },
    "require-dev": {
        "phpstan/phpstan": "^2.0",
        "phpstan/phpstan-deprecation-rules": "^2.0",
        "szepeviktor/phpstan-wordpress": "^2.0",
        "phpstan/extension-installer": "^1.2",
        "sinsquare/phpdoc-formatter": "^0.1.3",
        "phpunit/phpunit": "^5.7.21 || ^6.5 || ^7.5 || ^9.0",
        "yoast/phpunit-polyfills": "^2.0",
        "wp-coding-standards/wpcs": "^3",
        "dealerdirect/phpcodesniffer-composer-installer": "^1",
        "phpcompatibility/phpcompatibility-wp": "^2.1-",
        "automattic/vipwpcs": "^3.0"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "phpstan/extension-installer": true
        },
        "platform": {
            "php": "7.4"
        }
    }
}
