{
    "name": "steevanb/php-yaml",
    "license": "MIT",
    "type": "lib",
    "description": "Add some features to symfony/yaml",
    "autoload": {
        "psr-4": { "steevanb\\PhpYaml\\": "" }
    },
    "require": {
        "symfony/yaml": "^3.1||^4.0"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/steevanb/php-yaml.git"
        }
    ]
}
