{
    "name": "helhum/config-loader",
    "description" : "Generic config loader with context and environment support.",
    "license": "GPL-2.0-or-later",
    "require": {
        "php": ">=7.2"
    },
    "require-dev": {
        "symfony/yaml": "^2.8 || ^3.3 || ^4.0 || ^5.0 || ^6.0",
        "phpunit/phpunit": "^8.5",
        "php-parallel-lint/php-parallel-lint": "^1.2"
    },
    "suggest": {
        "ext-yaml": "For improved performance when parsing yaml files you should use the PECL YAML Parser php extension",
        "symfony/yaml": "To be able to parse yaml files, you will need symfony/yaml"
    },
    "autoload": {
        "psr-4": {
            "Helhum\\ConfigLoader\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Helhum\\ConfigLoader\\Tests\\": "tests"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-main": "1.0.x-dev"
        }
    }
}
