xref: /plugin/pureldap/vendor/composer/installed.json (revision a1fd61bad19af47d542046b33c29833512eb7d62)
1[
2    {
3        "name": "freedsx/asn1",
4        "version": "0.4.1",
5        "version_normalized": "0.4.1.0",
6        "source": {
7            "type": "git",
8            "url": "https://github.com/FreeDSx/ASN1.git",
9            "reference": "d1f7c9dc0bbe047a95a527cd134e3d7dece97ac3"
10        },
11        "dist": {
12            "type": "zip",
13            "url": "https://api.github.com/repos/FreeDSx/ASN1/zipball/d1f7c9dc0bbe047a95a527cd134e3d7dece97ac3",
14            "reference": "d1f7c9dc0bbe047a95a527cd134e3d7dece97ac3",
15            "shasum": ""
16        },
17        "require": {
18            "php": ">=7.1"
19        },
20        "require-dev": {
21            "phpspec/phpspec": "^5.0"
22        },
23        "suggest": {
24            "ext-gmp": "For big integer support in Integer/Enumerated/OID types and tag numbers."
25        },
26        "time": "2019-03-10T22:33:37+00:00",
27        "type": "library",
28        "installation-source": "dist",
29        "autoload": {
30            "psr-4": {
31                "FreeDSx\\Asn1\\": "src/FreeDSx/Asn1"
32            }
33        },
34        "notification-url": "https://packagist.org/downloads/",
35        "license": [
36            "MIT"
37        ],
38        "authors": [
39            {
40                "name": "Chad Sikorra",
41                "email": "Chad.Sikorra@gmail.com"
42            }
43        ],
44        "description": "An ASN.1 library for PHP.",
45        "homepage": "https://github.com/FreeDSx/ASN1",
46        "keywords": [
47            "DER",
48            "asn.1",
49            "asn1",
50            "ber",
51            "x.690"
52        ]
53    },
54    {
55        "name": "freedsx/ldap",
56        "version": "0.6.0",
57        "version_normalized": "0.6.0.0",
58        "source": {
59            "type": "git",
60            "url": "https://github.com/FreeDSx/LDAP.git",
61            "reference": "3d20f4071e73f7471d752e28a035249cae3e68d8"
62        },
63        "dist": {
64            "type": "zip",
65            "url": "https://api.github.com/repos/FreeDSx/LDAP/zipball/3d20f4071e73f7471d752e28a035249cae3e68d8",
66            "reference": "3d20f4071e73f7471d752e28a035249cae3e68d8",
67            "shasum": ""
68        },
69        "require": {
70            "freedsx/asn1": "^0.4.0",
71            "freedsx/sasl": "^0.1.0",
72            "freedsx/socket": "^0.4.0",
73            "php": ">=7.1"
74        },
75        "require-dev": {
76            "friends-of-phpspec/phpspec-code-coverage": "^4.3",
77            "phpspec/phpspec": "^5.1|^6.1",
78            "phpstan/phpstan": "^0.11.15",
79            "phpstan/phpstan-strict-rules": "^0.11.1",
80            "phpunit/phpunit": "^8.0|^7.0",
81            "symplify/easy-coding-standard": "^6.1"
82        },
83        "suggest": {
84            "ext-openssl": "For SSL/TLS support and some SASL mechanisms."
85        },
86        "time": "2019-12-14T18:46:53+00:00",
87        "type": "library",
88        "installation-source": "dist",
89        "autoload": {
90            "psr-4": {
91                "FreeDSx\\Ldap\\": "src/FreeDSx/Ldap"
92            }
93        },
94        "notification-url": "https://packagist.org/downloads/",
95        "license": [
96            "MIT"
97        ],
98        "authors": [
99            {
100                "name": "Chad Sikorra",
101                "email": "Chad.Sikorra@gmail.com"
102            }
103        ],
104        "description": "A Pure PHP LDAP library",
105        "homepage": "https://github.com/FreeDSx/LDAP",
106        "keywords": [
107            "ldap"
108        ]
109    },
110    {
111        "name": "freedsx/sasl",
112        "version": "0.1.1",
113        "version_normalized": "0.1.1.0",
114        "source": {
115            "type": "git",
116            "url": "https://github.com/FreeDSx/SASL.git",
117            "reference": "baffafed1a46bd6c28257bf5f8893df0663b158b"
118        },
119        "dist": {
120            "type": "zip",
121            "url": "https://api.github.com/repos/FreeDSx/SASL/zipball/baffafed1a46bd6c28257bf5f8893df0663b158b",
122            "reference": "baffafed1a46bd6c28257bf5f8893df0663b158b",
123            "shasum": ""
124        },
125        "require": {
126            "php": ">=7.1"
127        },
128        "require-dev": {
129            "phpstan/phpstan": "^0.11.12",
130            "phpunit/phpunit": "^7.0",
131            "symplify/easy-coding-standard": "^6.1"
132        },
133        "suggest": {
134            "ext-openssl": "Needed for encryption for certain mechanisms."
135        },
136        "time": "2019-12-10T01:45:19+00:00",
137        "type": "library",
138        "installation-source": "dist",
139        "autoload": {
140            "psr-4": {
141                "FreeDSx\\Sasl\\": "src/FreeDSx/Sasl"
142            }
143        },
144        "notification-url": "https://packagist.org/downloads/",
145        "license": [
146            "MIT"
147        ],
148        "authors": [
149            {
150                "name": "Chad Sikorra",
151                "email": "Chad.Sikorra@gmail.com"
152            }
153        ],
154        "description": "A Pure PHP SASL Library",
155        "homepage": "https://github.com/FreeDSx/SASL",
156        "keywords": [
157            "CRAM-MD5",
158            "DIGEST-MD5",
159            "sasl"
160        ]
161    },
162    {
163        "name": "freedsx/socket",
164        "version": "0.4.0",
165        "version_normalized": "0.4.0.0",
166        "source": {
167            "type": "git",
168            "url": "https://github.com/FreeDSx/Socket.git",
169            "reference": "b517b61900c8cbb7b07a38338998c2c3682cdee8"
170        },
171        "dist": {
172            "type": "zip",
173            "url": "https://api.github.com/repos/FreeDSx/Socket/zipball/b517b61900c8cbb7b07a38338998c2c3682cdee8",
174            "reference": "b517b61900c8cbb7b07a38338998c2c3682cdee8",
175            "shasum": ""
176        },
177        "require": {
178            "php": ">=7.1"
179        },
180        "require-dev": {
181            "freedsx/asn1": "^0.4.0",
182            "friends-of-phpspec/phpspec-code-coverage": "^4.3",
183            "phpspec/phpspec": "^5.1|^6.1",
184            "phpstan/phpstan": "^0.11.15",
185            "phpstan/phpstan-strict-rules": "^0.11.1"
186        },
187        "suggest": {
188            "ext-openssl": "For SSL/TLS support.",
189            "freedsx/asn1": "For ASN.1 based message queues."
190        },
191        "time": "2019-12-14T17:31:33+00:00",
192        "type": "library",
193        "installation-source": "dist",
194        "autoload": {
195            "psr-4": {
196                "FreeDSx\\Socket\\": "src/FreeDSx/Socket"
197            }
198        },
199        "notification-url": "https://packagist.org/downloads/",
200        "license": [
201            "MIT"
202        ],
203        "authors": [
204            {
205                "name": "Chad Sikorra",
206                "email": "Chad.Sikorra@gmail.com"
207            }
208        ],
209        "description": "A simple socket library for FreeDSx",
210        "homepage": "https://github.com/FreeDSx/Socket",
211        "keywords": [
212            "Socket",
213            "tcp",
214            "udp"
215        ]
216    }
217]
218