xref: /plugin/pureldap/composer.lock (revision 9446f9efcf6a07f32e7ce6e6706899c1a2a9ef42)
1{
2    "_readme": [
3        "This file locks the dependencies of your project to a known state",
4        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "68331910b2b6e6c41b3f63d8ebf61913",
8    "packages": [
9        {
10            "name": "freedsx/asn1",
11            "version": "0.4.4",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/FreeDSx/ASN1.git",
15                "reference": "639dc827bfd2750b90972d05dccd1c303f91de39"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/FreeDSx/ASN1/zipball/639dc827bfd2750b90972d05dccd1c303f91de39",
20                "reference": "639dc827bfd2750b90972d05dccd1c303f91de39",
21                "shasum": ""
22            },
23            "require": {
24                "php": ">=7.1"
25            },
26            "require-dev": {
27                "friends-of-phpspec/phpspec-code-coverage": "^4.3",
28                "phpspec/phpspec": "^5.1|^6.1",
29                "phpstan/phpstan": "^0.11.15"
30            },
31            "suggest": {
32                "ext-gmp": "For big integer support in Integer/Enumerated/OID types and tag numbers."
33            },
34            "type": "library",
35            "autoload": {
36                "psr-4": {
37                    "FreeDSx\\Asn1\\": "src/FreeDSx/Asn1"
38                }
39            },
40            "notification-url": "https://packagist.org/downloads/",
41            "license": [
42                "MIT"
43            ],
44            "authors": [
45                {
46                    "name": "Chad Sikorra",
47                    "email": "Chad.Sikorra@gmail.com"
48                }
49            ],
50            "description": "An ASN.1 library for PHP.",
51            "homepage": "https://github.com/FreeDSx/ASN1",
52            "keywords": [
53                "DER",
54                "asn.1",
55                "asn1",
56                "ber",
57                "x.690"
58            ],
59            "support": {
60                "issues": "https://github.com/FreeDSx/ASN1/issues",
61                "source": "https://github.com/FreeDSx/ASN1/tree/0.4.4"
62            },
63            "time": "2020-10-04T18:16:17+00:00"
64        },
65        {
66            "name": "freedsx/ldap",
67            "version": "0.6.0",
68            "source": {
69                "type": "git",
70                "url": "https://github.com/FreeDSx/LDAP.git",
71                "reference": "3d20f4071e73f7471d752e28a035249cae3e68d8"
72            },
73            "dist": {
74                "type": "zip",
75                "url": "https://api.github.com/repos/FreeDSx/LDAP/zipball/3d20f4071e73f7471d752e28a035249cae3e68d8",
76                "reference": "3d20f4071e73f7471d752e28a035249cae3e68d8",
77                "shasum": ""
78            },
79            "require": {
80                "freedsx/asn1": "^0.4.0",
81                "freedsx/sasl": "^0.1.0",
82                "freedsx/socket": "^0.4.0",
83                "php": ">=7.1"
84            },
85            "require-dev": {
86                "friends-of-phpspec/phpspec-code-coverage": "^4.3",
87                "phpspec/phpspec": "^5.1|^6.1",
88                "phpstan/phpstan": "^0.11.15",
89                "phpstan/phpstan-strict-rules": "^0.11.1",
90                "phpunit/phpunit": "^8.0|^7.0",
91                "symplify/easy-coding-standard": "^6.1"
92            },
93            "suggest": {
94                "ext-openssl": "For SSL/TLS support and some SASL mechanisms."
95            },
96            "type": "library",
97            "autoload": {
98                "psr-4": {
99                    "FreeDSx\\Ldap\\": "src/FreeDSx/Ldap"
100                }
101            },
102            "notification-url": "https://packagist.org/downloads/",
103            "license": [
104                "MIT"
105            ],
106            "authors": [
107                {
108                    "name": "Chad Sikorra",
109                    "email": "Chad.Sikorra@gmail.com"
110                }
111            ],
112            "description": "A Pure PHP LDAP library",
113            "homepage": "https://github.com/FreeDSx/LDAP",
114            "keywords": [
115                "ldap"
116            ],
117            "support": {
118                "issues": "https://github.com/FreeDSx/LDAP/issues",
119                "source": "https://github.com/FreeDSx/LDAP/tree/0.6.0"
120            },
121            "time": "2019-12-14T18:46:53+00:00"
122        },
123        {
124            "name": "freedsx/sasl",
125            "version": "0.1.1",
126            "source": {
127                "type": "git",
128                "url": "https://github.com/FreeDSx/SASL.git",
129                "reference": "baffafed1a46bd6c28257bf5f8893df0663b158b"
130            },
131            "dist": {
132                "type": "zip",
133                "url": "https://api.github.com/repos/FreeDSx/SASL/zipball/baffafed1a46bd6c28257bf5f8893df0663b158b",
134                "reference": "baffafed1a46bd6c28257bf5f8893df0663b158b",
135                "shasum": ""
136            },
137            "require": {
138                "php": ">=7.1"
139            },
140            "require-dev": {
141                "phpstan/phpstan": "^0.11.12",
142                "phpunit/phpunit": "^7.0",
143                "symplify/easy-coding-standard": "^6.1"
144            },
145            "suggest": {
146                "ext-openssl": "Needed for encryption for certain mechanisms."
147            },
148            "type": "library",
149            "autoload": {
150                "psr-4": {
151                    "FreeDSx\\Sasl\\": "src/FreeDSx/Sasl"
152                }
153            },
154            "notification-url": "https://packagist.org/downloads/",
155            "license": [
156                "MIT"
157            ],
158            "authors": [
159                {
160                    "name": "Chad Sikorra",
161                    "email": "Chad.Sikorra@gmail.com"
162                }
163            ],
164            "description": "A Pure PHP SASL Library",
165            "homepage": "https://github.com/FreeDSx/SASL",
166            "keywords": [
167                "CRAM-MD5",
168                "DIGEST-MD5",
169                "sasl"
170            ],
171            "support": {
172                "issues": "https://github.com/FreeDSx/SASL/issues",
173                "source": "https://github.com/FreeDSx/SASL/tree/0.1.1"
174            },
175            "time": "2019-12-10T01:45:19+00:00"
176        },
177        {
178            "name": "freedsx/socket",
179            "version": "0.4.0",
180            "source": {
181                "type": "git",
182                "url": "https://github.com/FreeDSx/Socket.git",
183                "reference": "b517b61900c8cbb7b07a38338998c2c3682cdee8"
184            },
185            "dist": {
186                "type": "zip",
187                "url": "https://api.github.com/repos/FreeDSx/Socket/zipball/b517b61900c8cbb7b07a38338998c2c3682cdee8",
188                "reference": "b517b61900c8cbb7b07a38338998c2c3682cdee8",
189                "shasum": ""
190            },
191            "require": {
192                "php": ">=7.1"
193            },
194            "require-dev": {
195                "freedsx/asn1": "^0.4.0",
196                "friends-of-phpspec/phpspec-code-coverage": "^4.3",
197                "phpspec/phpspec": "^5.1|^6.1",
198                "phpstan/phpstan": "^0.11.15",
199                "phpstan/phpstan-strict-rules": "^0.11.1"
200            },
201            "suggest": {
202                "ext-openssl": "For SSL/TLS support.",
203                "freedsx/asn1": "For ASN.1 based message queues."
204            },
205            "type": "library",
206            "autoload": {
207                "psr-4": {
208                    "FreeDSx\\Socket\\": "src/FreeDSx/Socket"
209                }
210            },
211            "notification-url": "https://packagist.org/downloads/",
212            "license": [
213                "MIT"
214            ],
215            "authors": [
216                {
217                    "name": "Chad Sikorra",
218                    "email": "Chad.Sikorra@gmail.com"
219                }
220            ],
221            "description": "A simple socket library for FreeDSx",
222            "homepage": "https://github.com/FreeDSx/Socket",
223            "keywords": [
224                "Socket",
225                "tcp",
226                "udp"
227            ],
228            "support": {
229                "issues": "https://github.com/FreeDSx/Socket/issues",
230                "source": "https://github.com/FreeDSx/Socket/tree/0.4.0"
231            },
232            "time": "2019-12-14T17:31:33+00:00"
233        }
234    ],
235    "packages-dev": [],
236    "aliases": [],
237    "minimum-stability": "stable",
238    "stability-flags": [],
239    "prefer-stable": false,
240    "prefer-lowest": false,
241    "platform": [],
242    "platform-dev": [],
243    "plugin-api-version": "2.1.0"
244}
245