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