Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
    "packages": [
3
        {
4
            "name": "apereo/phpcas",
5
            "version": "1.6.0",
6
            "version_normalized": "1.6.0.0",
7
            "source": {
8
                "type": "git",
9
                "url": "https://github.com/apereo/phpCAS.git",
10
                "reference": "f817c72a961484afef95ac64a9257c8e31f063b9"
11
            },
12
            "dist": {
13
                "type": "zip",
14
                "url": "https://api.github.com/repos/apereo/phpCAS/zipball/f817c72a961484afef95ac64a9257c8e31f063b9",
15
                "reference": "f817c72a961484afef95ac64a9257c8e31f063b9",
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": "2022-10-31T20:39:27+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
                "classmap": [
39
                    "source/"
40
                ]
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "Apache-2.0"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Joachim Fritschi",
49
                    "email": "jfritschi@freenet.de",
50
                    "homepage": "https://github.com/jfritschi"
51
                },
52
                {
53
                    "name": "Adam Franco",
54
                    "homepage": "https://github.com/adamfranco"
55
                },
56
                {
57
                    "name": "Henry Pan",
58
                    "homepage": "https://github.com/phy25"
59
                }
60
            ],
61
            "description": "Provides a simple API for authenticating users against a CAS server",
62
            "homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
63
            "keywords": [
64
                "apereo",
65
                "cas",
66
                "jasig"
67
            ],
68
            "support": {
69
                "issues": "https://github.com/apereo/phpCAS/issues",
70
                "source": "https://github.com/apereo/phpCAS/tree/1.6.0"
71
            },
72
            "install-path": "../apereo/phpcas"
73
        },
74
        {
75
            "name": "psr/log",
76
            "version": "1.1.4",
77
            "version_normalized": "1.1.4.0",
78
            "source": {
79
                "type": "git",
80
                "url": "https://github.com/php-fig/log.git",
81
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
82
            },
83
            "dist": {
84
                "type": "zip",
85
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
86
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
87
                "shasum": ""
88
            },
89
            "require": {
90
                "php": ">=5.3.0"
91
            },
92
            "time": "2021-05-03T11:20:27+00:00",
93
            "type": "library",
94
            "extra": {
95
                "branch-alias": {
96
                    "dev-master": "1.1.x-dev"
97
                }
98
            },
99
            "installation-source": "dist",
100
            "autoload": {
101
                "psr-4": {
102
                    "Psr\\Log\\": "Psr/Log/"
103
                }
104
            },
105
            "notification-url": "https://packagist.org/downloads/",
106
            "license": [
107
                "MIT"
108
            ],
109
            "authors": [
110
                {
111
                    "name": "PHP-FIG",
112
                    "homepage": "https://www.php-fig.org/"
113
                }
114
            ],
115
            "description": "Common interface for logging libraries",
116
            "homepage": "https://github.com/php-fig/log",
117
            "keywords": [
118
                "log",
119
                "psr",
120
                "psr-3"
121
            ],
122
            "support": {
123
                "source": "https://github.com/php-fig/log/tree/1.1.4"
124
            },
125
            "install-path": "../psr/log"
126
        }
127
    ],
128
    "dev": true,
129
    "dev-package-names": []
130
}