1{ 2 "packages": [ 3 { 4 "name": "freedsx/asn1", 5 "version": "0.4.7", 6 "version_normalized": "0.4.7.0", 7 "source": { 8 "type": "git", 9 "url": "https://github.com/FreeDSx/ASN1.git", 10 "reference": "aea7159cb82f6567143db4ba6fd119e8f791c3fb" 11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/FreeDSx/ASN1/zipball/aea7159cb82f6567143db4ba6fd119e8f791c3fb", 15 "reference": "aea7159cb82f6567143db4ba6fd119e8f791c3fb", 16 "shasum": "" 17 }, 18 "require": { 19 "php": ">=7.1" 20 }, 21 "require-dev": { 22 "friends-of-phpspec/phpspec-code-coverage": "^4.3|^6.1", 23 "phpspec/phpspec": "^5.1|^6.1|^7.1", 24 "phpstan/phpstan": "^0.11.15|^0.12", 25 "slevomat/coding-standard": "~7.0", 26 "squizlabs/php_codesniffer": "3.*", 27 "symplify/easy-coding-standard": "^6.1|^7.3|^9.0" 28 }, 29 "suggest": { 30 "ext-gmp": "For big integer support in Integer/Enumerated/OID types and tag numbers." 31 }, 32 "time": "2023-06-06T16:47:22+00:00", 33 "type": "library", 34 "installation-source": "dist", 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.7" 62 }, 63 "install-path": "../freedsx/asn1" 64 }, 65 { 66 "name": "freedsx/ldap", 67 "version": "0.8.0", 68 "version_normalized": "0.8.0.0", 69 "source": { 70 "type": "git", 71 "url": "https://github.com/FreeDSx/LDAP.git", 72 "reference": "98cf7abe6762cd8062bde6f0bbd9bd8364e7d52a" 73 }, 74 "dist": { 75 "type": "zip", 76 "url": "https://api.github.com/repos/FreeDSx/LDAP/zipball/98cf7abe6762cd8062bde6f0bbd9bd8364e7d52a", 77 "reference": "98cf7abe6762cd8062bde6f0bbd9bd8364e7d52a", 78 "shasum": "" 79 }, 80 "require": { 81 "freedsx/asn1": "^0.4.0", 82 "freedsx/sasl": "^0.1.0", 83 "freedsx/socket": "^0.5.2", 84 "php": ">=7.1", 85 "psr/log": "^1|^2|^3" 86 }, 87 "require-dev": { 88 "friends-of-phpspec/phpspec-code-coverage": "^4.3|^6.1|dev-master", 89 "phpspec/phpspec": "^7.2|^7.1|^6.1|^5.1", 90 "phpstan/phpstan": "^0.12.70", 91 "phpunit/phpunit": "^9.3|^8.0|^7.0", 92 "slevomat/coding-standard": "~7.0", 93 "squizlabs/php_codesniffer": "3.*", 94 "symfony/process": "^3.0|^4.0|^5.0", 95 "symplify/easy-coding-standard": "^6.1|^7.3|^9.0" 96 }, 97 "suggest": { 98 "ext-openssl": "For SSL/TLS support and some SASL mechanisms.", 99 "ext-pcntl": "For LDAP server functionality." 100 }, 101 "time": "2022-05-21T19:17:54+00:00", 102 "type": "library", 103 "installation-source": "dist", 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 "install-path": "../freedsx/ldap" 131 }, 132 { 133 "name": "freedsx/sasl", 134 "version": "0.1.1", 135 "version_normalized": "0.1.1.0", 136 "source": { 137 "type": "git", 138 "url": "https://github.com/FreeDSx/SASL.git", 139 "reference": "baffafed1a46bd6c28257bf5f8893df0663b158b" 140 }, 141 "dist": { 142 "type": "zip", 143 "url": "https://api.github.com/repos/FreeDSx/SASL/zipball/baffafed1a46bd6c28257bf5f8893df0663b158b", 144 "reference": "baffafed1a46bd6c28257bf5f8893df0663b158b", 145 "shasum": "" 146 }, 147 "require": { 148 "php": ">=7.1" 149 }, 150 "require-dev": { 151 "phpstan/phpstan": "^0.11.12", 152 "phpunit/phpunit": "^7.0", 153 "symplify/easy-coding-standard": "^6.1" 154 }, 155 "suggest": { 156 "ext-openssl": "Needed for encryption for certain mechanisms." 157 }, 158 "time": "2019-12-10T01:45:19+00:00", 159 "type": "library", 160 "installation-source": "dist", 161 "autoload": { 162 "psr-4": { 163 "FreeDSx\\Sasl\\": "src/FreeDSx/Sasl" 164 } 165 }, 166 "notification-url": "https://packagist.org/downloads/", 167 "license": [ 168 "MIT" 169 ], 170 "authors": [ 171 { 172 "name": "Chad Sikorra", 173 "email": "Chad.Sikorra@gmail.com" 174 } 175 ], 176 "description": "A Pure PHP SASL Library", 177 "homepage": "https://github.com/FreeDSx/SASL", 178 "keywords": [ 179 "CRAM-MD5", 180 "DIGEST-MD5", 181 "sasl" 182 ], 183 "install-path": "../freedsx/sasl" 184 }, 185 { 186 "name": "freedsx/socket", 187 "version": "0.5.2", 188 "version_normalized": "0.5.2.0", 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 "time": "2021-12-31T22:39:06+00:00", 214 "type": "library", 215 "installation-source": "dist", 216 "autoload": { 217 "psr-4": { 218 "FreeDSx\\Socket\\": "src/FreeDSx/Socket" 219 } 220 }, 221 "notification-url": "https://packagist.org/downloads/", 222 "license": [ 223 "MIT" 224 ], 225 "authors": [ 226 { 227 "name": "Chad Sikorra", 228 "email": "Chad.Sikorra@gmail.com" 229 } 230 ], 231 "description": "A simple socket library for FreeDSx", 232 "homepage": "https://github.com/FreeDSx/Socket", 233 "keywords": [ 234 "Socket", 235 "tcp", 236 "udp" 237 ], 238 "support": { 239 "issues": "https://github.com/FreeDSx/Socket/issues", 240 "source": "https://github.com/FreeDSx/Socket/tree/0.5.2" 241 }, 242 "install-path": "../freedsx/socket" 243 }, 244 { 245 "name": "psr/log", 246 "version": "1.1.4", 247 "version_normalized": "1.1.4.0", 248 "source": { 249 "type": "git", 250 "url": "https://github.com/php-fig/log.git", 251 "reference": "d49695b909c3b7628b6289db5479a1c204601f11" 252 }, 253 "dist": { 254 "type": "zip", 255 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", 256 "reference": "d49695b909c3b7628b6289db5479a1c204601f11", 257 "shasum": "" 258 }, 259 "require": { 260 "php": ">=5.3.0" 261 }, 262 "time": "2021-05-03T11:20:27+00:00", 263 "type": "library", 264 "extra": { 265 "branch-alias": { 266 "dev-master": "1.1.x-dev" 267 } 268 }, 269 "installation-source": "dist", 270 "autoload": { 271 "psr-4": { 272 "Psr\\Log\\": "Psr/Log/" 273 } 274 }, 275 "notification-url": "https://packagist.org/downloads/", 276 "license": [ 277 "MIT" 278 ], 279 "authors": [ 280 { 281 "name": "PHP-FIG", 282 "homepage": "https://www.php-fig.org/" 283 } 284 ], 285 "description": "Common interface for logging libraries", 286 "homepage": "https://github.com/php-fig/log", 287 "keywords": [ 288 "log", 289 "psr", 290 "psr-3" 291 ], 292 "support": { 293 "source": "https://github.com/php-fig/log/tree/1.1.4" 294 }, 295 "install-path": "../psr/log" 296 } 297 ], 298 "dev": true, 299 "dev-package-names": [] 300} 301