1{
2    "name": "sabre/uri",
3    "description": "Functions for making sense out of URIs.",
4    "keywords": [
5        "URI",
6        "URL",
7        "rfc3986"
8    ],
9    "homepage": "http://sabre.io/uri/",
10    "license": "BSD-3-Clause",
11    "require": {
12        "php": ">=5.4.7"
13    },
14    "authors": [
15        {
16            "name": "Evert Pot",
17            "email": "me@evertpot.com",
18            "homepage": "http://evertpot.com/",
19            "role": "Developer"
20        }
21    ],
22    "support": {
23        "forum": "https://groups.google.com/group/sabredav-discuss",
24        "source": "https://github.com/fruux/sabre-uri"
25    },
26    "autoload": {
27        "files" : [
28            "lib/functions.php"
29        ],
30        "psr-4" : {
31            "Sabre\\Uri\\" : "lib/"
32        }
33    },
34    "require-dev": {
35        "sabre/cs": "~1.0.0",
36        "phpunit/phpunit" : ">=4.0,<6.0"
37    },
38    "config" : {
39        "bin-dir" : "bin/"
40    }
41}
42