{
    "name": "spatie/php-structure-discoverer",
    "description": "Automatically discover structures within your PHP application",
    "keywords": [
        "laravel",
        "php",
        "discover",
        "php-structure-discoverer"
    ],
    "homepage": "https://github.com/spatie/php-structure-discoverer",
    "license": "MIT",
    "authors": [
        {
            "name": "Ruben Van Assche",
            "email": "ruben@spatie.be",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.3",
        "illuminate/collections": "^11.0|^12.0",
        "spatie/laravel-package-tools": "^1.92.7",
        "symfony/finder": "^6.0|^7.3.5|^8.0"
    },
    "require-dev": {
        "amphp/parallel": "^2.3.2",
        "illuminate/console": "^11.0|^12.0",
        "nunomaduro/collision": "^7.0|^8.8.3",
        "orchestra/testbench": "^9.5|^10.8",
        "pestphp/pest": "^3.8|^4.0",
        "pestphp/pest-plugin-laravel": "^3.2|^4.0",
        "phpstan/extension-installer": "^1.4.3",
        "phpstan/phpstan-deprecation-rules": "^1.2.1",
        "phpstan/phpstan-phpunit": "^1.4.2",
        "spatie/laravel-ray": "^1.43.1"
    },
    "suggest" : {
        "amphp/parallel": "When you want to use the Parallel discover worker"
    },
    "autoload": {
        "psr-4": {
            "Spatie\\StructureDiscoverer\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Spatie\\StructureDiscoverer\\Tests\\": "tests"
        }
    },
    "scripts": {
        "analyse": "vendor/bin/phpstan analyse",
        "test": "vendor/bin/pest",
        "test-coverage": "vendor/bin/pest --coverage",
        "format": "vendor/bin/pint"
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true,
            "phpstan/extension-installer": true
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Spatie\\StructureDiscoverer\\StructureDiscovererServiceProvider"
            ]
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
