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": "f28e8f490414ae13e83fa29ac4abe2ad",
8    "packages": [
9        {
10            "name": "freedsx/asn1",
11            "version": "0.4.7",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/FreeDSx/ASN1.git",
15                "reference": "aea7159cb82f6567143db4ba6fd119e8f791c3fb"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/FreeDSx/ASN1/zipball/aea7159cb82f6567143db4ba6fd119e8f791c3fb",
20                "reference": "aea7159cb82f6567143db4ba6fd119e8f791c3fb",
21                "shasum": ""
22            },
23            "require": {
24                "php": ">=7.1"
25            },
26            "require-dev": {
27                "friends-of-phpspec/phpspec-code-coverage": "^4.3|^6.1",
28                "phpspec/phpspec": "^5.1|^6.1|^7.1",
29                "phpstan/phpstan": "^0.11.15|^0.12",
30                "slevomat/coding-standard": "~7.0",
31                "squizlabs/php_codesniffer": "3.*",
32                "symplify/easy-coding-standard": "^6.1|^7.3|^9.0"
33            },
34            "suggest": {
35                "ext-gmp": "For big integer support in Integer/Enumerated/OID types and tag numbers."
36            },
37            "type": "library",
38            "autoload": {
39                "psr-4": {
40                    "FreeDSx\\Asn1\\": "src/FreeDSx/Asn1"
41                }
42            },
43            "notification-url": "https://packagist.org/downloads/",
44            "license": [
45                "MIT"
46            ],
47            "authors": [
48                {
49                    "name": "Chad Sikorra",
50                    "email": "Chad.Sikorra@gmail.com"
51                }
52            ],
53            "description": "An ASN.1 library for PHP.",
54            "homepage": "https://github.com/FreeDSx/ASN1",
55            "keywords": [
56                "DER",
57                "asn.1",
58                "asn1",
59                "ber",
60                "x.690"
61            ],
62            "support": {
63                "issues": "https://github.com/FreeDSx/ASN1/issues",
64                "source": "https://github.com/FreeDSx/ASN1/tree/0.4.7"
65            },
66            "time": "2023-06-06T16:47:22+00:00"
67        },
68        {
69            "name": "freedsx/ldap",
70            "version": "0.8.0",
71            "source": {
72                "type": "git",
73                "url": "https://github.com/FreeDSx/LDAP.git",
74                "reference": "98cf7abe6762cd8062bde6f0bbd9bd8364e7d52a"
75            },
76            "dist": {
77                "type": "zip",
78                "url": "https://api.github.com/repos/FreeDSx/LDAP/zipball/98cf7abe6762cd8062bde6f0bbd9bd8364e7d52a",
79                "reference": "98cf7abe6762cd8062bde6f0bbd9bd8364e7d52a",
80                "shasum": ""
81            },
82            "require": {
83                "freedsx/asn1": "^0.4.0",
84                "freedsx/sasl": "^0.1.0",
85                "freedsx/socket": "^0.5.2",
86                "php": ">=7.1",
87                "psr/log": "^1|^2|^3"
88            },
89            "require-dev": {
90                "friends-of-phpspec/phpspec-code-coverage": "^4.3|^6.1|dev-master",
91                "phpspec/phpspec": "^7.2|^7.1|^6.1|^5.1",
92                "phpstan/phpstan": "^0.12.70",
93                "phpunit/phpunit": "^9.3|^8.0|^7.0",
94                "slevomat/coding-standard": "~7.0",
95                "squizlabs/php_codesniffer": "3.*",
96                "symfony/process": "^3.0|^4.0|^5.0",
97                "symplify/easy-coding-standard": "^6.1|^7.3|^9.0"
98            },
99            "suggest": {
100                "ext-openssl": "For SSL/TLS support and some SASL mechanisms.",
101                "ext-pcntl": "For LDAP server functionality."
102            },
103            "type": "library",
104            "autoload": {
105                "psr-4": {
106                    "FreeDSx\\Ldap\\": "src/FreeDSx/Ldap"
107                }
108            },
109            "notification-url": "https://packagist.org/downloads/",
110            "license": [
111                "MIT"
112            ],
113            "authors": [
114                {
115                    "name": "Chad Sikorra",
116                    "email": "Chad.Sikorra@gmail.com"
117                }
118            ],
119            "description": "A Pure PHP LDAP library",
120            "homepage": "https://github.com/FreeDSx/LDAP",
121            "keywords": [
122                "activedirectory",
123                "ldap",
124                "openldap"
125            ],
126            "support": {
127                "issues": "https://github.com/FreeDSx/LDAP/issues",
128                "source": "https://github.com/FreeDSx/LDAP/tree/0.8.0"
129            },
130            "time": "2022-05-21T19:17:54+00:00"
131        },
132        {
133            "name": "freedsx/sasl",
134            "version": "0.1.1",
135            "source": {
136                "type": "git",
137                "url": "https://github.com/FreeDSx/SASL.git",
138                "reference": "baffafed1a46bd6c28257bf5f8893df0663b158b"
139            },
140            "dist": {
141                "type": "zip",
142                "url": "https://api.github.com/repos/FreeDSx/SASL/zipball/baffafed1a46bd6c28257bf5f8893df0663b158b",
143                "reference": "baffafed1a46bd6c28257bf5f8893df0663b158b",
144                "shasum": ""
145            },
146            "require": {
147                "php": ">=7.1"
148            },
149            "require-dev": {
150                "phpstan/phpstan": "^0.11.12",
151                "phpunit/phpunit": "^7.0",
152                "symplify/easy-coding-standard": "^6.1"
153            },
154            "suggest": {
155                "ext-openssl": "Needed for encryption for certain mechanisms."
156            },
157            "type": "library",
158            "autoload": {
159                "psr-4": {
160                    "FreeDSx\\Sasl\\": "src/FreeDSx/Sasl"
161                }
162            },
163            "notification-url": "https://packagist.org/downloads/",
164            "license": [
165                "MIT"
166            ],
167            "authors": [
168                {
169                    "name": "Chad Sikorra",
170                    "email": "Chad.Sikorra@gmail.com"
171                }
172            ],
173            "description": "A Pure PHP SASL Library",
174            "homepage": "https://github.com/FreeDSx/SASL",
175            "keywords": [
176                "CRAM-MD5",
177                "DIGEST-MD5",
178                "sasl"
179            ],
180            "support": {
181                "issues": "https://github.com/FreeDSx/SASL/issues",
182                "source": "https://github.com/FreeDSx/SASL/tree/0.1.1"
183            },
184            "time": "2019-12-10T01:45:19+00:00"
185        },
186        {
187            "name": "freedsx/socket",
188            "version": "0.5.2",
189            "source": {
190                "type": "git",
191                "url": "https://github.com/FreeDSx/Socket.git",
192                "reference": "3a4949f39d87fe70a0fc838d47aaf0bf8c900c3e"
193            },
194            "dist": {
195                "type": "zip",
196                "url": "https://api.github.com/repos/FreeDSx/Socket/zipball/3a4949f39d87fe70a0fc838d47aaf0bf8c900c3e",
197                "reference": "3a4949f39d87fe70a0fc838d47aaf0bf8c900c3e",
198                "shasum": ""
199            },
200            "require": {
201                "php": ">=7.1"
202            },
203            "require-dev": {
204                "freedsx/asn1": "^0.4.0",
205                "friends-of-phpspec/phpspec-code-coverage": "^4.3|^6.1",
206                "phpspec/phpspec": "^5.1|^6.1|^7.1",
207                "phpstan/phpstan": "^0.12"
208            },
209            "suggest": {
210                "ext-openssl": "For SSL/TLS support.",
211                "freedsx/asn1": "For ASN.1 based message queues."
212            },
213            "type": "library",
214            "autoload": {
215                "psr-4": {
216                    "FreeDSx\\Socket\\": "src/FreeDSx/Socket"
217                }
218            },
219            "notification-url": "https://packagist.org/downloads/",
220            "license": [
221                "MIT"
222            ],
223            "authors": [
224                {
225                    "name": "Chad Sikorra",
226                    "email": "Chad.Sikorra@gmail.com"
227                }
228            ],
229            "description": "A simple socket library for FreeDSx",
230            "homepage": "https://github.com/FreeDSx/Socket",
231            "keywords": [
232                "Socket",
233                "tcp",
234                "udp"
235            ],
236            "support": {
237                "issues": "https://github.com/FreeDSx/Socket/issues",
238                "source": "https://github.com/FreeDSx/Socket/tree/0.5.2"
239            },
240            "time": "2021-12-31T22:39:06+00:00"
241        },
242        {
243            "name": "psr/log",
244            "version": "1.1.4",
245            "source": {
246                "type": "git",
247                "url": "https://github.com/php-fig/log.git",
248                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
249            },
250            "dist": {
251                "type": "zip",
252                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
253                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
254                "shasum": ""
255            },
256            "require": {
257                "php": ">=5.3.0"
258            },
259            "type": "library",
260            "extra": {
261                "branch-alias": {
262                    "dev-master": "1.1.x-dev"
263                }
264            },
265            "autoload": {
266                "psr-4": {
267                    "Psr\\Log\\": "Psr/Log/"
268                }
269            },
270            "notification-url": "https://packagist.org/downloads/",
271            "license": [
272                "MIT"
273            ],
274            "authors": [
275                {
276                    "name": "PHP-FIG",
277                    "homepage": "https://www.php-fig.org/"
278                }
279            ],
280            "description": "Common interface for logging libraries",
281            "homepage": "https://github.com/php-fig/log",
282            "keywords": [
283                "log",
284                "psr",
285                "psr-3"
286            ],
287            "support": {
288                "source": "https://github.com/php-fig/log/tree/1.1.4"
289            },
290            "time": "2021-05-03T11:20:27+00:00"
291        }
292    ],
293    "packages-dev": [],
294    "aliases": [],
295    "minimum-stability": "stable",
296    "stability-flags": [],
297    "prefer-stable": false,
298    "prefer-lowest": false,
299    "platform": [],
300    "platform-dev": [],
301    "platform-overrides": {
302        "php": "7.4"
303    },
304    "plugin-api-version": "2.3.0"
305}
306