{
    "name": "spatie/simple-excel",
    "description": "Read and write simple Excel and CSV files",
    "keywords": [
        "spatie",
        "simple-excel"
    ],
    "homepage": "https://github.com/spatie/simple-excel",
    "license": "MIT",
    "authors": [
        {
            "name": "Freek Van der Herten",
            "email": "freek@spatie.be",
            "homepage": "https://spatie.be",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.3",
        "illuminate/support": "^9.0|^10.0|^11.0|^12.0",
        "openspout/openspout": "^4.30"
    },
    "require-dev": {
        "pestphp/pest-plugin-laravel": "^1.3|^2.3|^3.0",
        "phpunit/phpunit": "^9.4|^10.5|^11.0|^12.0",
        "spatie/pest-plugin-snapshots": "^1.1|^2.1",
        "spatie/phpunit-snapshot-assertions": "^4.0|^5.1",
        "spatie/temporary-directory": "^1.2|^2.2"
    },
    "autoload": {
        "psr-4": {
            "Spatie\\SimpleExcel\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Spatie\\SimpleExcel\\Tests\\": "tests"
        }
    },
    "scripts": {
        "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
        "test": "vendor/bin/pest",
        "test-coverage": "vendor/bin/pest --coverage-html coverage"
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
