This repository was archived by the owner on Sep 19, 2019. It is now read-only.
forked from uhm-coe/authorizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
112 lines (112 loc) · 3.57 KB
/
composer.lock
File metadata and controls
112 lines (112 loc) · 3.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "cd474f770f5ef3b804c5566b0969da33",
"packages": [
{
"name": "freedsx/asn1",
"version": "0.1.2",
"source": {
"type": "git",
"url": "https://github.com/FreeDSx/ASN1.git",
"reference": "0b48086cfe7fce318699496819522ff079cba21c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FreeDSx/ASN1/zipball/0b48086cfe7fce318699496819522ff079cba21c",
"reference": "0b48086cfe7fce318699496819522ff079cba21c",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpspec/phpspec": "^4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"FreeDSx\\Asn1\\": "src/FreeDSx/Asn1"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chad Sikorra",
"email": "Chad.Sikorra@gmail.com"
}
],
"description": "An ASN.1 library for PHP.",
"homepage": "https://github.com/FreeDSx/ASN1",
"keywords": [
"DER",
"asn.1",
"asn1",
"ber",
"x.690"
],
"time": "2018-04-15T15:52:44+00:00"
},
{
"name": "freedsx/ldap",
"version": "0.4.0",
"source": {
"type": "git",
"url": "https://github.com/FreeDSx/LDAP.git",
"reference": "e6a62b8e279a5fb6d9fd54ceb1e623fca02b5358"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FreeDSx/LDAP/zipball/e6a62b8e279a5fb6d9fd54ceb1e623fca02b5358",
"reference": "e6a62b8e279a5fb6d9fd54ceb1e623fca02b5358",
"shasum": ""
},
"require": {
"freedsx/asn1": "^0.1.0",
"php": ">=7.1"
},
"require-dev": {
"phpspec/phpspec": "^4.0"
},
"suggest": {
"ext-openssl": "For SSL/TLS support."
},
"type": "library",
"autoload": {
"psr-4": {
"FreeDSx\\Ldap\\": "src/FreeDSx/Ldap"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chad Sikorra",
"email": "Chad.Sikorra@gmail.com"
}
],
"description": "A Pure PHP LDAP library",
"homepage": "https://github.com/FreeDSx/LDAP",
"keywords": [
"ldap"
],
"time": "2018-04-20T20:53:30+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}