{
    "name": "lokhman/silex-config",
    "type": "library",
    "description": "Silex 2.0+ service provider for lightweight framework configuration",
    "keywords": ["silex", "tools", "config"],
    "license": "MIT",
    "authors": [{
        "name": "Alexander Lokhman",
        "email": "alex.lokhman@gmail.com"
    }],
    "autoload": {
        "psr-4": {
            "Lokhman\\Silex\\": "src/Silex"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Lokhman\\Silex\\Tests\\": "tests/Silex"
        }
    },
    "require": {
        "silex/silex": "~2.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.7 || ^6.0"
    }
}
