{
    "name": "webignition/url",
    "description": "Represents a URL, a library to be used in many other places. Applies semantically-lossless normalisation for comparisons.",
    "keywords": ["url"],
    "homepage": "https://github.com/webignition/url",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Jon Cram",
            "email": "jon@webignition.net"
        }
    ],
    "autoload": {
        "psr-0": { "": "src/" }
    },    
    "require": {
        "php": ">=5.3.0",
        "ext-intl": "*"
    }
}