{
    "name": "phlak/splat",
    "description": "Glob-like pattern matching and utilities",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Chris Kankiewicz",
            "email": "Chris@ChrisKankiewicz.com"
        }
    ],
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/PHLAK"
        },
        {
            "type": "paypal",
            "url": "https://paypal.me/ChrisKankiewicz"
        }
    ],
    "require": {
        "php": ">=7.2",
        "symfony/finder": "^5.0"
    },
    "require-dev": {
        "php": ">=7.2",
        "friendsofphp/php-cs-fixer": "^2.10",
        "phlak/coding-standards": "^1.2",
        "phpunit/phpunit": "^8.0 || ^9.0",
        "psy/psysh": "^0.10",
        "symfony/var-dumper": "^5.0",
        "vimeo/psalm": "^4.7",
        "yoast/phpunit-polyfills": "^0.2.0"
    },
    "autoload": {
        "psr-4": {
            "PHLAK\\Splat\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "config": {
        "sort-packages": true,
        "optimize-autoloader": true
    }
}
