{
    "name": "forge12/f12-profiler",
    "description": "WordPress Performance Analysis & Optimization Plugin",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "require": {
        "php": ">=8.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^10.5",
        "phpstan/phpstan": "^1.12",
        "php-stubs/wordpress-stubs": "^6.7",
        "phpstan/extension-installer": "^1.4",
        "szepeviktor/phpstan-wordpress": "^1.3",
        "yoast/phpunit-polyfills": "^2.0",
        "brain/monkey": "^2.6"
    },
    "autoload": {
        "psr-4": {
            "F12Profiler\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "F12Profiler\\Tests\\": "tests/"
        }
    },
    "config": {
        "allow-plugins": {
            "phpstan/extension-installer": true
        },
        "sort-packages": true
    },
    "scripts": {
        "phpstan": "phpstan analyse --memory-limit=512M",
        "test": "phpunit --testdox --colors=always",
        "test:unit": "phpunit --testsuite=unit --testdox --colors=always",
        "test:integration": "phpunit --testsuite=integration --testdox --colors=always"
    }
}
