{
    "name": "stride/lcc-tests",
    "description": "Test suite for Stride UNA custom modules",
    "license": "proprietary",
    "type": "project",
    "require": {
        "php": "^8.1"
    },
    "require-dev": {
        "pestphp/pest": "^1.23"
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "test": "pest",
        "test:okta-integration": "pest --configuration phpunit.okta.xml",
        "test:okta-coverage": "XDEBUG_MODE=coverage pest --configuration phpunit.okta.xml --coverage-clover=ci-reports/okta-clover.xml --coverage-html=ci-reports/okta-coverage",
        "test:coverage": "XDEBUG_MODE=coverage pest --coverage-clover=ci-reports/clover.xml"
    },
    "config": {
        "allow-plugins": {
            "pestphp/pest-plugin": true
        },
        "sort-packages": true
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
