{
    "name": "addiks/stored-sql",
    "license": "MIT",
    "type": "library",
    "description": "For handling, modeling and executing stored SQL (functions, queries, conditions, ...) in different contexts",

    "autoload": {
        "psr-4": {
            "Addiks\\StoredSQL\\Tests\\Unit\\": "php-tests/unit/",
            "Addiks\\StoredSQL\\": "php/"
        }
    },

    "require": {
        "php": ">=8.1",
        "webmozart/assert": "^1.9",
        "dasprid/enum": "^1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5",
        "vimeo/psalm": "^4.5",
        "phpstan/phpstan": "^0.12.0",
        "addiks/more-php-cs-fixers": "v0.2.0",
        "kubawerlos/php-cs-fixer-custom-fixers": "^2.4",
        "phpstan/phpstan-webmozart-assert": "^0.12.12",
        "symfony/yaml": "^5.2",
        "psalm/plugin-phpunit": "^0.15.1",
        "psr/simple-cache": "^1.0 || ^3.0",
        "symfony/cache-contracts": "*"
    },
    "suggest": {
        "psr/simple-cache": "For caching without symfony",
        "symfony/cache-contracts": "For caching with symfony"
    },
    "config": {
        "allow-plugins": {
            "infection/extension-installer": true
        }
    }
}
