1{
2    "packages": [
3        {
4            "name": "lusitanian/oauth",
5            "version": "v0.8.11",
6            "version_normalized": "0.8.11.0",
7            "source": {
8                "type": "git",
9                "url": "https://github.com/Lusitanian/PHPoAuthLib.git",
10                "reference": "fc11a53db4b66da555a6a11fce294f574a8374f9"
11            },
12            "dist": {
13                "type": "zip",
14                "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/fc11a53db4b66da555a6a11fce294f574a8374f9",
15                "reference": "fc11a53db4b66da555a6a11fce294f574a8374f9",
16                "shasum": ""
17            },
18            "require": {
19                "php": ">=5.3.0"
20            },
21            "require-dev": {
22                "phpunit/phpunit": "3.7.*",
23                "predis/predis": "0.8.*@dev",
24                "squizlabs/php_codesniffer": "2.*",
25                "symfony/http-foundation": "~2.1"
26            },
27            "suggest": {
28                "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
29                "predis/predis": "Allows using the Redis storage backend.",
30                "symfony/http-foundation": "Allows using the Symfony Session storage backend."
31            },
32            "time": "2018-02-14T22:37:14+00:00",
33            "type": "library",
34            "extra": {
35                "branch-alias": {
36                    "dev-master": "0.1-dev"
37                }
38            },
39            "installation-source": "dist",
40            "autoload": {
41                "psr-0": {
42                    "OAuth": "src",
43                    "OAuth\\Unit": "tests"
44                }
45            },
46            "notification-url": "https://packagist.org/downloads/",
47            "license": [
48                "MIT"
49            ],
50            "authors": [
51                {
52                    "name": "David Desberg",
53                    "email": "david@daviddesberg.com"
54                },
55                {
56                    "name": "Elliot Chance",
57                    "email": "elliotchance@gmail.com"
58                },
59                {
60                    "name": "Pieter Hordijk",
61                    "email": "info@pieterhordijk.com"
62                }
63            ],
64            "description": "PHP 5.3+ oAuth 1/2 Library",
65            "keywords": [
66                "Authentication",
67                "authorization",
68                "oauth",
69                "security"
70            ],
71            "install-path": "../lusitanian/oauth"
72        }
73    ],
74    "dev": true,
75    "dev-package-names": []
76}
77