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.1", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/FreeDSx/ASN1.git", 15 "reference": "d1f7c9dc0bbe047a95a527cd134e3d7dece97ac3" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/FreeDSx/ASN1/zipball/d1f7c9dc0bbe047a95a527cd134e3d7dece97ac3", 20 "reference": "d1f7c9dc0bbe047a95a527cd134e3d7dece97ac3", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=7.1" 25 }, 26 "require-dev": { 27 "phpspec/phpspec": "^5.0" 28 }, 29 "suggest": { 30 "ext-gmp": "For big integer support in Integer/Enumerated/OID types and tag numbers." 31 }, 32 "type": "library", 33 "autoload": { 34 "psr-4": { 35 "FreeDSx\\Asn1\\": "src/FreeDSx/Asn1" 36 } 37 }, 38 "notification-url": "https://packagist.org/downloads/", 39 "license": [ 40 "MIT" 41 ], 42 "authors": [ 43 { 44 "name": "Chad Sikorra", 45 "email": "Chad.Sikorra@gmail.com" 46 } 47 ], 48 "description": "An ASN.1 library for PHP.", 49 "homepage": "https://github.com/FreeDSx/ASN1", 50 "keywords": [ 51 "DER", 52 "asn.1", 53 "asn1", 54 "ber", 55 "x.690" 56 ], 57 "time": "2019-03-10T22:33:37+00:00" 58 }, 59 { 60 "name": "freedsx/ldap", 61 "version": "0.6.0", 62 "source": { 63 "type": "git", 64 "url": "https://github.com/FreeDSx/LDAP.git", 65 "reference": "3d20f4071e73f7471d752e28a035249cae3e68d8" 66 }, 67 "dist": { 68 "type": "zip", 69 "url": "https://api.github.com/repos/FreeDSx/LDAP/zipball/3d20f4071e73f7471d752e28a035249cae3e68d8", 70 "reference": "3d20f4071e73f7471d752e28a035249cae3e68d8", 71 "shasum": "" 72 }, 73 "require": { 74 "freedsx/asn1": "^0.4.0", 75 "freedsx/sasl": "^0.1.0", 76 "freedsx/socket": "^0.4.0", 77 "php": ">=7.1" 78 }, 79 "require-dev": { 80 "friends-of-phpspec/phpspec-code-coverage": "^4.3", 81 "phpspec/phpspec": "^5.1|^6.1", 82 "phpstan/phpstan": "^0.11.15", 83 "phpstan/phpstan-strict-rules": "^0.11.1", 84 "phpunit/phpunit": "^8.0|^7.0", 85 "symplify/easy-coding-standard": "^6.1" 86 }, 87 "suggest": { 88 "ext-openssl": "For SSL/TLS support and some SASL mechanisms." 89 }, 90 "type": "library", 91 "autoload": { 92 "psr-4": { 93 "FreeDSx\\Ldap\\": "src/FreeDSx/Ldap" 94 } 95 }, 96 "notification-url": "https://packagist.org/downloads/", 97 "license": [ 98 "MIT" 99 ], 100 "authors": [ 101 { 102 "name": "Chad Sikorra", 103 "email": "Chad.Sikorra@gmail.com" 104 } 105 ], 106 "description": "A Pure PHP LDAP library", 107 "homepage": "https://github.com/FreeDSx/LDAP", 108 "keywords": [ 109 "ldap" 110 ], 111 "time": "2019-12-14T18:46:53+00:00" 112 }, 113 { 114 "name": "freedsx/sasl", 115 "version": "0.1.1", 116 "source": { 117 "type": "git", 118 "url": "https://github.com/FreeDSx/SASL.git", 119 "reference": "baffafed1a46bd6c28257bf5f8893df0663b158b" 120 }, 121 "dist": { 122 "type": "zip", 123 "url": "https://api.github.com/repos/FreeDSx/SASL/zipball/baffafed1a46bd6c28257bf5f8893df0663b158b", 124 "reference": "baffafed1a46bd6c28257bf5f8893df0663b158b", 125 "shasum": "" 126 }, 127 "require": { 128 "php": ">=7.1" 129 }, 130 "require-dev": { 131 "phpstan/phpstan": "^0.11.12", 132 "phpunit/phpunit": "^7.0", 133 "symplify/easy-coding-standard": "^6.1" 134 }, 135 "suggest": { 136 "ext-openssl": "Needed for encryption for certain mechanisms." 137 }, 138 "type": "library", 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 "time": "2019-12-10T01:45:19+00:00" 162 }, 163 { 164 "name": "freedsx/socket", 165 "version": "0.4.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 "type": "library", 192 "autoload": { 193 "psr-4": { 194 "FreeDSx\\Socket\\": "src/FreeDSx/Socket" 195 } 196 }, 197 "notification-url": "https://packagist.org/downloads/", 198 "license": [ 199 "MIT" 200 ], 201 "authors": [ 202 { 203 "name": "Chad Sikorra", 204 "email": "Chad.Sikorra@gmail.com" 205 } 206 ], 207 "description": "A simple socket library for FreeDSx", 208 "homepage": "https://github.com/FreeDSx/Socket", 209 "keywords": [ 210 "Socket", 211 "tcp", 212 "udp" 213 ], 214 "time": "2019-12-14T17:31:33+00:00" 215 } 216 ], 217 "packages-dev": [], 218 "aliases": [], 219 "minimum-stability": "stable", 220 "stability-flags": [], 221 "prefer-stable": false, 222 "prefer-lowest": false, 223 "platform": [], 224 "platform-dev": [], 225 "plugin-api-version": "1.1.0" 226} 227