1{
2    "packages": [
3        {
4            "name": "apereo/phpcas",
5            "version": "1.6.1",
6            "version_normalized": "1.6.1.0",
7            "source": {
8                "type": "git",
9                "url": "https://github.com/apereo/phpCAS.git",
10                "reference": "c129708154852656aabb13d8606cd5b12dbbabac"
11            },
12            "dist": {
13                "type": "zip",
14                "url": "https://api.github.com/repos/apereo/phpCAS/zipball/c129708154852656aabb13d8606cd5b12dbbabac",
15                "reference": "c129708154852656aabb13d8606cd5b12dbbabac",
16                "shasum": ""
17            },
18            "require": {
19                "ext-curl": "*",
20                "ext-dom": "*",
21                "php": ">=7.1.0",
22                "psr/log": "^1.0 || ^2.0 || ^3.0"
23            },
24            "require-dev": {
25                "monolog/monolog": "^1.0.0 || ^2.0.0",
26                "phpstan/phpstan": "^1.5",
27                "phpunit/phpunit": ">=7.5"
28            },
29            "time": "2023-02-19T19:52:35+00:00",
30            "type": "library",
31            "extra": {
32                "branch-alias": {
33                    "dev-master": "1.3.x-dev"
34                }
35            },
36            "installation-source": "dist",
37            "autoload": {
38                "files": [
39                    "source/CAS.php"
40                ],
41                "classmap": [
42                    "source/"
43                ]
44            },
45            "notification-url": "https://packagist.org/downloads/",
46            "license": [
47                "Apache-2.0"
48            ],
49            "authors": [
50                {
51                    "name": "Joachim Fritschi",
52                    "email": "jfritschi@freenet.de",
53                    "homepage": "https://github.com/jfritschi"
54                },
55                {
56                    "name": "Adam Franco",
57                    "homepage": "https://github.com/adamfranco"
58                },
59                {
60                    "name": "Henry Pan",
61                    "homepage": "https://github.com/phy25"
62                }
63            ],
64            "description": "Provides a simple API for authenticating users against a CAS server",
65            "homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
66            "keywords": [
67                "apereo",
68                "cas",
69                "jasig"
70            ],
71            "support": {
72                "issues": "https://github.com/apereo/phpCAS/issues",
73                "source": "https://github.com/apereo/phpCAS/tree/1.6.1"
74            },
75            "install-path": "../apereo/phpcas"
76        },
77        {
78            "name": "psr/log",
79            "version": "1.1.4",
80            "version_normalized": "1.1.4.0",
81            "source": {
82                "type": "git",
83                "url": "https://github.com/php-fig/log.git",
84                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
85            },
86            "dist": {
87                "type": "zip",
88                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
89                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
90                "shasum": ""
91            },
92            "require": {
93                "php": ">=5.3.0"
94            },
95            "time": "2021-05-03T11:20:27+00:00",
96            "type": "library",
97            "extra": {
98                "branch-alias": {
99                    "dev-master": "1.1.x-dev"
100                }
101            },
102            "installation-source": "dist",
103            "autoload": {
104                "psr-4": {
105                    "Psr\\Log\\": "Psr/Log/"
106                }
107            },
108            "notification-url": "https://packagist.org/downloads/",
109            "license": [
110                "MIT"
111            ],
112            "authors": [
113                {
114                    "name": "PHP-FIG",
115                    "homepage": "https://www.php-fig.org/"
116                }
117            ],
118            "description": "Common interface for logging libraries",
119            "homepage": "https://github.com/php-fig/log",
120            "keywords": [
121                "log",
122                "psr",
123                "psr-3"
124            ],
125            "support": {
126                "source": "https://github.com/php-fig/log/tree/1.1.4"
127            },
128            "install-path": "../psr/log"
129        }
130    ],
131    "dev": true,
132    "dev-package-names": []
133}
134