{
    "name": "tbachert/spi",
    "description": "Service provider loading facility",
    "keywords": ["service provider"],
    "type": "composer-plugin",
    "license": "Apache-2.0",
    "require": {
        "php": "^8.1",
        "composer-plugin-api": "^2.0",
        "composer/semver": "^1.0 || ^2.0 || ^3.0"
    },
    "require-dev": {
        "composer/composer": "^2.0",
        "infection/infection": "^0.27.9",
        "phpunit/phpunit": "^10.5",
        "psalm/phar": "^5.18"
    },
    "autoload": {
        "psr-4": {
            "Nevay\\SPI\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Nevay\\SPI\\": "tests/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-main": "1.0.x-dev"
        },
        "class": "Nevay\\SPI\\Composer\\Plugin",
        "plugin-optional": true
    },
    "config": {
        "allow-plugins": {
            "infection/extension-installer": true
        },
        "sort-packages": true
    }
}
