{
    "name": "e-ghl/param-validator",
    "description": "validates eGHL API input params array",
    "keywords": [
        "eGHL",
        "parameters",
        "validation"
    ],
    "minimum-stability": "stable",
    "authors": [
        {
            "name": "Jawad Humayun",
            "email": "jawad.humayun@ghl.com"
        }
    ],
    "type": "library",
    "license": "proprietary",
    "repositories": [
        {
            "type": "vcs",
            "url": "https://bitbucket.org/eghl/paramvalidator.git"
        }
    ],
    "require": {
        "e-ghl/exception": "^1.0"
    },
	"require-dev": {  
        "phpunit/phpunit": "4.0.*"
	},  
	"autoload": {  
		"psr-4": {  
			"eGHL\\ParamValidator\\": "src"  
		}  
	} 
}
