{
    "name": "webignition/disallowed-character-terminated-string",
    "description": "A string terminated by one or more disallowed characters",
    "keywords": ["string", "terminated"],
    "homepage": "https://github.com/webignition/disallowed-character-terminated-string",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Jon Cram",
            "email": "jon@webignition.net"
        }
    ],
    "autoload": {
        "psr-0": { "": "src/" }
    },    
    "require": {
        "php": ">=5.3.0"
    }    
}