{
    "name": "nathanmac/parser",
    "description": "Simple PHP Parser Utility Library for API Development",
    "keywords": [
      "parser",
      "json",
      "xml",
      "API"
    ],
    "homepage": "https://github.com/nathanmac/Parser",
    "license": "MIT",
    "authors": [
        {
            "name": "Nathan Macnamara",
            "email": "hola@nathanmac.com"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "symfony/yaml": "~2.0|~3.0"
    },
    "require-dev": {
        "illuminate/support": "~5.0",
        "phpunit/phpunit": "4.*",
        "mockery/mockery": "0.9.3",
        "scrutinizer/ocular": "^1.1"
    },
    "autoload": {
        "psr-4": {
            "Nathanmac\\Utilities\\Parser\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Nathanmac\\Utilities\\Parser\\Test\\": "tests/"
        }
    },
    "scripts": {
        "test": "phpunit"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "3.x-dev"
        }
    }
}
