| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "apereo/phpcas", |
| 5 |
"version": "1.6.0", |
| 6 |
"version_normalized": "1.6.0.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/apereo/phpCAS.git", |
| 10 |
"reference": "f817c72a961484afef95ac64a9257c8e31f063b9" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/apereo/phpCAS/zipball/f817c72a961484afef95ac64a9257c8e31f063b9", |
| 15 |
"reference": "f817c72a961484afef95ac64a9257c8e31f063b9", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"ext-curl": "*", |
| 20 |
"ext-dom": "*", |
| 21 |
"php": ">=7.1.0", |
| 22 |
"psr/log": "^1.0 || ^2.0 || ^3.0" |
| 23 |
}, |
| 24 |
"require-dev": { |
| 25 |
"monolog/monolog": "^1.0.0 || ^2.0.0", |
| 26 |
"phpstan/phpstan": "^1.5", |
| 27 |
"phpunit/phpunit": ">=7.5" |
| 28 |
}, |
| 29 |
"time": "2022-10-31T20:39:27+00:00", |
| 30 |
"type": "library", |
| 31 |
"extra": { |
| 32 |
"branch-alias": { |
| 33 |
"dev-master": "1.3.x-dev" |
| 34 |
} |
| 35 |
}, |
| 36 |
"installation-source": "dist", |
| 37 |
"autoload": { |
| 38 |
"classmap": [ |
| 39 |
"source/" |
| 40 |
] |
| 41 |
}, |
| 42 |
"notification-url": "https://packagist.org/downloads/", |
| 43 |
"license": [ |
| 44 |
"Apache-2.0" |
| 45 |
], |
| 46 |
"authors": [ |
| 47 |
{ |
| 48 |
"name": "Joachim Fritschi", |
| 49 |
"email": "jfritschi@freenet.de", |
| 50 |
"homepage": "https://github.com/jfritschi" |
| 51 |
}, |
| 52 |
{ |
| 53 |
"name": "Adam Franco", |
| 54 |
"homepage": "https://github.com/adamfranco" |
| 55 |
}, |
| 56 |
{ |
| 57 |
"name": "Henry Pan", |
| 58 |
"homepage": "https://github.com/phy25" |
| 59 |
} |
| 60 |
], |
| 61 |
"description": "Provides a simple API for authenticating users against a CAS server", |
| 62 |
"homepage": "https://wiki.jasig.org/display/CASC/phpCAS", |
| 63 |
"keywords": [ |
| 64 |
"apereo", |
| 65 |
"cas", |
| 66 |
"jasig" |
| 67 |
], |
| 68 |
"support": { |
| 69 |
"issues": "https://github.com/apereo/phpCAS/issues", |
| 70 |
"source": "https://github.com/apereo/phpCAS/tree/1.6.0" |
| 71 |
}, |
| 72 |
"install-path": "../apereo/phpcas" |
| 73 |
}, |
| 74 |
{ |
| 75 |
"name": "components/jquery", |
| 76 |
"version": "3.6.0", |
| 77 |
"version_normalized": "3.6.0.0", |
| 78 |
"source": { |
| 79 |
"type": "git", |
| 80 |
"url": "https://github.com/components/jquery.git", |
| 81 |
"reference": "6cf38ee1fd04b6adf8e7dda161283aa35be818c3" |
| 82 |
}, |
| 83 |
"dist": { |
| 84 |
"type": "zip", |
| 85 |
"url": "https://api.github.com/repos/components/jquery/zipball/6cf38ee1fd04b6adf8e7dda161283aa35be818c3", |
| 86 |
"reference": "6cf38ee1fd04b6adf8e7dda161283aa35be818c3", |
| 87 |
"shasum": "" |
| 88 |
}, |
| 89 |
"time": "2021-03-20T19:13:42+00:00", |
| 90 |
"type": "component", |
| 91 |
"extra": { |
| 92 |
"component": { |
| 93 |
"scripts": [ |
| 94 |
"jquery.js" |
| 95 |
], |
| 96 |
"files": [ |
| 97 |
"jquery.min.js", |
| 98 |
"jquery.min.map", |
| 99 |
"jquery.slim.js", |
| 100 |
"jquery.slim.min.js", |
| 101 |
"jquery.slim.min.map" |
| 102 |
] |
| 103 |
} |
| 104 |
}, |
| 105 |
"installation-source": "dist", |
| 106 |
"notification-url": "https://packagist.org/downloads/", |
| 107 |
"license": [ |
| 108 |
"MIT" |
| 109 |
], |
| 110 |
"authors": [ |
| 111 |
{ |
| 112 |
"name": "JS Foundation and other contributors" |
| 113 |
} |
| 114 |
], |
| 115 |
"description": "jQuery JavaScript Library", |
| 116 |
"homepage": "http://jquery.com", |
| 117 |
"support": { |
| 118 |
"forum": "http://forum.jquery.com", |
| 119 |
"irc": "irc://irc.freenode.org/jquery", |
| 120 |
"issues": "https://github.com/jquery/jquery/issues", |
| 121 |
"source": "https://github.com/jquery/jquery", |
| 122 |
"wiki": "http://docs.jquery.com/" |
| 123 |
}, |
| 124 |
"install-path": "../components/jquery" |
| 125 |
}, |
| 126 |
{ |
| 127 |
"name": "components/multi-select", |
| 128 |
"version": "0.9.12", |
| 129 |
"version_normalized": "0.9.12.0", |
| 130 |
"source": { |
| 131 |
"type": "git", |
| 132 |
"url": "https://github.com/sabinus52/multi-select.git", |
| 133 |
"reference": "8b345485001df29ea48ac3134199df0ce8b6e48d" |
| 134 |
}, |
| 135 |
"dist": { |
| 136 |
"type": "zip", |
| 137 |
"url": "https://api.github.com/repos/sabinus52/multi-select/zipball/8b345485001df29ea48ac3134199df0ce8b6e48d", |
| 138 |
"reference": "8b345485001df29ea48ac3134199df0ce8b6e48d", |
| 139 |
"shasum": "" |
| 140 |
}, |
| 141 |
"require": { |
| 142 |
"components/jquery": ">= 1.8" |
| 143 |
}, |
| 144 |
"suggest": { |
| 145 |
"robloach/component-installer": "Allows installation of Components via Composer" |
| 146 |
}, |
| 147 |
"time": "2015-04-05T17:34:00+00:00", |
| 148 |
"type": "component", |
| 149 |
"extra": { |
| 150 |
"component": { |
| 151 |
"scripts": [ |
| 152 |
"js/jquery.multi-select.js" |
| 153 |
], |
| 154 |
"styles": [ |
| 155 |
"css/multi-select.css" |
| 156 |
], |
| 157 |
"files": [ |
| 158 |
"css/multi-select*.css", |
| 159 |
"js/jquery.multi-select*.js", |
| 160 |
"img/switch.png" |
| 161 |
] |
| 162 |
} |
| 163 |
}, |
| 164 |
"installation-source": "dist", |
| 165 |
"notification-url": "https://packagist.org/downloads/", |
| 166 |
"license": [ |
| 167 |
"wtfpl" |
| 168 |
], |
| 169 |
"authors": [ |
| 170 |
{ |
| 171 |
"name": "lou", |
| 172 |
"email": "louiscuny@gmail.com" |
| 173 |
} |
| 174 |
], |
| 175 |
"description": "This is a user-friendlier drop-in replacement for the standard <select> with multiple attribute activated.", |
| 176 |
"homepage": "http://loudev.com/", |
| 177 |
"keywords": [ |
| 178 |
"double list", |
| 179 |
"form", |
| 180 |
"jquery", |
| 181 |
"multiple", |
| 182 |
"multiselect", |
| 183 |
"select" |
| 184 |
], |
| 185 |
"support": { |
| 186 |
"issues": "https://github.com/sabinus52/multi-select/issues", |
| 187 |
"source": "https://github.com/lou/multi-select" |
| 188 |
}, |
| 189 |
"install-path": "../components/multi-select" |
| 190 |
}, |
| 191 |
{ |
| 192 |
"name": "firebase/php-jwt", |
| 193 |
"version": "v6.3.1", |
| 194 |
"version_normalized": "6.3.1.0", |
| 195 |
"source": { |
| 196 |
"type": "git", |
| 197 |
"url": "https://github.com/firebase/php-jwt.git", |
| 198 |
"reference": "ddfaddcb520488b42bca3a75e17e9dd53c3667da" |
| 199 |
}, |
| 200 |
"dist": { |
| 201 |
"type": "zip", |
| 202 |
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/ddfaddcb520488b42bca3a75e17e9dd53c3667da", |
| 203 |
"reference": "ddfaddcb520488b42bca3a75e17e9dd53c3667da", |
| 204 |
"shasum": "" |
| 205 |
}, |
| 206 |
"require": { |
| 207 |
"php": "^7.1||^8.0" |
| 208 |
}, |
| 209 |
"require-dev": { |
| 210 |
"guzzlehttp/guzzle": "^6.5||^7.4", |
| 211 |
"phpspec/prophecy-phpunit": "^1.1", |
| 212 |
"phpunit/phpunit": "^7.5||^9.5", |
| 213 |
"psr/cache": "^1.0||^2.0", |
| 214 |
"psr/http-client": "^1.0", |
| 215 |
"psr/http-factory": "^1.0" |
| 216 |
}, |
| 217 |
"suggest": { |
| 218 |
"paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" |
| 219 |
}, |
| 220 |
"time": "2022-11-01T21:20:08+00:00", |
| 221 |
"type": "library", |
| 222 |
"installation-source": "dist", |
| 223 |
"autoload": { |
| 224 |
"psr-4": { |
| 225 |
"Firebase\\JWT\\": "src" |
| 226 |
} |
| 227 |
}, |
| 228 |
"notification-url": "https://packagist.org/downloads/", |
| 229 |
"license": [ |
| 230 |
"BSD-3-Clause" |
| 231 |
], |
| 232 |
"authors": [ |
| 233 |
{ |
| 234 |
"name": "Neuman Vong", |
| 235 |
"email": "neuman+pear@twilio.com", |
| 236 |
"role": "Developer" |
| 237 |
}, |
| 238 |
{ |
| 239 |
"name": "Anant Narayanan", |
| 240 |
"email": "anant@php.net", |
| 241 |
"role": "Developer" |
| 242 |
} |
| 243 |
], |
| 244 |
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", |
| 245 |
"homepage": "https://github.com/firebase/php-jwt", |
| 246 |
"keywords": [ |
| 247 |
"jwt", |
| 248 |
"php" |
| 249 |
], |
| 250 |
"support": { |
| 251 |
"issues": "https://github.com/firebase/php-jwt/issues", |
| 252 |
"source": "https://github.com/firebase/php-jwt/tree/v6.3.1" |
| 253 |
}, |
| 254 |
"install-path": "../firebase/php-jwt" |
| 255 |
}, |
| 256 |
{ |
| 257 |
"name": "google/apiclient", |
| 258 |
"version": "v2.12.6", |
| 259 |
"version_normalized": "2.12.6.0", |
| 260 |
"source": { |
| 261 |
"type": "git", |
| 262 |
"url": "https://github.com/googleapis/google-api-php-client.git", |
| 263 |
"reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e" |
| 264 |
}, |
| 265 |
"dist": { |
| 266 |
"type": "zip", |
| 267 |
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/f92aa126903a9e2da5bd41a280d9633cb249e79e", |
| 268 |
"reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e", |
| 269 |
"shasum": "" |
| 270 |
}, |
| 271 |
"require": { |
| 272 |
"firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0", |
| 273 |
"google/apiclient-services": "~0.200", |
| 274 |
"google/auth": "^1.10", |
| 275 |
"guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0", |
| 276 |
"guzzlehttp/psr7": "^1.8.4||^2.2.1", |
| 277 |
"monolog/monolog": "^1.17||^2.0||^3.0", |
| 278 |
"php": "^5.6|^7.0|^8.0", |
| 279 |
"phpseclib/phpseclib": "~2.0||^3.0.2" |
| 280 |
}, |
| 281 |
"require-dev": { |
| 282 |
"cache/filesystem-adapter": "^0.3.2|^1.1", |
| 283 |
"composer/composer": "^1.10.22", |
| 284 |
"phpcompatibility/php-compatibility": "^9.2", |
| 285 |
"phpspec/prophecy-phpunit": "^1.1||^2.0", |
| 286 |
"phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 287 |
"squizlabs/php_codesniffer": "^3.0", |
| 288 |
"symfony/css-selector": "~2.1", |
| 289 |
"symfony/dom-crawler": "~2.1", |
| 290 |
"yoast/phpunit-polyfills": "^1.0" |
| 291 |
}, |
| 292 |
"suggest": { |
| 293 |
"cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)" |
| 294 |
}, |
| 295 |
"time": "2022-06-06T20:00:19+00:00", |
| 296 |
"type": "library", |
| 297 |
"extra": { |
| 298 |
"branch-alias": { |
| 299 |
"dev-main": "2.x-dev" |
| 300 |
} |
| 301 |
}, |
| 302 |
"installation-source": "dist", |
| 303 |
"autoload": { |
| 304 |
"files": [ |
| 305 |
"src/aliases.php" |
| 306 |
], |
| 307 |
"psr-4": { |
| 308 |
"Google\\": "src/" |
| 309 |
}, |
| 310 |
"classmap": [ |
| 311 |
"src/aliases.php" |
| 312 |
] |
| 313 |
}, |
| 314 |
"notification-url": "https://packagist.org/downloads/", |
| 315 |
"license": [ |
| 316 |
"Apache-2.0" |
| 317 |
], |
| 318 |
"description": "Client library for Google APIs", |
| 319 |
"homepage": "http://developers.google.com/api-client-library/php", |
| 320 |
"keywords": [ |
| 321 |
"google" |
| 322 |
], |
| 323 |
"support": { |
| 324 |
"issues": "https://github.com/googleapis/google-api-php-client/issues", |
| 325 |
"source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.6" |
| 326 |
}, |
| 327 |
"install-path": "../google/apiclient" |
| 328 |
}, |
| 329 |
{ |
| 330 |
"name": "google/apiclient-services", |
| 331 |
"version": "v0.272.1", |
| 332 |
"version_normalized": "0.272.1.0", |
| 333 |
"source": { |
| 334 |
"type": "git", |
| 335 |
"url": "https://github.com/googleapis/google-api-php-client-services.git", |
| 336 |
"reference": "436943c42277545c2310fe5852835d7e3628a35a" |
| 337 |
}, |
| 338 |
"dist": { |
| 339 |
"type": "zip", |
| 340 |
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/436943c42277545c2310fe5852835d7e3628a35a", |
| 341 |
"reference": "436943c42277545c2310fe5852835d7e3628a35a", |
| 342 |
"shasum": "" |
| 343 |
}, |
| 344 |
"require": { |
| 345 |
"php": ">=5.6" |
| 346 |
}, |
| 347 |
"require-dev": { |
| 348 |
"phpunit/phpunit": "^5.7||^8.5.13" |
| 349 |
}, |
| 350 |
"time": "2022-10-31T01:22:13+00:00", |
| 351 |
"type": "library", |
| 352 |
"installation-source": "dist", |
| 353 |
"autoload": { |
| 354 |
"files": [ |
| 355 |
"autoload.php" |
| 356 |
], |
| 357 |
"psr-4": { |
| 358 |
"Google\\Service\\": "src" |
| 359 |
} |
| 360 |
}, |
| 361 |
"notification-url": "https://packagist.org/downloads/", |
| 362 |
"license": [ |
| 363 |
"Apache-2.0" |
| 364 |
], |
| 365 |
"description": "Client library for Google APIs", |
| 366 |
"homepage": "http://developers.google.com/api-client-library/php", |
| 367 |
"keywords": [ |
| 368 |
"google" |
| 369 |
], |
| 370 |
"support": { |
| 371 |
"issues": "https://github.com/googleapis/google-api-php-client-services/issues", |
| 372 |
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.272.1" |
| 373 |
}, |
| 374 |
"install-path": "../google/apiclient-services" |
| 375 |
}, |
| 376 |
{ |
| 377 |
"name": "google/auth", |
| 378 |
"version": "v1.23.1", |
| 379 |
"version_normalized": "1.23.1.0", |
| 380 |
"source": { |
| 381 |
"type": "git", |
| 382 |
"url": "https://github.com/googleapis/google-auth-library-php.git", |
| 383 |
"reference": "cb43cb8ccde76ace65ec40130a9e9c2a15ecfe17" |
| 384 |
}, |
| 385 |
"dist": { |
| 386 |
"type": "zip", |
| 387 |
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/cb43cb8ccde76ace65ec40130a9e9c2a15ecfe17", |
| 388 |
"reference": "cb43cb8ccde76ace65ec40130a9e9c2a15ecfe17", |
| 389 |
"shasum": "" |
| 390 |
}, |
| 391 |
"require": { |
| 392 |
"firebase/php-jwt": "^5.5||^6.0", |
| 393 |
"guzzlehttp/guzzle": "^6.2.1|^7.0", |
| 394 |
"guzzlehttp/psr7": "^1.7|^2.0", |
| 395 |
"php": "^7.1||^8.0", |
| 396 |
"psr/cache": "^1.0|^2.0|^3.0", |
| 397 |
"psr/http-message": "^1.0" |
| 398 |
}, |
| 399 |
"require-dev": { |
| 400 |
"guzzlehttp/promises": "0.1.1|^1.3", |
| 401 |
"kelvinmo/simplejwt": "^0.2.5|^0.5.1", |
| 402 |
"phpseclib/phpseclib": "^2.0.31", |
| 403 |
"phpspec/prophecy-phpunit": "^1.1", |
| 404 |
"phpunit/phpunit": "^7.5||^8.5", |
| 405 |
"sebastian/comparator": ">=1.2.3", |
| 406 |
"squizlabs/php_codesniffer": "^3.5" |
| 407 |
}, |
| 408 |
"suggest": { |
| 409 |
"phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." |
| 410 |
}, |
| 411 |
"time": "2022-10-26T20:30:45+00:00", |
| 412 |
"type": "library", |
| 413 |
"installation-source": "dist", |
| 414 |
"autoload": { |
| 415 |
"psr-4": { |
| 416 |
"Google\\Auth\\": "src" |
| 417 |
} |
| 418 |
}, |
| 419 |
"notification-url": "https://packagist.org/downloads/", |
| 420 |
"license": [ |
| 421 |
"Apache-2.0" |
| 422 |
], |
| 423 |
"description": "Google Auth Library for PHP", |
| 424 |
"homepage": "http://github.com/google/google-auth-library-php", |
| 425 |
"keywords": [ |
| 426 |
"Authentication", |
| 427 |
"google", |
| 428 |
"oauth2" |
| 429 |
], |
| 430 |
"support": { |
| 431 |
"docs": "https://googleapis.github.io/google-auth-library-php/main/", |
| 432 |
"issues": "https://github.com/googleapis/google-auth-library-php/issues", |
| 433 |
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.23.1" |
| 434 |
}, |
| 435 |
"install-path": "../google/auth" |
| 436 |
}, |
| 437 |
{ |
| 438 |
"name": "guzzlehttp/guzzle", |
| 439 |
"version": "7.5.0", |
| 440 |
"version_normalized": "7.5.0.0", |
| 441 |
"source": { |
| 442 |
"type": "git", |
| 443 |
"url": "https://github.com/guzzle/guzzle.git", |
| 444 |
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba" |
| 445 |
}, |
| 446 |
"dist": { |
| 447 |
"type": "zip", |
| 448 |
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba", |
| 449 |
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba", |
| 450 |
"shasum": "" |
| 451 |
}, |
| 452 |
"require": { |
| 453 |
"ext-json": "*", |
| 454 |
"guzzlehttp/promises": "^1.5", |
| 455 |
"guzzlehttp/psr7": "^1.9 || ^2.4", |
| 456 |
"php": "^7.2.5 || ^8.0", |
| 457 |
"psr/http-client": "^1.0", |
| 458 |
"symfony/deprecation-contracts": "^2.2 || ^3.0" |
| 459 |
}, |
| 460 |
"provide": { |
| 461 |
"psr/http-client-implementation": "1.0" |
| 462 |
}, |
| 463 |
"require-dev": { |
| 464 |
"bamarni/composer-bin-plugin": "^1.8.1", |
| 465 |
"ext-curl": "*", |
| 466 |
"php-http/client-integration-tests": "^3.0", |
| 467 |
"phpunit/phpunit": "^8.5.29 || ^9.5.23", |
| 468 |
"psr/log": "^1.1 || ^2.0 || ^3.0" |
| 469 |
}, |
| 470 |
"suggest": { |
| 471 |
"ext-curl": "Required for CURL handler support", |
| 472 |
"ext-intl": "Required for Internationalized Domain Name (IDN) support", |
| 473 |
"psr/log": "Required for using the Log middleware" |
| 474 |
}, |
| 475 |
"time": "2022-08-28T15:39:27+00:00", |
| 476 |
"type": "library", |
| 477 |
"extra": { |
| 478 |
"bamarni-bin": { |
| 479 |
"bin-links": true, |
| 480 |
"forward-command": false |
| 481 |
}, |
| 482 |
"branch-alias": { |
| 483 |
"dev-master": "7.5-dev" |
| 484 |
} |
| 485 |
}, |
| 486 |
"installation-source": "dist", |
| 487 |
"autoload": { |
| 488 |
"files": [ |
| 489 |
"src/functions_include.php" |
| 490 |
], |
| 491 |
"psr-4": { |
| 492 |
"GuzzleHttp\\": "src/" |
| 493 |
} |
| 494 |
}, |
| 495 |
"notification-url": "https://packagist.org/downloads/", |
| 496 |
"license": [ |
| 497 |
"MIT" |
| 498 |
], |
| 499 |
"authors": [ |
| 500 |
{ |
| 501 |
"name": "Graham Campbell", |
| 502 |
"email": "hello@gjcampbell.co.uk", |
| 503 |
"homepage": "https://github.com/GrahamCampbell" |
| 504 |
}, |
| 505 |
{ |
| 506 |
"name": "Michael Dowling", |
| 507 |
"email": "mtdowling@gmail.com", |
| 508 |
"homepage": "https://github.com/mtdowling" |
| 509 |
}, |
| 510 |
{ |
| 511 |
"name": "Jeremy Lindblom", |
| 512 |
"email": "jeremeamia@gmail.com", |
| 513 |
"homepage": "https://github.com/jeremeamia" |
| 514 |
}, |
| 515 |
{ |
| 516 |
"name": "George Mponos", |
| 517 |
"email": "gmponos@gmail.com", |
| 518 |
"homepage": "https://github.com/gmponos" |
| 519 |
}, |
| 520 |
{ |
| 521 |
"name": "Tobias Nyholm", |
| 522 |
"email": "tobias.nyholm@gmail.com", |
| 523 |
"homepage": "https://github.com/Nyholm" |
| 524 |
}, |
| 525 |
{ |
| 526 |
"name": "Márk Sági-Kazár", |
| 527 |
"email": "mark.sagikazar@gmail.com", |
| 528 |
"homepage": "https://github.com/sagikazarmark" |
| 529 |
}, |
| 530 |
{ |
| 531 |
"name": "Tobias Schultze", |
| 532 |
"email": "webmaster@tubo-world.de", |
| 533 |
"homepage": "https://github.com/Tobion" |
| 534 |
} |
| 535 |
], |
| 536 |
"description": "Guzzle is a PHP HTTP client library", |
| 537 |
"keywords": [ |
| 538 |
"client", |
| 539 |
"curl", |
| 540 |
"framework", |
| 541 |
"http", |
| 542 |
"http client", |
| 543 |
"psr-18", |
| 544 |
"psr-7", |
| 545 |
"rest", |
| 546 |
"web service" |
| 547 |
], |
| 548 |
"support": { |
| 549 |
"issues": "https://github.com/guzzle/guzzle/issues", |
| 550 |
"source": "https://github.com/guzzle/guzzle/tree/7.5.0" |
| 551 |
}, |
| 552 |
"funding": [ |
| 553 |
{ |
| 554 |
"url": "https://github.com/GrahamCampbell", |
| 555 |
"type": "github" |
| 556 |
}, |
| 557 |
{ |
| 558 |
"url": "https://github.com/Nyholm", |
| 559 |
"type": "github" |
| 560 |
}, |
| 561 |
{ |
| 562 |
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", |
| 563 |
"type": "tidelift" |
| 564 |
} |
| 565 |
], |
| 566 |
"install-path": "../guzzlehttp/guzzle" |
| 567 |
}, |
| 568 |
{ |
| 569 |
"name": "guzzlehttp/promises", |
| 570 |
"version": "1.5.2", |
| 571 |
"version_normalized": "1.5.2.0", |
| 572 |
"source": { |
| 573 |
"type": "git", |
| 574 |
"url": "https://github.com/guzzle/promises.git", |
| 575 |
"reference": "b94b2807d85443f9719887892882d0329d1e2598" |
| 576 |
}, |
| 577 |
"dist": { |
| 578 |
"type": "zip", |
| 579 |
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", |
| 580 |
"reference": "b94b2807d85443f9719887892882d0329d1e2598", |
| 581 |
"shasum": "" |
| 582 |
}, |
| 583 |
"require": { |
| 584 |
"php": ">=5.5" |
| 585 |
}, |
| 586 |
"require-dev": { |
| 587 |
"symfony/phpunit-bridge": "^4.4 || ^5.1" |
| 588 |
}, |
| 589 |
"time": "2022-08-28T14:55:35+00:00", |
| 590 |
"type": "library", |
| 591 |
"extra": { |
| 592 |
"branch-alias": { |
| 593 |
"dev-master": "1.5-dev" |
| 594 |
} |
| 595 |
}, |
| 596 |
"installation-source": "dist", |
| 597 |
"autoload": { |
| 598 |
"files": [ |
| 599 |
"src/functions_include.php" |
| 600 |
], |
| 601 |
"psr-4": { |
| 602 |
"GuzzleHttp\\Promise\\": "src/" |
| 603 |
} |
| 604 |
}, |
| 605 |
"notification-url": "https://packagist.org/downloads/", |
| 606 |
"license": [ |
| 607 |
"MIT" |
| 608 |
], |
| 609 |
"authors": [ |
| 610 |
{ |
| 611 |
"name": "Graham Campbell", |
| 612 |
"email": "hello@gjcampbell.co.uk", |
| 613 |
"homepage": "https://github.com/GrahamCampbell" |
| 614 |
}, |
| 615 |
{ |
| 616 |
"name": "Michael Dowling", |
| 617 |
"email": "mtdowling@gmail.com", |
| 618 |
"homepage": "https://github.com/mtdowling" |
| 619 |
}, |
| 620 |
{ |
| 621 |
"name": "Tobias Nyholm", |
| 622 |
"email": "tobias.nyholm@gmail.com", |
| 623 |
"homepage": "https://github.com/Nyholm" |
| 624 |
}, |
| 625 |
{ |
| 626 |
"name": "Tobias Schultze", |
| 627 |
"email": "webmaster@tubo-world.de", |
| 628 |
"homepage": "https://github.com/Tobion" |
| 629 |
} |
| 630 |
], |
| 631 |
"description": "Guzzle promises library", |
| 632 |
"keywords": [ |
| 633 |
"promise" |
| 634 |
], |
| 635 |
"support": { |
| 636 |
"issues": "https://github.com/guzzle/promises/issues", |
| 637 |
"source": "https://github.com/guzzle/promises/tree/1.5.2" |
| 638 |
}, |
| 639 |
"funding": [ |
| 640 |
{ |
| 641 |
"url": "https://github.com/GrahamCampbell", |
| 642 |
"type": "github" |
| 643 |
}, |
| 644 |
{ |
| 645 |
"url": "https://github.com/Nyholm", |
| 646 |
"type": "github" |
| 647 |
}, |
| 648 |
{ |
| 649 |
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", |
| 650 |
"type": "tidelift" |
| 651 |
} |
| 652 |
], |
| 653 |
"install-path": "../guzzlehttp/promises" |
| 654 |
}, |
| 655 |
{ |
| 656 |
"name": "guzzlehttp/psr7", |
| 657 |
"version": "2.4.3", |
| 658 |
"version_normalized": "2.4.3.0", |
| 659 |
"source": { |
| 660 |
"type": "git", |
| 661 |
"url": "https://github.com/guzzle/psr7.git", |
| 662 |
"reference": "67c26b443f348a51926030c83481b85718457d3d" |
| 663 |
}, |
| 664 |
"dist": { |
| 665 |
"type": "zip", |
| 666 |
"url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d", |
| 667 |
"reference": "67c26b443f348a51926030c83481b85718457d3d", |
| 668 |
"shasum": "" |
| 669 |
}, |
| 670 |
"require": { |
| 671 |
"php": "^7.2.5 || ^8.0", |
| 672 |
"psr/http-factory": "^1.0", |
| 673 |
"psr/http-message": "^1.0", |
| 674 |
"ralouphie/getallheaders": "^3.0" |
| 675 |
}, |
| 676 |
"provide": { |
| 677 |
"psr/http-factory-implementation": "1.0", |
| 678 |
"psr/http-message-implementation": "1.0" |
| 679 |
}, |
| 680 |
"require-dev": { |
| 681 |
"bamarni/composer-bin-plugin": "^1.8.1", |
| 682 |
"http-interop/http-factory-tests": "^0.9", |
| 683 |
"phpunit/phpunit": "^8.5.29 || ^9.5.23" |
| 684 |
}, |
| 685 |
"suggest": { |
| 686 |
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
| 687 |
}, |
| 688 |
"time": "2022-10-26T14:07:24+00:00", |
| 689 |
"type": "library", |
| 690 |
"extra": { |
| 691 |
"bamarni-bin": { |
| 692 |
"bin-links": true, |
| 693 |
"forward-command": false |
| 694 |
}, |
| 695 |
"branch-alias": { |
| 696 |
"dev-master": "2.4-dev" |
| 697 |
} |
| 698 |
}, |
| 699 |
"installation-source": "dist", |
| 700 |
"autoload": { |
| 701 |
"psr-4": { |
| 702 |
"GuzzleHttp\\Psr7\\": "src/" |
| 703 |
} |
| 704 |
}, |
| 705 |
"notification-url": "https://packagist.org/downloads/", |
| 706 |
"license": [ |
| 707 |
"MIT" |
| 708 |
], |
| 709 |
"authors": [ |
| 710 |
{ |
| 711 |
"name": "Graham Campbell", |
| 712 |
"email": "hello@gjcampbell.co.uk", |
| 713 |
"homepage": "https://github.com/GrahamCampbell" |
| 714 |
}, |
| 715 |
{ |
| 716 |
"name": "Michael Dowling", |
| 717 |
"email": "mtdowling@gmail.com", |
| 718 |
"homepage": "https://github.com/mtdowling" |
| 719 |
}, |
| 720 |
{ |
| 721 |
"name": "George Mponos", |
| 722 |
"email": "gmponos@gmail.com", |
| 723 |
"homepage": "https://github.com/gmponos" |
| 724 |
}, |
| 725 |
{ |
| 726 |
"name": "Tobias Nyholm", |
| 727 |
"email": "tobias.nyholm@gmail.com", |
| 728 |
"homepage": "https://github.com/Nyholm" |
| 729 |
}, |
| 730 |
{ |
| 731 |
"name": "Márk Sági-Kazár", |
| 732 |
"email": "mark.sagikazar@gmail.com", |
| 733 |
"homepage": "https://github.com/sagikazarmark" |
| 734 |
}, |
| 735 |
{ |
| 736 |
"name": "Tobias Schultze", |
| 737 |
"email": "webmaster@tubo-world.de", |
| 738 |
"homepage": "https://github.com/Tobion" |
| 739 |
}, |
| 740 |
{ |
| 741 |
"name": "Márk Sági-Kazár", |
| 742 |
"email": "mark.sagikazar@gmail.com", |
| 743 |
"homepage": "https://sagikazarmark.hu" |
| 744 |
} |
| 745 |
], |
| 746 |
"description": "PSR-7 message implementation that also provides common utility methods", |
| 747 |
"keywords": [ |
| 748 |
"http", |
| 749 |
"message", |
| 750 |
"psr-7", |
| 751 |
"request", |
| 752 |
"response", |
| 753 |
"stream", |
| 754 |
"uri", |
| 755 |
"url" |
| 756 |
], |
| 757 |
"support": { |
| 758 |
"issues": "https://github.com/guzzle/psr7/issues", |
| 759 |
"source": "https://github.com/guzzle/psr7/tree/2.4.3" |
| 760 |
}, |
| 761 |
"funding": [ |
| 762 |
{ |
| 763 |
"url": "https://github.com/GrahamCampbell", |
| 764 |
"type": "github" |
| 765 |
}, |
| 766 |
{ |
| 767 |
"url": "https://github.com/Nyholm", |
| 768 |
"type": "github" |
| 769 |
}, |
| 770 |
{ |
| 771 |
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", |
| 772 |
"type": "tidelift" |
| 773 |
} |
| 774 |
], |
| 775 |
"install-path": "../guzzlehttp/psr7" |
| 776 |
}, |
| 777 |
{ |
| 778 |
"name": "league/oauth2-client", |
| 779 |
"version": "2.6.1", |
| 780 |
"version_normalized": "2.6.1.0", |
| 781 |
"source": { |
| 782 |
"type": "git", |
| 783 |
"url": "https://github.com/thephpleague/oauth2-client.git", |
| 784 |
"reference": "2334c249907190c132364f5dae0287ab8666aa19" |
| 785 |
}, |
| 786 |
"dist": { |
| 787 |
"type": "zip", |
| 788 |
"url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/2334c249907190c132364f5dae0287ab8666aa19", |
| 789 |
"reference": "2334c249907190c132364f5dae0287ab8666aa19", |
| 790 |
"shasum": "" |
| 791 |
}, |
| 792 |
"require": { |
| 793 |
"guzzlehttp/guzzle": "^6.0 || ^7.0", |
| 794 |
"paragonie/random_compat": "^1 || ^2 || ^9.99", |
| 795 |
"php": "^5.6 || ^7.0 || ^8.0" |
| 796 |
}, |
| 797 |
"require-dev": { |
| 798 |
"mockery/mockery": "^1.3.5", |
| 799 |
"php-parallel-lint/php-parallel-lint": "^1.3.1", |
| 800 |
"phpunit/phpunit": "^5.7 || ^6.0 || ^9.5", |
| 801 |
"squizlabs/php_codesniffer": "^2.3 || ^3.0" |
| 802 |
}, |
| 803 |
"time": "2021-12-22T16:42:49+00:00", |
| 804 |
"type": "library", |
| 805 |
"extra": { |
| 806 |
"branch-alias": { |
| 807 |
"dev-2.x": "2.0.x-dev" |
| 808 |
} |
| 809 |
}, |
| 810 |
"installation-source": "dist", |
| 811 |
"autoload": { |
| 812 |
"psr-4": { |
| 813 |
"League\\OAuth2\\Client\\": "src/" |
| 814 |
} |
| 815 |
}, |
| 816 |
"notification-url": "https://packagist.org/downloads/", |
| 817 |
"license": [ |
| 818 |
"MIT" |
| 819 |
], |
| 820 |
"authors": [ |
| 821 |
{ |
| 822 |
"name": "Alex Bilbie", |
| 823 |
"email": "hello@alexbilbie.com", |
| 824 |
"homepage": "http://www.alexbilbie.com", |
| 825 |
"role": "Developer" |
| 826 |
}, |
| 827 |
{ |
| 828 |
"name": "Woody Gilk", |
| 829 |
"homepage": "https://github.com/shadowhand", |
| 830 |
"role": "Contributor" |
| 831 |
} |
| 832 |
], |
| 833 |
"description": "OAuth 2.0 Client Library", |
| 834 |
"keywords": [ |
| 835 |
"Authentication", |
| 836 |
"SSO", |
| 837 |
"authorization", |
| 838 |
"identity", |
| 839 |
"idp", |
| 840 |
"oauth", |
| 841 |
"oauth2", |
| 842 |
"single sign on" |
| 843 |
], |
| 844 |
"support": { |
| 845 |
"issues": "https://github.com/thephpleague/oauth2-client/issues", |
| 846 |
"source": "https://github.com/thephpleague/oauth2-client/tree/2.6.1" |
| 847 |
}, |
| 848 |
"install-path": "../league/oauth2-client" |
| 849 |
}, |
| 850 |
{ |
| 851 |
"name": "league/oauth2-github", |
| 852 |
"version": "2.0.0", |
| 853 |
"version_normalized": "2.0.0.0", |
| 854 |
"source": { |
| 855 |
"type": "git", |
| 856 |
"url": "https://github.com/thephpleague/oauth2-github.git", |
| 857 |
"reference": "e63d64f3ec167c09232d189c6b0c397458a99357" |
| 858 |
}, |
| 859 |
"dist": { |
| 860 |
"type": "zip", |
| 861 |
"url": "https://api.github.com/repos/thephpleague/oauth2-github/zipball/e63d64f3ec167c09232d189c6b0c397458a99357", |
| 862 |
"reference": "e63d64f3ec167c09232d189c6b0c397458a99357", |
| 863 |
"shasum": "" |
| 864 |
}, |
| 865 |
"require": { |
| 866 |
"league/oauth2-client": "^2.0" |
| 867 |
}, |
| 868 |
"require-dev": { |
| 869 |
"mockery/mockery": "~0.9", |
| 870 |
"phpunit/phpunit": "~4.0", |
| 871 |
"squizlabs/php_codesniffer": "~2.0" |
| 872 |
}, |
| 873 |
"time": "2017-01-26T01:14:51+00:00", |
| 874 |
"type": "library", |
| 875 |
"extra": { |
| 876 |
"branch-alias": { |
| 877 |
"dev-master": "1.0.x-dev" |
| 878 |
} |
| 879 |
}, |
| 880 |
"installation-source": "dist", |
| 881 |
"autoload": { |
| 882 |
"psr-4": { |
| 883 |
"League\\OAuth2\\Client\\": "src/" |
| 884 |
} |
| 885 |
}, |
| 886 |
"notification-url": "https://packagist.org/downloads/", |
| 887 |
"license": [ |
| 888 |
"MIT" |
| 889 |
], |
| 890 |
"authors": [ |
| 891 |
{ |
| 892 |
"name": "Steven Maguire", |
| 893 |
"email": "stevenmaguire@gmail.com", |
| 894 |
"homepage": "https://github.com/stevenmaguire" |
| 895 |
} |
| 896 |
], |
| 897 |
"description": "Github OAuth 2.0 Client Provider for The PHP League OAuth2-Client", |
| 898 |
"keywords": [ |
| 899 |
"authorisation", |
| 900 |
"authorization", |
| 901 |
"client", |
| 902 |
"github", |
| 903 |
"oauth", |
| 904 |
"oauth2" |
| 905 |
], |
| 906 |
"support": { |
| 907 |
"issues": "https://github.com/thephpleague/oauth2-github/issues", |
| 908 |
"source": "https://github.com/thephpleague/oauth2-github/tree/master" |
| 909 |
}, |
| 910 |
"install-path": "../league/oauth2-github" |
| 911 |
}, |
| 912 |
{ |
| 913 |
"name": "monolog/monolog", |
| 914 |
"version": "2.8.0", |
| 915 |
"version_normalized": "2.8.0.0", |
| 916 |
"source": { |
| 917 |
"type": "git", |
| 918 |
"url": "https://github.com/Seldaek/monolog.git", |
| 919 |
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50" |
| 920 |
}, |
| 921 |
"dist": { |
| 922 |
"type": "zip", |
| 923 |
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50", |
| 924 |
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50", |
| 925 |
"shasum": "" |
| 926 |
}, |
| 927 |
"require": { |
| 928 |
"php": ">=7.2", |
| 929 |
"psr/log": "^1.0.1 || ^2.0 || ^3.0" |
| 930 |
}, |
| 931 |
"provide": { |
| 932 |
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" |
| 933 |
}, |
| 934 |
"require-dev": { |
| 935 |
"aws/aws-sdk-php": "^2.4.9 || ^3.0", |
| 936 |
"doctrine/couchdb": "~1.0@dev", |
| 937 |
"elasticsearch/elasticsearch": "^7 || ^8", |
| 938 |
"ext-json": "*", |
| 939 |
"graylog2/gelf-php": "^1.4.2", |
| 940 |
"guzzlehttp/guzzle": "^7.4", |
| 941 |
"guzzlehttp/psr7": "^2.2", |
| 942 |
"mongodb/mongodb": "^1.8", |
| 943 |
"php-amqplib/php-amqplib": "~2.4 || ^3", |
| 944 |
"phpspec/prophecy": "^1.15", |
| 945 |
"phpstan/phpstan": "^0.12.91", |
| 946 |
"phpunit/phpunit": "^8.5.14", |
| 947 |
"predis/predis": "^1.1 || ^2.0", |
| 948 |
"rollbar/rollbar": "^1.3 || ^2 || ^3", |
| 949 |
"ruflin/elastica": "^7", |
| 950 |
"swiftmailer/swiftmailer": "^5.3|^6.0", |
| 951 |
"symfony/mailer": "^5.4 || ^6", |
| 952 |
"symfony/mime": "^5.4 || ^6" |
| 953 |
}, |
| 954 |
"suggest": { |
| 955 |
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
| 956 |
"doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
| 957 |
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", |
| 958 |
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
| 959 |
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", |
| 960 |
"ext-mbstring": "Allow to work properly with unicode symbols", |
| 961 |
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", |
| 962 |
"ext-openssl": "Required to send log messages using SSL", |
| 963 |
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", |
| 964 |
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
| 965 |
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", |
| 966 |
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
| 967 |
"rollbar/rollbar": "Allow sending log messages to Rollbar", |
| 968 |
"ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
| 969 |
}, |
| 970 |
"time": "2022-07-24T11:55:47+00:00", |
| 971 |
"type": "library", |
| 972 |
"extra": { |
| 973 |
"branch-alias": { |
| 974 |
"dev-main": "2.x-dev" |
| 975 |
} |
| 976 |
}, |
| 977 |
"installation-source": "dist", |
| 978 |
"autoload": { |
| 979 |
"psr-4": { |
| 980 |
"Monolog\\": "src/Monolog" |
| 981 |
} |
| 982 |
}, |
| 983 |
"notification-url": "https://packagist.org/downloads/", |
| 984 |
"license": [ |
| 985 |
"MIT" |
| 986 |
], |
| 987 |
"authors": [ |
| 988 |
{ |
| 989 |
"name": "Jordi Boggiano", |
| 990 |
"email": "j.boggiano@seld.be", |
| 991 |
"homepage": "https://seld.be" |
| 992 |
} |
| 993 |
], |
| 994 |
"description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
| 995 |
"homepage": "https://github.com/Seldaek/monolog", |
| 996 |
"keywords": [ |
| 997 |
"log", |
| 998 |
"logging", |
| 999 |
"psr-3" |
| 1000 |
], |
| 1001 |
"support": { |
| 1002 |
"issues": "https://github.com/Seldaek/monolog/issues", |
| 1003 |
"source": "https://github.com/Seldaek/monolog/tree/2.8.0" |
| 1004 |
}, |
| 1005 |
"funding": [ |
| 1006 |
{ |
| 1007 |
"url": "https://github.com/Seldaek", |
| 1008 |
"type": "github" |
| 1009 |
}, |
| 1010 |
{ |
| 1011 |
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog", |
| 1012 |
"type": "tidelift" |
| 1013 |
} |
| 1014 |
], |
| 1015 |
"install-path": "../monolog/monolog" |
| 1016 |
}, |
| 1017 |
{ |
| 1018 |
"name": "paragonie/constant_time_encoding", |
| 1019 |
"version": "v2.6.3", |
| 1020 |
"version_normalized": "2.6.3.0", |
| 1021 |
"source": { |
| 1022 |
"type": "git", |
| 1023 |
"url": "https://github.com/paragonie/constant_time_encoding.git", |
| 1024 |
"reference": "58c3f47f650c94ec05a151692652a868995d2938" |
| 1025 |
}, |
| 1026 |
"dist": { |
| 1027 |
"type": "zip", |
| 1028 |
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", |
| 1029 |
"reference": "58c3f47f650c94ec05a151692652a868995d2938", |
| 1030 |
"shasum": "" |
| 1031 |
}, |
| 1032 |
"require": { |
| 1033 |
"php": "^7|^8" |
| 1034 |
}, |
| 1035 |
"require-dev": { |
| 1036 |
"phpunit/phpunit": "^6|^7|^8|^9", |
| 1037 |
"vimeo/psalm": "^1|^2|^3|^4" |
| 1038 |
}, |
| 1039 |
"time": "2022-06-14T06:56:20+00:00", |
| 1040 |
"type": "library", |
| 1041 |
"installation-source": "dist", |
| 1042 |
"autoload": { |
| 1043 |
"psr-4": { |
| 1044 |
"ParagonIE\\ConstantTime\\": "src/" |
| 1045 |
} |
| 1046 |
}, |
| 1047 |
"notification-url": "https://packagist.org/downloads/", |
| 1048 |
"license": [ |
| 1049 |
"MIT" |
| 1050 |
], |
| 1051 |
"authors": [ |
| 1052 |
{ |
| 1053 |
"name": "Paragon Initiative Enterprises", |
| 1054 |
"email": "security@paragonie.com", |
| 1055 |
"homepage": "https://paragonie.com", |
| 1056 |
"role": "Maintainer" |
| 1057 |
}, |
| 1058 |
{ |
| 1059 |
"name": "Steve 'Sc00bz' Thomas", |
| 1060 |
"email": "steve@tobtu.com", |
| 1061 |
"homepage": "https://www.tobtu.com", |
| 1062 |
"role": "Original Developer" |
| 1063 |
} |
| 1064 |
], |
| 1065 |
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", |
| 1066 |
"keywords": [ |
| 1067 |
"base16", |
| 1068 |
"base32", |
| 1069 |
"base32_decode", |
| 1070 |
"base32_encode", |
| 1071 |
"base64", |
| 1072 |
"base64_decode", |
| 1073 |
"base64_encode", |
| 1074 |
"bin2hex", |
| 1075 |
"encoding", |
| 1076 |
"hex", |
| 1077 |
"hex2bin", |
| 1078 |
"rfc4648" |
| 1079 |
], |
| 1080 |
"support": { |
| 1081 |
"email": "info@paragonie.com", |
| 1082 |
"issues": "https://github.com/paragonie/constant_time_encoding/issues", |
| 1083 |
"source": "https://github.com/paragonie/constant_time_encoding" |
| 1084 |
}, |
| 1085 |
"install-path": "../paragonie/constant_time_encoding" |
| 1086 |
}, |
| 1087 |
{ |
| 1088 |
"name": "paragonie/random_compat", |
| 1089 |
"version": "v9.99.100", |
| 1090 |
"version_normalized": "9.99.100.0", |
| 1091 |
"source": { |
| 1092 |
"type": "git", |
| 1093 |
"url": "https://github.com/paragonie/random_compat.git", |
| 1094 |
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" |
| 1095 |
}, |
| 1096 |
"dist": { |
| 1097 |
"type": "zip", |
| 1098 |
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", |
| 1099 |
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", |
| 1100 |
"shasum": "" |
| 1101 |
}, |
| 1102 |
"require": { |
| 1103 |
"php": ">= 7" |
| 1104 |
}, |
| 1105 |
"require-dev": { |
| 1106 |
"phpunit/phpunit": "4.*|5.*", |
| 1107 |
"vimeo/psalm": "^1" |
| 1108 |
}, |
| 1109 |
"suggest": { |
| 1110 |
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
| 1111 |
}, |
| 1112 |
"time": "2020-10-15T08:29:30+00:00", |
| 1113 |
"type": "library", |
| 1114 |
"installation-source": "dist", |
| 1115 |
"notification-url": "https://packagist.org/downloads/", |
| 1116 |
"license": [ |
| 1117 |
"MIT" |
| 1118 |
], |
| 1119 |
"authors": [ |
| 1120 |
{ |
| 1121 |
"name": "Paragon Initiative Enterprises", |
| 1122 |
"email": "security@paragonie.com", |
| 1123 |
"homepage": "https://paragonie.com" |
| 1124 |
} |
| 1125 |
], |
| 1126 |
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
| 1127 |
"keywords": [ |
| 1128 |
"csprng", |
| 1129 |
"polyfill", |
| 1130 |
"pseudorandom", |
| 1131 |
"random" |
| 1132 |
], |
| 1133 |
"support": { |
| 1134 |
"email": "info@paragonie.com", |
| 1135 |
"issues": "https://github.com/paragonie/random_compat/issues", |
| 1136 |
"source": "https://github.com/paragonie/random_compat" |
| 1137 |
}, |
| 1138 |
"install-path": "../paragonie/random_compat" |
| 1139 |
}, |
| 1140 |
{ |
| 1141 |
"name": "phpseclib/phpseclib", |
| 1142 |
"version": "3.0.17", |
| 1143 |
"version_normalized": "3.0.17.0", |
| 1144 |
"source": { |
| 1145 |
"type": "git", |
| 1146 |
"url": "https://github.com/phpseclib/phpseclib.git", |
| 1147 |
"reference": "dbc2307d5c69aeb22db136c52e91130d7f2ca761" |
| 1148 |
}, |
| 1149 |
"dist": { |
| 1150 |
"type": "zip", |
| 1151 |
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/dbc2307d5c69aeb22db136c52e91130d7f2ca761", |
| 1152 |
"reference": "dbc2307d5c69aeb22db136c52e91130d7f2ca761", |
| 1153 |
"shasum": "" |
| 1154 |
}, |
| 1155 |
"require": { |
| 1156 |
"paragonie/constant_time_encoding": "^1|^2", |
| 1157 |
"paragonie/random_compat": "^1.4|^2.0|^9.99.99", |
| 1158 |
"php": ">=5.6.1" |
| 1159 |
}, |
| 1160 |
"require-dev": { |
| 1161 |
"phpunit/phpunit": "*" |
| 1162 |
}, |
| 1163 |
"suggest": { |
| 1164 |
"ext-dom": "Install the DOM extension to load XML formatted public keys.", |
| 1165 |
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", |
| 1166 |
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", |
| 1167 |
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", |
| 1168 |
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." |
| 1169 |
}, |
| 1170 |
"time": "2022-10-24T10:51:50+00:00", |
| 1171 |
"type": "library", |
| 1172 |
"installation-source": "dist", |
| 1173 |
"autoload": { |
| 1174 |
"files": [ |
| 1175 |
"phpseclib/bootstrap.php" |
| 1176 |
], |
| 1177 |
"psr-4": { |
| 1178 |
"phpseclib3\\": "phpseclib/" |
| 1179 |
} |
| 1180 |
}, |
| 1181 |
"notification-url": "https://packagist.org/downloads/", |
| 1182 |
"license": [ |
| 1183 |
"MIT" |
| 1184 |
], |
| 1185 |
"authors": [ |
| 1186 |
{ |
| 1187 |
"name": "Jim Wigginton", |
| 1188 |
"email": "terrafrost@php.net", |
| 1189 |
"role": "Lead Developer" |
| 1190 |
}, |
| 1191 |
{ |
| 1192 |
"name": "Patrick Monnerat", |
| 1193 |
"email": "pm@datasphere.ch", |
| 1194 |
"role": "Developer" |
| 1195 |
}, |
| 1196 |
{ |
| 1197 |
"name": "Andreas Fischer", |
| 1198 |
"email": "bantu@phpbb.com", |
| 1199 |
"role": "Developer" |
| 1200 |
}, |
| 1201 |
{ |
| 1202 |
"name": "Hans-Jürgen Petrich", |
| 1203 |
"email": "petrich@tronic-media.com", |
| 1204 |
"role": "Developer" |
| 1205 |
}, |
| 1206 |
{ |
| 1207 |
"name": "Graham Campbell", |
| 1208 |
"email": "graham@alt-three.com", |
| 1209 |
"role": "Developer" |
| 1210 |
} |
| 1211 |
], |
| 1212 |
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", |
| 1213 |
"homepage": "http://phpseclib.sourceforge.net", |
| 1214 |
"keywords": [ |
| 1215 |
"BigInteger", |
| 1216 |
"aes", |
| 1217 |
"asn.1", |
| 1218 |
"asn1", |
| 1219 |
"blowfish", |
| 1220 |
"crypto", |
| 1221 |
"cryptography", |
| 1222 |
"encryption", |
| 1223 |
"rsa", |
| 1224 |
"security", |
| 1225 |
"sftp", |
| 1226 |
"signature", |
| 1227 |
"signing", |
| 1228 |
"ssh", |
| 1229 |
"twofish", |
| 1230 |
"x.509", |
| 1231 |
"x509" |
| 1232 |
], |
| 1233 |
"support": { |
| 1234 |
"issues": "https://github.com/phpseclib/phpseclib/issues", |
| 1235 |
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.17" |
| 1236 |
}, |
| 1237 |
"funding": [ |
| 1238 |
{ |
| 1239 |
"url": "https://github.com/terrafrost", |
| 1240 |
"type": "github" |
| 1241 |
}, |
| 1242 |
{ |
| 1243 |
"url": "https://www.patreon.com/phpseclib", |
| 1244 |
"type": "patreon" |
| 1245 |
}, |
| 1246 |
{ |
| 1247 |
"url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", |
| 1248 |
"type": "tidelift" |
| 1249 |
} |
| 1250 |
], |
| 1251 |
"install-path": "../phpseclib/phpseclib" |
| 1252 |
}, |
| 1253 |
{ |
| 1254 |
"name": "psr/cache", |
| 1255 |
"version": "1.0.1", |
| 1256 |
"version_normalized": "1.0.1.0", |
| 1257 |
"source": { |
| 1258 |
"type": "git", |
| 1259 |
"url": "https://github.com/php-fig/cache.git", |
| 1260 |
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
| 1261 |
}, |
| 1262 |
"dist": { |
| 1263 |
"type": "zip", |
| 1264 |
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
| 1265 |
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
| 1266 |
"shasum": "" |
| 1267 |
}, |
| 1268 |
"require": { |
| 1269 |
"php": ">=5.3.0" |
| 1270 |
}, |
| 1271 |
"time": "2016-08-06T20:24:11+00:00", |
| 1272 |
"type": "library", |
| 1273 |
"extra": { |
| 1274 |
"branch-alias": { |
| 1275 |
"dev-master": "1.0.x-dev" |
| 1276 |
} |
| 1277 |
}, |
| 1278 |
"installation-source": "dist", |
| 1279 |
"autoload": { |
| 1280 |
"psr-4": { |
| 1281 |
"Psr\\Cache\\": "src/" |
| 1282 |
} |
| 1283 |
}, |
| 1284 |
"notification-url": "https://packagist.org/downloads/", |
| 1285 |
"license": [ |
| 1286 |
"MIT" |
| 1287 |
], |
| 1288 |
"authors": [ |
| 1289 |
{ |
| 1290 |
"name": "PHP-FIG", |
| 1291 |
"homepage": "http://www.php-fig.org/" |
| 1292 |
} |
| 1293 |
], |
| 1294 |
"description": "Common interface for caching libraries", |
| 1295 |
"keywords": [ |
| 1296 |
"cache", |
| 1297 |
"psr", |
| 1298 |
"psr-6" |
| 1299 |
], |
| 1300 |
"support": { |
| 1301 |
"source": "https://github.com/php-fig/cache/tree/master" |
| 1302 |
}, |
| 1303 |
"install-path": "../psr/cache" |
| 1304 |
}, |
| 1305 |
{ |
| 1306 |
"name": "psr/http-client", |
| 1307 |
"version": "1.0.1", |
| 1308 |
"version_normalized": "1.0.1.0", |
| 1309 |
"source": { |
| 1310 |
"type": "git", |
| 1311 |
"url": "https://github.com/php-fig/http-client.git", |
| 1312 |
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" |
| 1313 |
}, |
| 1314 |
"dist": { |
| 1315 |
"type": "zip", |
| 1316 |
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", |
| 1317 |
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", |
| 1318 |
"shasum": "" |
| 1319 |
}, |
| 1320 |
"require": { |
| 1321 |
"php": "^7.0 || ^8.0", |
| 1322 |
"psr/http-message": "^1.0" |
| 1323 |
}, |
| 1324 |
"time": "2020-06-29T06:28:15+00:00", |
| 1325 |
"type": "library", |
| 1326 |
"extra": { |
| 1327 |
"branch-alias": { |
| 1328 |
"dev-master": "1.0.x-dev" |
| 1329 |
} |
| 1330 |
}, |
| 1331 |
"installation-source": "dist", |
| 1332 |
"autoload": { |
| 1333 |
"psr-4": { |
| 1334 |
"Psr\\Http\\Client\\": "src/" |
| 1335 |
} |
| 1336 |
}, |
| 1337 |
"notification-url": "https://packagist.org/downloads/", |
| 1338 |
"license": [ |
| 1339 |
"MIT" |
| 1340 |
], |
| 1341 |
"authors": [ |
| 1342 |
{ |
| 1343 |
"name": "PHP-FIG", |
| 1344 |
"homepage": "http://www.php-fig.org/" |
| 1345 |
} |
| 1346 |
], |
| 1347 |
"description": "Common interface for HTTP clients", |
| 1348 |
"homepage": "https://github.com/php-fig/http-client", |
| 1349 |
"keywords": [ |
| 1350 |
"http", |
| 1351 |
"http-client", |
| 1352 |
"psr", |
| 1353 |
"psr-18" |
| 1354 |
], |
| 1355 |
"support": { |
| 1356 |
"source": "https://github.com/php-fig/http-client/tree/master" |
| 1357 |
}, |
| 1358 |
"install-path": "../psr/http-client" |
| 1359 |
}, |
| 1360 |
{ |
| 1361 |
"name": "psr/http-factory", |
| 1362 |
"version": "1.0.1", |
| 1363 |
"version_normalized": "1.0.1.0", |
| 1364 |
"source": { |
| 1365 |
"type": "git", |
| 1366 |
"url": "https://github.com/php-fig/http-factory.git", |
| 1367 |
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" |
| 1368 |
}, |
| 1369 |
"dist": { |
| 1370 |
"type": "zip", |
| 1371 |
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", |
| 1372 |
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", |
| 1373 |
"shasum": "" |
| 1374 |
}, |
| 1375 |
"require": { |
| 1376 |
"php": ">=7.0.0", |
| 1377 |
"psr/http-message": "^1.0" |
| 1378 |
}, |
| 1379 |
"time": "2019-04-30T12:38:16+00:00", |
| 1380 |
"type": "library", |
| 1381 |
"extra": { |
| 1382 |
"branch-alias": { |
| 1383 |
"dev-master": "1.0.x-dev" |
| 1384 |
} |
| 1385 |
}, |
| 1386 |
"installation-source": "dist", |
| 1387 |
"autoload": { |
| 1388 |
"psr-4": { |
| 1389 |
"Psr\\Http\\Message\\": "src/" |
| 1390 |
} |
| 1391 |
}, |
| 1392 |
"notification-url": "https://packagist.org/downloads/", |
| 1393 |
"license": [ |
| 1394 |
"MIT" |
| 1395 |
], |
| 1396 |
"authors": [ |
| 1397 |
{ |
| 1398 |
"name": "PHP-FIG", |
| 1399 |
"homepage": "http://www.php-fig.org/" |
| 1400 |
} |
| 1401 |
], |
| 1402 |
"description": "Common interfaces for PSR-7 HTTP message factories", |
| 1403 |
"keywords": [ |
| 1404 |
"factory", |
| 1405 |
"http", |
| 1406 |
"message", |
| 1407 |
"psr", |
| 1408 |
"psr-17", |
| 1409 |
"psr-7", |
| 1410 |
"request", |
| 1411 |
"response" |
| 1412 |
], |
| 1413 |
"support": { |
| 1414 |
"source": "https://github.com/php-fig/http-factory/tree/master" |
| 1415 |
}, |
| 1416 |
"install-path": "../psr/http-factory" |
| 1417 |
}, |
| 1418 |
{ |
| 1419 |
"name": "psr/http-message", |
| 1420 |
"version": "1.0.1", |
| 1421 |
"version_normalized": "1.0.1.0", |
| 1422 |
"source": { |
| 1423 |
"type": "git", |
| 1424 |
"url": "https://github.com/php-fig/http-message.git", |
| 1425 |
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
| 1426 |
}, |
| 1427 |
"dist": { |
| 1428 |
"type": "zip", |
| 1429 |
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
| 1430 |
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
| 1431 |
"shasum": "" |
| 1432 |
}, |
| 1433 |
"require": { |
| 1434 |
"php": ">=5.3.0" |
| 1435 |
}, |
| 1436 |
"time": "2016-08-06T14:39:51+00:00", |
| 1437 |
"type": "library", |
| 1438 |
"extra": { |
| 1439 |
"branch-alias": { |
| 1440 |
"dev-master": "1.0.x-dev" |
| 1441 |
} |
| 1442 |
}, |
| 1443 |
"installation-source": "dist", |
| 1444 |
"autoload": { |
| 1445 |
"psr-4": { |
| 1446 |
"Psr\\Http\\Message\\": "src/" |
| 1447 |
} |
| 1448 |
}, |
| 1449 |
"notification-url": "https://packagist.org/downloads/", |
| 1450 |
"license": [ |
| 1451 |
"MIT" |
| 1452 |
], |
| 1453 |
"authors": [ |
| 1454 |
{ |
| 1455 |
"name": "PHP-FIG", |
| 1456 |
"homepage": "http://www.php-fig.org/" |
| 1457 |
} |
| 1458 |
], |
| 1459 |
"description": "Common interface for HTTP messages", |
| 1460 |
"homepage": "https://github.com/php-fig/http-message", |
| 1461 |
"keywords": [ |
| 1462 |
"http", |
| 1463 |
"http-message", |
| 1464 |
"psr", |
| 1465 |
"psr-7", |
| 1466 |
"request", |
| 1467 |
"response" |
| 1468 |
], |
| 1469 |
"support": { |
| 1470 |
"source": "https://github.com/php-fig/http-message/tree/master" |
| 1471 |
}, |
| 1472 |
"install-path": "../psr/http-message" |
| 1473 |
}, |
| 1474 |
{ |
| 1475 |
"name": "psr/log", |
| 1476 |
"version": "1.1.4", |
| 1477 |
"version_normalized": "1.1.4.0", |
| 1478 |
"source": { |
| 1479 |
"type": "git", |
| 1480 |
"url": "https://github.com/php-fig/log.git", |
| 1481 |
"reference": "d49695b909c3b7628b6289db5479a1c204601f11" |
| 1482 |
}, |
| 1483 |
"dist": { |
| 1484 |
"type": "zip", |
| 1485 |
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", |
| 1486 |
"reference": "d49695b909c3b7628b6289db5479a1c204601f11", |
| 1487 |
"shasum": "" |
| 1488 |
}, |
| 1489 |
"require": { |
| 1490 |
"php": ">=5.3.0" |
| 1491 |
}, |
| 1492 |
"time": "2021-05-03T11:20:27+00:00", |
| 1493 |
"type": "library", |
| 1494 |
"extra": { |
| 1495 |
"branch-alias": { |
| 1496 |
"dev-master": "1.1.x-dev" |
| 1497 |
} |
| 1498 |
}, |
| 1499 |
"installation-source": "dist", |
| 1500 |
"autoload": { |
| 1501 |
"psr-4": { |
| 1502 |
"Psr\\Log\\": "Psr/Log/" |
| 1503 |
} |
| 1504 |
}, |
| 1505 |
"notification-url": "https://packagist.org/downloads/", |
| 1506 |
"license": [ |
| 1507 |
"MIT" |
| 1508 |
], |
| 1509 |
"authors": [ |
| 1510 |
{ |
| 1511 |
"name": "PHP-FIG", |
| 1512 |
"homepage": "https://www.php-fig.org/" |
| 1513 |
} |
| 1514 |
], |
| 1515 |
"description": "Common interface for logging libraries", |
| 1516 |
"homepage": "https://github.com/php-fig/log", |
| 1517 |
"keywords": [ |
| 1518 |
"log", |
| 1519 |
"psr", |
| 1520 |
"psr-3" |
| 1521 |
], |
| 1522 |
"support": { |
| 1523 |
"source": "https://github.com/php-fig/log/tree/1.1.4" |
| 1524 |
}, |
| 1525 |
"install-path": "../psr/log" |
| 1526 |
}, |
| 1527 |
{ |
| 1528 |
"name": "ralouphie/getallheaders", |
| 1529 |
"version": "3.0.3", |
| 1530 |
"version_normalized": "3.0.3.0", |
| 1531 |
"source": { |
| 1532 |
"type": "git", |
| 1533 |
"url": "https://github.com/ralouphie/getallheaders.git", |
| 1534 |
"reference": "120b605dfeb996808c31b6477290a714d356e822" |
| 1535 |
}, |
| 1536 |
"dist": { |
| 1537 |
"type": "zip", |
| 1538 |
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
| 1539 |
"reference": "120b605dfeb996808c31b6477290a714d356e822", |
| 1540 |
"shasum": "" |
| 1541 |
}, |
| 1542 |
"require": { |
| 1543 |
"php": ">=5.6" |
| 1544 |
}, |
| 1545 |
"require-dev": { |
| 1546 |
"php-coveralls/php-coveralls": "^2.1", |
| 1547 |
"phpunit/phpunit": "^5 || ^6.5" |
| 1548 |
}, |
| 1549 |
"time": "2019-03-08T08:55:37+00:00", |
| 1550 |
"type": "library", |
| 1551 |
"installation-source": "dist", |
| 1552 |
"autoload": { |
| 1553 |
"files": [ |
| 1554 |
"src/getallheaders.php" |
| 1555 |
] |
| 1556 |
}, |
| 1557 |
"notification-url": "https://packagist.org/downloads/", |
| 1558 |
"license": [ |
| 1559 |
"MIT" |
| 1560 |
], |
| 1561 |
"authors": [ |
| 1562 |
{ |
| 1563 |
"name": "Ralph Khattar", |
| 1564 |
"email": "ralph.khattar@gmail.com" |
| 1565 |
} |
| 1566 |
], |
| 1567 |
"description": "A polyfill for getallheaders.", |
| 1568 |
"support": { |
| 1569 |
"issues": "https://github.com/ralouphie/getallheaders/issues", |
| 1570 |
"source": "https://github.com/ralouphie/getallheaders/tree/develop" |
| 1571 |
}, |
| 1572 |
"install-path": "../ralouphie/getallheaders" |
| 1573 |
}, |
| 1574 |
{ |
| 1575 |
"name": "symfony/deprecation-contracts", |
| 1576 |
"version": "v2.5.2", |
| 1577 |
"version_normalized": "2.5.2.0", |
| 1578 |
"source": { |
| 1579 |
"type": "git", |
| 1580 |
"url": "https://github.com/symfony/deprecation-contracts.git", |
| 1581 |
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" |
| 1582 |
}, |
| 1583 |
"dist": { |
| 1584 |
"type": "zip", |
| 1585 |
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", |
| 1586 |
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", |
| 1587 |
"shasum": "" |
| 1588 |
}, |
| 1589 |
"require": { |
| 1590 |
"php": ">=7.1" |
| 1591 |
}, |
| 1592 |
"time": "2022-01-02T09:53:40+00:00", |
| 1593 |
"type": "library", |
| 1594 |
"extra": { |
| 1595 |
"branch-alias": { |
| 1596 |
"dev-main": "2.5-dev" |
| 1597 |
}, |
| 1598 |
"thanks": { |
| 1599 |
"name": "symfony/contracts", |
| 1600 |
"url": "https://github.com/symfony/contracts" |
| 1601 |
} |
| 1602 |
}, |
| 1603 |
"installation-source": "dist", |
| 1604 |
"autoload": { |
| 1605 |
"files": [ |
| 1606 |
"function.php" |
| 1607 |
] |
| 1608 |
}, |
| 1609 |
"notification-url": "https://packagist.org/downloads/", |
| 1610 |
"license": [ |
| 1611 |
"MIT" |
| 1612 |
], |
| 1613 |
"authors": [ |
| 1614 |
{ |
| 1615 |
"name": "Nicolas Grekas", |
| 1616 |
"email": "p@tchwork.com" |
| 1617 |
}, |
| 1618 |
{ |
| 1619 |
"name": "Symfony Community", |
| 1620 |
"homepage": "https://symfony.com/contributors" |
| 1621 |
} |
| 1622 |
], |
| 1623 |
"description": "A generic function and convention to trigger deprecation notices", |
| 1624 |
"homepage": "https://symfony.com", |
| 1625 |
"support": { |
| 1626 |
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" |
| 1627 |
}, |
| 1628 |
"funding": [ |
| 1629 |
{ |
| 1630 |
"url": "https://symfony.com/sponsor", |
| 1631 |
"type": "custom" |
| 1632 |
}, |
| 1633 |
{ |
| 1634 |
"url": "https://github.com/fabpot", |
| 1635 |
"type": "github" |
| 1636 |
}, |
| 1637 |
{ |
| 1638 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1639 |
"type": "tidelift" |
| 1640 |
} |
| 1641 |
], |
| 1642 |
"install-path": "../symfony/deprecation-contracts" |
| 1643 |
}, |
| 1644 |
{ |
| 1645 |
"name": "thenetworg/oauth2-azure", |
| 1646 |
"version": "v2.1.1", |
| 1647 |
"version_normalized": "2.1.1.0", |
| 1648 |
"source": { |
| 1649 |
"type": "git", |
| 1650 |
"url": "https://github.com/TheNetworg/oauth2-azure.git", |
| 1651 |
"reference": "06fb2d620fb6e6c934f632c7ec7c5ea2e978a844" |
| 1652 |
}, |
| 1653 |
"dist": { |
| 1654 |
"type": "zip", |
| 1655 |
"url": "https://api.github.com/repos/TheNetworg/oauth2-azure/zipball/06fb2d620fb6e6c934f632c7ec7c5ea2e978a844", |
| 1656 |
"reference": "06fb2d620fb6e6c934f632c7ec7c5ea2e978a844", |
| 1657 |
"shasum": "" |
| 1658 |
}, |
| 1659 |
"require": { |
| 1660 |
"ext-json": "*", |
| 1661 |
"ext-openssl": "*", |
| 1662 |
"firebase/php-jwt": "~3.0||~4.0||~5.0||~6.0", |
| 1663 |
"league/oauth2-client": "~2.0", |
| 1664 |
"php": "^7.1|^8.0" |
| 1665 |
}, |
| 1666 |
"time": "2022-06-23T10:35:36+00:00", |
| 1667 |
"type": "library", |
| 1668 |
"installation-source": "dist", |
| 1669 |
"autoload": { |
| 1670 |
"psr-4": { |
| 1671 |
"TheNetworg\\OAuth2\\Client\\": "src/" |
| 1672 |
} |
| 1673 |
}, |
| 1674 |
"notification-url": "https://packagist.org/downloads/", |
| 1675 |
"license": [ |
| 1676 |
"MIT" |
| 1677 |
], |
| 1678 |
"authors": [ |
| 1679 |
{ |
| 1680 |
"name": "Jan Hajek", |
| 1681 |
"email": "jan.hajek@thenetw.org", |
| 1682 |
"homepage": "https://thenetw.org" |
| 1683 |
} |
| 1684 |
], |
| 1685 |
"description": "Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client", |
| 1686 |
"keywords": [ |
| 1687 |
"SSO", |
| 1688 |
"aad", |
| 1689 |
"authorization", |
| 1690 |
"azure", |
| 1691 |
"azure active directory", |
| 1692 |
"client", |
| 1693 |
"microsoft", |
| 1694 |
"oauth", |
| 1695 |
"oauth2", |
| 1696 |
"windows azure" |
| 1697 |
], |
| 1698 |
"support": { |
| 1699 |
"issues": "https://github.com/TheNetworg/oauth2-azure/issues", |
| 1700 |
"source": "https://github.com/TheNetworg/oauth2-azure/tree/v2.1.1" |
| 1701 |
}, |
| 1702 |
"install-path": "../thenetworg/oauth2-azure" |
| 1703 |
} |
| 1704 |
], |
| 1705 |
"dev": true, |
| 1706 |
"dev-package-names": [] |
| 1707 |
} |
| 1708 |
|