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