ClassLoader.php
2 years ago
InstalledVersions.php
2 years ago
LICENSE
3 years ago
autoload_classmap.php
2 years ago
autoload_files.php
2 years ago
autoload_namespaces.php
2 years ago
autoload_psr4.php
2 years ago
autoload_real.php
2 years ago
autoload_static.php
2 years ago
installed.json
2 years ago
installed.php
2 years ago
platform_check.php
2 years ago
installed.json
2459 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "brick/math", |
| 5 | "version": "0.9.3", |
| 6 | "version_normalized": "0.9.3.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/brick/math.git", |
| 10 | "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae", |
| 15 | "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "ext-json": "*", |
| 20 | "php": "^7.1 || ^8.0" |
| 21 | }, |
| 22 | "require-dev": { |
| 23 | "php-coveralls/php-coveralls": "^2.2", |
| 24 | "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0", |
| 25 | "vimeo/psalm": "4.9.2" |
| 26 | }, |
| 27 | "time": "2021-08-15T20:50:18+00:00", |
| 28 | "type": "library", |
| 29 | "installation-source": "dist", |
| 30 | "autoload": { |
| 31 | "psr-4": { |
| 32 | "Brick\\Math\\": "src/" |
| 33 | } |
| 34 | }, |
| 35 | "notification-url": "https://packagist.org/downloads/", |
| 36 | "license": [ |
| 37 | "MIT" |
| 38 | ], |
| 39 | "description": "Arbitrary-precision arithmetic library", |
| 40 | "keywords": [ |
| 41 | "Arbitrary-precision", |
| 42 | "BigInteger", |
| 43 | "BigRational", |
| 44 | "arithmetic", |
| 45 | "bigdecimal", |
| 46 | "bignum", |
| 47 | "brick", |
| 48 | "math" |
| 49 | ], |
| 50 | "install-path": "../brick/math" |
| 51 | }, |
| 52 | { |
| 53 | "name": "firebase/php-jwt", |
| 54 | "version": "v6.3.0", |
| 55 | "version_normalized": "6.3.0.0", |
| 56 | "source": { |
| 57 | "type": "git", |
| 58 | "url": "https://github.com/firebase/php-jwt.git", |
| 59 | "reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8" |
| 60 | }, |
| 61 | "dist": { |
| 62 | "type": "zip", |
| 63 | "url": "https://api.github.com/repos/firebase/php-jwt/zipball/018dfc4e1da92ad8a1b90adc4893f476a3b41cb8", |
| 64 | "reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8", |
| 65 | "shasum": "" |
| 66 | }, |
| 67 | "require": { |
| 68 | "php": "^7.1||^8.0" |
| 69 | }, |
| 70 | "require-dev": { |
| 71 | "guzzlehttp/guzzle": "^6.5||^7.4", |
| 72 | "phpspec/prophecy-phpunit": "^1.1", |
| 73 | "phpunit/phpunit": "^7.5||^9.5", |
| 74 | "psr/cache": "^1.0||^2.0", |
| 75 | "psr/http-client": "^1.0", |
| 76 | "psr/http-factory": "^1.0" |
| 77 | }, |
| 78 | "suggest": { |
| 79 | "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" |
| 80 | }, |
| 81 | "time": "2022-07-15T16:48:45+00:00", |
| 82 | "type": "library", |
| 83 | "installation-source": "dist", |
| 84 | "autoload": { |
| 85 | "psr-4": { |
| 86 | "Firebase\\JWT\\": "src" |
| 87 | } |
| 88 | }, |
| 89 | "notification-url": "https://packagist.org/downloads/", |
| 90 | "license": [ |
| 91 | "BSD-3-Clause" |
| 92 | ], |
| 93 | "authors": [ |
| 94 | { |
| 95 | "name": "Neuman Vong", |
| 96 | "email": "neuman+pear@twilio.com", |
| 97 | "role": "Developer" |
| 98 | }, |
| 99 | { |
| 100 | "name": "Anant Narayanan", |
| 101 | "email": "anant@php.net", |
| 102 | "role": "Developer" |
| 103 | } |
| 104 | ], |
| 105 | "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", |
| 106 | "homepage": "https://github.com/firebase/php-jwt", |
| 107 | "keywords": [ |
| 108 | "jwt", |
| 109 | "php" |
| 110 | ], |
| 111 | "install-path": "../firebase/php-jwt" |
| 112 | }, |
| 113 | { |
| 114 | "name": "google/apiclient", |
| 115 | "version": "v2.12.6", |
| 116 | "version_normalized": "2.12.6.0", |
| 117 | "source": { |
| 118 | "type": "git", |
| 119 | "url": "https://github.com/googleapis/google-api-php-client.git", |
| 120 | "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e" |
| 121 | }, |
| 122 | "dist": { |
| 123 | "type": "zip", |
| 124 | "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/f92aa126903a9e2da5bd41a280d9633cb249e79e", |
| 125 | "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e", |
| 126 | "shasum": "" |
| 127 | }, |
| 128 | "require": { |
| 129 | "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0", |
| 130 | "google/apiclient-services": "~0.200", |
| 131 | "google/auth": "^1.10", |
| 132 | "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0", |
| 133 | "guzzlehttp/psr7": "^1.8.4||^2.2.1", |
| 134 | "monolog/monolog": "^1.17||^2.0||^3.0", |
| 135 | "php": "^5.6|^7.0|^8.0", |
| 136 | "phpseclib/phpseclib": "~2.0||^3.0.2" |
| 137 | }, |
| 138 | "require-dev": { |
| 139 | "cache/filesystem-adapter": "^0.3.2|^1.1", |
| 140 | "composer/composer": "^1.10.22", |
| 141 | "phpcompatibility/php-compatibility": "^9.2", |
| 142 | "phpspec/prophecy-phpunit": "^1.1||^2.0", |
| 143 | "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 144 | "squizlabs/php_codesniffer": "^3.0", |
| 145 | "symfony/css-selector": "~2.1", |
| 146 | "symfony/dom-crawler": "~2.1", |
| 147 | "yoast/phpunit-polyfills": "^1.0" |
| 148 | }, |
| 149 | "suggest": { |
| 150 | "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)" |
| 151 | }, |
| 152 | "time": "2022-06-06T20:00:19+00:00", |
| 153 | "type": "library", |
| 154 | "extra": { |
| 155 | "branch-alias": { |
| 156 | "dev-main": "2.x-dev" |
| 157 | } |
| 158 | }, |
| 159 | "installation-source": "dist", |
| 160 | "autoload": { |
| 161 | "files": [ |
| 162 | "src/aliases.php" |
| 163 | ], |
| 164 | "psr-4": { |
| 165 | "Google\\": "src/" |
| 166 | }, |
| 167 | "classmap": [ |
| 168 | "src/aliases.php" |
| 169 | ] |
| 170 | }, |
| 171 | "notification-url": "https://packagist.org/downloads/", |
| 172 | "license": [ |
| 173 | "Apache-2.0" |
| 174 | ], |
| 175 | "description": "Client library for Google APIs", |
| 176 | "homepage": "http://developers.google.com/api-client-library/php", |
| 177 | "keywords": [ |
| 178 | "google" |
| 179 | ], |
| 180 | "install-path": "../google/apiclient" |
| 181 | }, |
| 182 | { |
| 183 | "name": "google/apiclient-services", |
| 184 | "version": "v0.261.0", |
| 185 | "version_normalized": "0.261.0.0", |
| 186 | "source": { |
| 187 | "type": "git", |
| 188 | "url": "https://github.com/googleapis/google-api-php-client-services.git", |
| 189 | "reference": "c91c5a694e3b8bca37136b830072a23f2c1250fa" |
| 190 | }, |
| 191 | "dist": { |
| 192 | "type": "zip", |
| 193 | "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/c91c5a694e3b8bca37136b830072a23f2c1250fa", |
| 194 | "reference": "c91c5a694e3b8bca37136b830072a23f2c1250fa", |
| 195 | "shasum": "" |
| 196 | }, |
| 197 | "require": { |
| 198 | "php": ">=5.6" |
| 199 | }, |
| 200 | "require-dev": { |
| 201 | "phpunit/phpunit": "^5.7||^8.5.13" |
| 202 | }, |
| 203 | "time": "2022-08-08T01:28:12+00:00", |
| 204 | "type": "library", |
| 205 | "installation-source": "dist", |
| 206 | "autoload": { |
| 207 | "files": [ |
| 208 | "autoload.php" |
| 209 | ], |
| 210 | "psr-4": { |
| 211 | "Google\\Service\\": "src" |
| 212 | } |
| 213 | }, |
| 214 | "notification-url": "https://packagist.org/downloads/", |
| 215 | "license": [ |
| 216 | "Apache-2.0" |
| 217 | ], |
| 218 | "description": "Client library for Google APIs", |
| 219 | "homepage": "http://developers.google.com/api-client-library/php", |
| 220 | "keywords": [ |
| 221 | "google" |
| 222 | ], |
| 223 | "install-path": "../google/apiclient-services" |
| 224 | }, |
| 225 | { |
| 226 | "name": "google/auth", |
| 227 | "version": "v1.21.1", |
| 228 | "version_normalized": "1.21.1.0", |
| 229 | "source": { |
| 230 | "type": "git", |
| 231 | "url": "https://github.com/googleapis/google-auth-library-php.git", |
| 232 | "reference": "aa3b9ca29258ac6347ce3c8937a2418c5d78f840" |
| 233 | }, |
| 234 | "dist": { |
| 235 | "type": "zip", |
| 236 | "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/aa3b9ca29258ac6347ce3c8937a2418c5d78f840", |
| 237 | "reference": "aa3b9ca29258ac6347ce3c8937a2418c5d78f840", |
| 238 | "shasum": "" |
| 239 | }, |
| 240 | "require": { |
| 241 | "firebase/php-jwt": "^5.5||^6.0", |
| 242 | "guzzlehttp/guzzle": "^6.2.1|^7.0", |
| 243 | "guzzlehttp/psr7": "^1.7|^2.0", |
| 244 | "php": "^7.1||^8.0", |
| 245 | "psr/cache": "^1.0|^2.0|^3.0", |
| 246 | "psr/http-message": "^1.0" |
| 247 | }, |
| 248 | "require-dev": { |
| 249 | "guzzlehttp/promises": "0.1.1|^1.3", |
| 250 | "kelvinmo/simplejwt": "^0.2.5|^0.5.1", |
| 251 | "phpseclib/phpseclib": "^2.0.31", |
| 252 | "phpspec/prophecy-phpunit": "^1.1", |
| 253 | "phpunit/phpunit": "^7.5||^8.5", |
| 254 | "sebastian/comparator": ">=1.2.3", |
| 255 | "squizlabs/php_codesniffer": "^3.5" |
| 256 | }, |
| 257 | "suggest": { |
| 258 | "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." |
| 259 | }, |
| 260 | "time": "2022-05-16T19:34:15+00:00", |
| 261 | "type": "library", |
| 262 | "installation-source": "dist", |
| 263 | "autoload": { |
| 264 | "psr-4": { |
| 265 | "Google\\Auth\\": "src" |
| 266 | } |
| 267 | }, |
| 268 | "notification-url": "https://packagist.org/downloads/", |
| 269 | "license": [ |
| 270 | "Apache-2.0" |
| 271 | ], |
| 272 | "description": "Google Auth Library for PHP", |
| 273 | "homepage": "http://github.com/google/google-auth-library-php", |
| 274 | "keywords": [ |
| 275 | "Authentication", |
| 276 | "google", |
| 277 | "oauth2" |
| 278 | ], |
| 279 | "install-path": "../google/auth" |
| 280 | }, |
| 281 | { |
| 282 | "name": "google/cloud", |
| 283 | "version": "v0.185.0", |
| 284 | "version_normalized": "0.185.0.0", |
| 285 | "source": { |
| 286 | "type": "git", |
| 287 | "url": "https://github.com/googleapis/google-cloud-php.git", |
| 288 | "reference": "a6033189c400c1596a8dec9f7247c72227d84888" |
| 289 | }, |
| 290 | "dist": { |
| 291 | "type": "zip", |
| 292 | "url": "https://api.github.com/repos/googleapis/google-cloud-php/zipball/a6033189c400c1596a8dec9f7247c72227d84888", |
| 293 | "reference": "a6033189c400c1596a8dec9f7247c72227d84888", |
| 294 | "shasum": "" |
| 295 | }, |
| 296 | "require": { |
| 297 | "google/auth": "^1.18", |
| 298 | "google/common-protos": "^1.3.1||^2.0", |
| 299 | "google/crc32": "^0.1.0", |
| 300 | "google/gax": "^1.9", |
| 301 | "guzzlehttp/guzzle": "^5.3|^6.5.7|^7.4.4", |
| 302 | "guzzlehttp/psr7": "^1.7|^2.0", |
| 303 | "monolog/monolog": "^1.1|^2.0", |
| 304 | "php": ">=5.5", |
| 305 | "psr/http-message": "1.0.*", |
| 306 | "ramsey/uuid": "^3.0|^4.0", |
| 307 | "rize/uri-template": "~0.3" |
| 308 | }, |
| 309 | "replace": { |
| 310 | "google/access-context-manager": "0.2.3", |
| 311 | "google/analytics-admin": "0.6.2", |
| 312 | "google/analytics-data": "0.8.4", |
| 313 | "google/cloud-access-approval": "0.5.0", |
| 314 | "google/cloud-ai-platform": "0.6.0", |
| 315 | "google/cloud-api-gateway": "0.2.3", |
| 316 | "google/cloud-apigee-connect": "0.2.6", |
| 317 | "google/cloud-appengine-admin": "0.3.1", |
| 318 | "google/cloud-artifact-registry": "0.3.2", |
| 319 | "google/cloud-asset": "1.7.0", |
| 320 | "google/cloud-assured-workloads": "0.6.0", |
| 321 | "google/cloud-automl": "1.4.6", |
| 322 | "google/cloud-bare-metal-solution": "0.2.0", |
| 323 | "google/cloud-bigquery": "1.23.7", |
| 324 | "google/cloud-bigquery-connection": "0.7.2", |
| 325 | "google/cloud-bigquery-data-exchange": "0.1.0", |
| 326 | "google/cloud-bigquery-reservation": "0.6.2", |
| 327 | "google/cloud-bigquery-storage": "1.2.5", |
| 328 | "google/cloud-bigquerydatatransfer": "1.3.4", |
| 329 | "google/cloud-bigtable": "1.15.2", |
| 330 | "google/cloud-billing": "1.4.2", |
| 331 | "google/cloud-billing-budgets": "0.2.7", |
| 332 | "google/cloud-binary-authorization": "0.5.0", |
| 333 | "google/cloud-build": "0.3.2", |
| 334 | "google/cloud-certificate-manager": "0.1.4", |
| 335 | "google/cloud-channel": "0.6.5", |
| 336 | "google/cloud-common-protos": "0.3.3", |
| 337 | "google/cloud-compute": "1.1.0", |
| 338 | "google/cloud-contact-center-insights": "0.2.5", |
| 339 | "google/cloud-container": "1.6.3", |
| 340 | "google/cloud-container-analysis": "0.2.3", |
| 341 | "google/cloud-core": "1.46.1", |
| 342 | "google/cloud-data-catalog": "1.3.2", |
| 343 | "google/cloud-data-fusion": "0.2.3", |
| 344 | "google/cloud-dataflow": "0.3.2", |
| 345 | "google/cloud-datalabeling": "0.1.5", |
| 346 | "google/cloud-dataplex": "0.1.3", |
| 347 | "google/cloud-dataproc": "3.1.0", |
| 348 | "google/cloud-dataproc-metastore": "0.3.2", |
| 349 | "google/cloud-datastore": "1.15.0", |
| 350 | "google/cloud-datastore-admin": "0.5.0", |
| 351 | "google/cloud-datastream": "0.1.0", |
| 352 | "google/cloud-debugger": "1.4.7", |
| 353 | "google/cloud-deploy": "0.2.2", |
| 354 | "google/cloud-dialogflow": "0.27.1", |
| 355 | "google/cloud-dlp": "1.5.2", |
| 356 | "google/cloud-dms": "0.2.6", |
| 357 | "google/cloud-document-ai": "0.2.0", |
| 358 | "google/cloud-domains": "0.2.2", |
| 359 | "google/cloud-error-reporting": "0.19.3", |
| 360 | "google/cloud-essential-contacts": "0.2.5", |
| 361 | "google/cloud-eventarc": "0.3.0", |
| 362 | "google/cloud-eventarc-publishing": "0.2.3", |
| 363 | "google/cloud-filestore": "0.1.4", |
| 364 | "google/cloud-firestore": "1.24.0", |
| 365 | "google/cloud-functions": "0.4.0", |
| 366 | "google/cloud-game-servers": "0.4.3", |
| 367 | "google/cloud-gke-connect-gateway": "0.1.5", |
| 368 | "google/cloud-gke-hub": "0.5.0", |
| 369 | "google/cloud-gke-multi-cloud": "0.1.0", |
| 370 | "google/cloud-iam-credentials": "0.2.0", |
| 371 | "google/cloud-iap": "0.3.1", |
| 372 | "google/cloud-ids": "0.1.3", |
| 373 | "google/cloud-iot": "1.5.2", |
| 374 | "google/cloud-kms": "1.13.2", |
| 375 | "google/cloud-language": "0.26.5", |
| 376 | "google/cloud-life-sciences": "0.2.5", |
| 377 | "google/cloud-logging": "1.24.4", |
| 378 | "google/cloud-managed-identities": "0.2.2", |
| 379 | "google/cloud-media-translation": "0.2.5", |
| 380 | "google/cloud-memcache": "0.5.5", |
| 381 | "google/cloud-monitoring": "1.1.6", |
| 382 | "google/cloud-network-connectivity": "0.2.2", |
| 383 | "google/cloud-network-management": "0.1.6", |
| 384 | "google/cloud-network-security": "0.2.2", |
| 385 | "google/cloud-notebooks": "0.2.5", |
| 386 | "google/cloud-optimization": "0.1.1", |
| 387 | "google/cloud-orchestration-airflow": "0.1.5", |
| 388 | "google/cloud-org-policy": "0.3.2", |
| 389 | "google/cloud-osconfig": "0.5.2", |
| 390 | "google/cloud-oslogin": "1.3.5", |
| 391 | "google/cloud-policy-troubleshooter": "0.2.5", |
| 392 | "google/cloud-private-catalog": "0.2.5", |
| 393 | "google/cloud-profiler": "0.2.5", |
| 394 | "google/cloud-pubsub": "1.38.2", |
| 395 | "google/cloud-recaptcha-enterprise": "1.2.2", |
| 396 | "google/cloud-recommendations-ai": "0.4.2", |
| 397 | "google/cloud-recommender": "1.6.2", |
| 398 | "google/cloud-redis": "1.6.2", |
| 399 | "google/cloud-resource-manager": "0.3.2", |
| 400 | "google/cloud-resource-settings": "0.1.5", |
| 401 | "google/cloud-retail": "0.5.0", |
| 402 | "google/cloud-run": "0.1.0", |
| 403 | "google/cloud-scheduler": "1.6.3", |
| 404 | "google/cloud-secret-manager": "1.9.2", |
| 405 | "google/cloud-security-center": "1.7.0", |
| 406 | "google/cloud-security-private-ca": "0.4.0", |
| 407 | "google/cloud-service-control": "0.3.6", |
| 408 | "google/cloud-service-directory": "0.7.2", |
| 409 | "google/cloud-service-management": "0.3.2", |
| 410 | "google/cloud-service-usage": "0.2.4", |
| 411 | "google/cloud-shell": "0.2.0", |
| 412 | "google/cloud-spanner": "1.50.0", |
| 413 | "google/cloud-speech": "1.6.1", |
| 414 | "google/cloud-sql-admin": "0.2.3", |
| 415 | "google/cloud-storage": "1.27.1", |
| 416 | "google/cloud-storage-transfer": "0.2.2", |
| 417 | "google/cloud-talent": "0.18.0", |
| 418 | "google/cloud-tasks": "1.11.2", |
| 419 | "google/cloud-text-to-speech": "1.4.2", |
| 420 | "google/cloud-tpu": "0.2.5", |
| 421 | "google/cloud-trace": "1.4.6", |
| 422 | "google/cloud-translate": "1.12.5", |
| 423 | "google/cloud-video-live-stream": "0.2.0", |
| 424 | "google/cloud-video-stitcher": "0.2.0", |
| 425 | "google/cloud-video-transcoder": "0.4.0", |
| 426 | "google/cloud-videointelligence": "1.12.8", |
| 427 | "google/cloud-vision": "1.5.7", |
| 428 | "google/cloud-vm-migration": "0.1.3", |
| 429 | "google/cloud-vpc-access": "0.2.5", |
| 430 | "google/cloud-web-risk": "1.1.5", |
| 431 | "google/cloud-web-security-scanner": "0.7.5", |
| 432 | "google/cloud-workflows": "0.2.6", |
| 433 | "google/grafeas": "0.3.0" |
| 434 | }, |
| 435 | "require-dev": { |
| 436 | "erusev/parsedown": "^1.6", |
| 437 | "google/cloud-tools": "^0.12.0", |
| 438 | "opis/closure": "^3.0", |
| 439 | "phpdocumentor/reflection": "^3.0||^4.0", |
| 440 | "phpseclib/phpseclib": "^2.0||^3.0", |
| 441 | "phpunit/phpunit": "^4.8|^5.0|^8.0", |
| 442 | "squizlabs/php_codesniffer": "3.*", |
| 443 | "swaggest/json-schema": "^0.12.0", |
| 444 | "symfony/console": "^3.0", |
| 445 | "symfony/lock": "3.3.x-dev#1ba6ac9", |
| 446 | "vierbergenlars/php-semver": "^3.0", |
| 447 | "wikimedia/avro": "^1.9", |
| 448 | "yoast/phpunit-polyfills": "^1.0" |
| 449 | }, |
| 450 | "suggest": { |
| 451 | "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.", |
| 452 | "phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2." |
| 453 | }, |
| 454 | "time": "2022-06-23T19:38:04+00:00", |
| 455 | "bin": [ |
| 456 | "Core/bin/google-cloud-batch", |
| 457 | "Debugger/bin/google-cloud-debugger" |
| 458 | ], |
| 459 | "type": "library", |
| 460 | "extra": { |
| 461 | "component": { |
| 462 | "id": "google-cloud", |
| 463 | "target": "googleapis/google-cloud-php.git", |
| 464 | "path": "src", |
| 465 | "entry": [ |
| 466 | "Version.php", |
| 467 | "ServiceBuilder.php" |
| 468 | ] |
| 469 | } |
| 470 | }, |
| 471 | "installation-source": "dist", |
| 472 | "autoload": { |
| 473 | "psr-4": { |
| 474 | "Grafeas\\": "Grafeas/src", |
| 475 | "Google\\Cloud\\": [ |
| 476 | "src", |
| 477 | "CommonProtos/src" |
| 478 | ], |
| 479 | "Google\\Cloud\\Dlp\\": "Dlp/src", |
| 480 | "Google\\Cloud\\Iap\\": "Iap/src", |
| 481 | "Google\\Cloud\\Ids\\": "Ids/src", |
| 482 | "Google\\Cloud\\Iot\\": "Iot/src", |
| 483 | "Google\\Cloud\\Kms\\": "Kms/src", |
| 484 | "Google\\Cloud\\Run\\": "Run/src", |
| 485 | "Google\\Cloud\\Sql\\": "SqlAdmin/src", |
| 486 | "Google\\Cloud\\Tpu\\": "Tpu/src", |
| 487 | "Google\\Cloud\\Core\\": "Core/src", |
| 488 | "GPBMetadata\\Google\\": "CommonProtos/metadata", |
| 489 | "Google\\Cloud\\Asset\\": "Asset/src", |
| 490 | "Google\\Cloud\\Build\\": "Build/src", |
| 491 | "Google\\Cloud\\Redis\\": "Redis/src", |
| 492 | "Google\\Cloud\\Shell\\": "Shell/src", |
| 493 | "Google\\Cloud\\Tasks\\": "Tasks/src", |
| 494 | "Google\\Cloud\\Trace\\": "Trace/src", |
| 495 | "GPBMetadata\\Grafeas\\": "Grafeas/metadata", |
| 496 | "Google\\Cloud\\AutoMl\\": "AutoMl/src", |
| 497 | "Google\\Cloud\\Deploy\\": "Deploy/src", |
| 498 | "Google\\Cloud\\Gaming\\": "Gaming/src", |
| 499 | "Google\\Cloud\\GkeHub\\": "GkeHub/src", |
| 500 | "Google\\Cloud\\PubSub\\": "PubSub/src", |
| 501 | "Google\\Cloud\\Retail\\": "Retail/src", |
| 502 | "Google\\Cloud\\Speech\\": "Speech/src", |
| 503 | "Google\\Cloud\\Talent\\": "Talent/src", |
| 504 | "Google\\Cloud\\Vision\\": "Vision/src", |
| 505 | "Google\\Cloud\\Billing\\": "Billing/src", |
| 506 | "Google\\Cloud\\Channel\\": "Channel/src", |
| 507 | "Google\\Cloud\\Compute\\": "Compute/src", |
| 508 | "Google\\Cloud\\Domains\\": "Domains/src", |
| 509 | "Google\\Cloud\\Logging\\": "Logging/src", |
| 510 | "Google\\Cloud\\OsLogin\\": "OsLogin/src", |
| 511 | "Google\\Cloud\\Spanner\\": "Spanner/src", |
| 512 | "Google\\Cloud\\Storage\\": "Storage/src", |
| 513 | "Google\\Cloud\\WebRisk\\": "WebRisk/src", |
| 514 | "Google\\Analytics\\Data\\": "AnalyticsData/src", |
| 515 | "Google\\Cloud\\BigQuery\\": "BigQuery/src", |
| 516 | "Google\\Cloud\\Bigtable\\": "Bigtable/src", |
| 517 | "Google\\Cloud\\CloudDms\\": "Dms/src", |
| 518 | "Google\\Cloud\\Dataflow\\": "Dataflow/src", |
| 519 | "Google\\Cloud\\Dataplex\\": "Dataplex/src", |
| 520 | "Google\\Cloud\\Dataproc\\": "Dataproc/src", |
| 521 | "Google\\Cloud\\Debugger\\": "Debugger/src", |
| 522 | "Google\\Cloud\\Eventarc\\": "Eventarc/src", |
| 523 | "Google\\Cloud\\Language\\": "Language/src", |
| 524 | "Google\\Cloud\\Memcache\\": "Memcache/src", |
| 525 | "Google\\Cloud\\OsConfig\\": "OsConfig/src", |
| 526 | "Google\\Cloud\\Profiler\\": "Profiler/src", |
| 527 | "Google\\Analytics\\Admin\\": "AnalyticsAdmin/src", |
| 528 | "Google\\Cloud\\AppEngine\\": "AppEngineAdmin/src", |
| 529 | "Google\\Cloud\\Container\\": "Container/src", |
| 530 | "Google\\Cloud\\Datastore\\": "Datastore/src", |
| 531 | "Google\\Cloud\\Filestore\\": "Filestore/src", |
| 532 | "Google\\Cloud\\Firestore\\": "Firestore/src", |
| 533 | "Google\\Cloud\\Functions\\": "Functions/src", |
| 534 | "Google\\Cloud\\Metastore\\": "DataprocMetastore/src", |
| 535 | "Google\\Cloud\\Notebooks\\": "Notebooks/src", |
| 536 | "Google\\Cloud\\OrgPolicy\\": [ |
| 537 | "OrgPolicy/src", |
| 538 | "Asset/external/protos/Cloud/OrgPolicy" |
| 539 | ], |
| 540 | "Google\\Cloud\\Scheduler\\": "Scheduler/src", |
| 541 | "Google\\Cloud\\Translate\\": "Translate/src", |
| 542 | "Google\\Cloud\\VpcAccess\\": "VpcAccess/src", |
| 543 | "Google\\Cloud\\Workflows\\": "Workflows/src", |
| 544 | "Google\\Cloud\\AIPlatform\\": "AiPlatform/src", |
| 545 | "Google\\Cloud\\ApiGateway\\": "ApiGateway/src", |
| 546 | "Google\\Cloud\\DataFusion\\": "DataFusion/src", |
| 547 | "Google\\Cloud\\Datastream\\": "Datastream/src", |
| 548 | "Google\\Cloud\\Dialogflow\\": "Dialogflow/src", |
| 549 | "Google\\Cloud\\DocumentAI\\": "DocumentAi/src", |
| 550 | "Google\\Cloud\\Monitoring\\": "Monitoring/src", |
| 551 | "Google\\Cloud\\DataCatalog\\": "DataCatalog/src", |
| 552 | "Google\\Cloud\\Recommender\\": "Recommender/src", |
| 553 | "Google\\Cloud\\VMMigration\\": "VmMigration/src", |
| 554 | "GPBMetadata\\Google\\Pubsub\\": "PubSub/metadata", |
| 555 | "Google\\Cloud\\DataLabeling\\": "DataLabeling/src", |
| 556 | "Google\\Cloud\\LifeSciences\\": "LifeSciences/src", |
| 557 | "Google\\Cloud\\Optimization\\": "Optimization/src", |
| 558 | "Google\\Cloud\\ServiceUsage\\": "ServiceUsage/src", |
| 559 | "Google\\Cloud\\TextToSpeech\\": "TextToSpeech/src", |
| 560 | "GPBMetadata\\Google\\Logging\\": "Logging/metadata", |
| 561 | "GPBMetadata\\Google\\Spanner\\": "Spanner/metadata", |
| 562 | "Google\\Cloud\\ApigeeConnect\\": "ApigeeConnect/src", |
| 563 | "Google\\Cloud\\GkeMultiCloud\\": "GkeMultiCloud/src", |
| 564 | "Google\\Cloud\\SecretManager\\": "SecretManager/src", |
| 565 | "GPBMetadata\\Google\\Bigtable\\": "Bigtable/metadata", |
| 566 | "GPBMetadata\\Google\\Dataflow\\": "Dataflow/metadata", |
| 567 | "Google\\Cloud\\AccessApproval\\": "AccessApproval/src", |
| 568 | "Google\\Cloud\\ErrorReporting\\": "ErrorReporting/src", |
| 569 | "Google\\Cloud\\PrivateCatalog\\": "PrivateCatalog/src", |
| 570 | "Google\\Cloud\\SecurityCenter\\": "SecurityCenter/src", |
| 571 | "Google\\Cloud\\ServiceControl\\": "ServiceControl/src", |
| 572 | "Google\\Cloud\\Video\\Stitcher\\": "VideoStitcher/src", |
| 573 | "GPBMetadata\\Google\\Appengine\\": "AppEngineAdmin/metadata", |
| 574 | "GPBMetadata\\Google\\Cloud\\Iap\\": "Iap/metadata", |
| 575 | "GPBMetadata\\Google\\Cloud\\Ids\\": "Ids/metadata", |
| 576 | "GPBMetadata\\Google\\Cloud\\Iot\\": "Iot/metadata", |
| 577 | "GPBMetadata\\Google\\Cloud\\Kms\\": "Kms/metadata", |
| 578 | "GPBMetadata\\Google\\Cloud\\Run\\": "Run/metadata", |
| 579 | "GPBMetadata\\Google\\Cloud\\Sql\\": "SqlAdmin/metadata", |
| 580 | "GPBMetadata\\Google\\Cloud\\Tpu\\": "Tpu/metadata", |
| 581 | "GPBMetadata\\Google\\Container\\": "Container/metadata", |
| 582 | "GPBMetadata\\Google\\Datastore\\": "Datastore/metadata", |
| 583 | "GPBMetadata\\Google\\Firestore\\": "Firestore/metadata", |
| 584 | "Google\\Cloud\\Billing\\Budgets\\": "BillingBudgets/src", |
| 585 | "Google\\Cloud\\Datastore\\Admin\\": "DatastoreAdmin/src", |
| 586 | "Google\\Cloud\\Iam\\Credentials\\": "IamCredentials/src", |
| 587 | "Google\\Cloud\\NetworkSecurity\\": "NetworkSecurity/src", |
| 588 | "Google\\Cloud\\ResourceManager\\": "ResourceManager/src", |
| 589 | "Google\\Cloud\\StorageTransfer\\": "StorageTransfer/src", |
| 590 | "GPBMetadata\\Google\\Monitoring\\": "Monitoring/metadata", |
| 591 | "Google\\Cloud\\ArtifactRegistry\\": "ArtifactRegistry/src", |
| 592 | "Google\\Cloud\\AssuredWorkloads\\": "AssuredWorkloads/src", |
| 593 | "Google\\Cloud\\BigQuery\\Storage\\": "BigQueryStorage/src", |
| 594 | "Google\\Cloud\\MediaTranslation\\": "MediaTranslation/src", |
| 595 | "Google\\Cloud\\ResourceSettings\\": "ResourceSettings/src", |
| 596 | "Google\\Cloud\\ServiceDirectory\\": "ServiceDirectory/src", |
| 597 | "Google\\Cloud\\Video\\LiveStream\\": "VideoLiveStream/src", |
| 598 | "Google\\Cloud\\Video\\Transcoder\\": "VideoTranscoder/src", |
| 599 | "GPBMetadata\\Google\\Cloud\\Asset\\": "Asset/metadata", |
| 600 | "GPBMetadata\\Google\\Cloud\\Redis\\": "Redis/metadata", |
| 601 | "GPBMetadata\\Google\\Cloud\\Shell\\": "Shell/metadata", |
| 602 | "GPBMetadata\\Google\\Cloud\\Tasks\\": "Tasks/metadata", |
| 603 | "GPBMetadata\\Google\\Privacy\\Dlp\\": "Dlp/metadata", |
| 604 | "Google\\Cloud\\BareMetalSolution\\": "BareMetalSolution/src", |
| 605 | "Google\\Cloud\\ContainerAnalysis\\": "ContainerAnalysis/src", |
| 606 | "Google\\Cloud\\EssentialContacts\\": "EssentialContacts/src", |
| 607 | "Google\\Cloud\\ManagedIdentities\\": "ManagedIdentities/src", |
| 608 | "Google\\Cloud\\NetworkManagement\\": "NetworkManagement/src", |
| 609 | "Google\\Cloud\\ServiceManagement\\": "ServiceManagement/src", |
| 610 | "Google\\Cloud\\VideoIntelligence\\": "VideoIntelligence/src", |
| 611 | "GPBMetadata\\Google\\Cloud\\Automl\\": "AutoMl/metadata", |
| 612 | "GPBMetadata\\Google\\Cloud\\Deploy\\": "Deploy/metadata", |
| 613 | "GPBMetadata\\Google\\Cloud\\Gaming\\": "Gaming/metadata", |
| 614 | "GPBMetadata\\Google\\Cloud\\Gkehub\\": "GkeHub/metadata", |
| 615 | "GPBMetadata\\Google\\Cloud\\Retail\\": "Retail/metadata", |
| 616 | "GPBMetadata\\Google\\Cloud\\Speech\\": "Speech/metadata", |
| 617 | "GPBMetadata\\Google\\Cloud\\Talent\\": "Talent/metadata", |
| 618 | "GPBMetadata\\Google\\Cloud\\Vision\\": "Vision/metadata", |
| 619 | "Google\\Cloud\\CertificateManager\\": "CertificateManager/src", |
| 620 | "Google\\Cloud\\GkeConnect\\Gateway\\": "GkeConnectGateway/src", |
| 621 | "Google\\Cloud\\Security\\PrivateCA\\": "SecurityPrivateCa/src", |
| 622 | "Google\\Cloud\\WebSecurityScanner\\": "WebSecurityScanner/src", |
| 623 | "GPBMetadata\\Google\\Cloud\\Billing\\": "Billing/metadata", |
| 624 | "GPBMetadata\\Google\\Cloud\\Channel\\": "Channel/metadata", |
| 625 | "GPBMetadata\\Google\\Cloud\\Compute\\": "Compute/metadata", |
| 626 | "GPBMetadata\\Google\\Cloud\\Domains\\": "Domains/metadata", |
| 627 | "GPBMetadata\\Google\\Cloud\\Oslogin\\": "OsLogin/metadata", |
| 628 | "GPBMetadata\\Google\\Cloud\\Secrets\\": "SecretManager/metadata", |
| 629 | "GPBMetadata\\Google\\Cloud\\Webrisk\\": "WebRisk/metadata", |
| 630 | "Google\\Cloud\\BigQuery\\Connection\\": "BigQueryConnection/src", |
| 631 | "Google\\Cloud\\BinaryAuthorization\\": "BinaryAuthorization/src", |
| 632 | "Google\\Cloud\\Eventarc\\Publishing\\": "EventarcPublishing/src", |
| 633 | "Google\\Cloud\\NetworkConnectivity\\": "NetworkConnectivity/src", |
| 634 | "Google\\Cloud\\RecaptchaEnterprise\\": "RecaptchaEnterprise/src", |
| 635 | "GPBMetadata\\Google\\Analytics\\Data\\": "AnalyticsData/metadata", |
| 636 | "GPBMetadata\\Google\\Cloud\\Clouddms\\": "Dms/metadata", |
| 637 | "GPBMetadata\\Google\\Cloud\\Dataplex\\": "Dataplex/metadata", |
| 638 | "GPBMetadata\\Google\\Cloud\\Dataproc\\": "Dataproc/metadata", |
| 639 | "GPBMetadata\\Google\\Cloud\\Eventarc\\": "Eventarc/metadata", |
| 640 | "GPBMetadata\\Google\\Cloud\\Language\\": "Language/metadata", |
| 641 | "GPBMetadata\\Google\\Cloud\\Memcache\\": "Memcache/metadata", |
| 642 | "GPBMetadata\\Google\\Cloud\\Osconfig\\": "OsConfig/metadata", |
| 643 | "GPBMetadata\\Google\\Devtools\\Build\\": "Build/metadata", |
| 644 | "Google\\Cloud\\BigQuery\\Reservation\\": "BigQueryReservation/src", |
| 645 | "Google\\Cloud\\PolicyTroubleshooter\\": "PolicyTroubleshooter/src", |
| 646 | "Google\\Cloud\\RecommendationEngine\\": "RecommendationEngine/src", |
| 647 | "GPBMetadata\\Google\\Analytics\\Admin\\": "AnalyticsAdmin/metadata", |
| 648 | "GPBMetadata\\Google\\Cloud\\Filestore\\": "Filestore/metadata", |
| 649 | "GPBMetadata\\Google\\Cloud\\Functions\\": "Functions/metadata", |
| 650 | "GPBMetadata\\Google\\Cloud\\Metastore\\": "DataprocMetastore/metadata", |
| 651 | "GPBMetadata\\Google\\Cloud\\Notebooks\\": "Notebooks/metadata", |
| 652 | "GPBMetadata\\Google\\Cloud\\Orgpolicy\\": [ |
| 653 | "OrgPolicy/metadata", |
| 654 | "Asset/external/metadata/Cloud/Orgpolicy" |
| 655 | ], |
| 656 | "GPBMetadata\\Google\\Cloud\\Scheduler\\": "Scheduler/metadata", |
| 657 | "GPBMetadata\\Google\\Cloud\\Translate\\": "Translate/metadata", |
| 658 | "GPBMetadata\\Google\\Cloud\\Vpcaccess\\": "VpcAccess/metadata", |
| 659 | "GPBMetadata\\Google\\Cloud\\Workflows\\": "Workflows/metadata", |
| 660 | "GPBMetadata\\Google\\Datastore\\Admin\\": "DatastoreAdmin/metadata", |
| 661 | "GPBMetadata\\Google\\Iam\\Credentials\\": "IamCredentials/metadata", |
| 662 | "GPBMetadata\\Google\\Storagetransfer\\": "StorageTransfer/metadata", |
| 663 | "Google\\Cloud\\BigQuery\\DataExchange\\": "BigQueryDataExchange/src", |
| 664 | "Google\\Cloud\\BigQuery\\DataTransfer\\": "BigQueryDataTransfer/src", |
| 665 | "Google\\Cloud\\ContactCenterInsights\\": "ContactCenterInsights/src", |
| 666 | "GPBMetadata\\Google\\Api\\Serviceusage\\": "ServiceUsage/metadata", |
| 667 | "GPBMetadata\\Google\\Cloud\\Aiplatform\\": "AiPlatform/metadata", |
| 668 | "GPBMetadata\\Google\\Cloud\\Apigateway\\": "ApiGateway/metadata", |
| 669 | "GPBMetadata\\Google\\Cloud\\Datafusion\\": "DataFusion/metadata", |
| 670 | "GPBMetadata\\Google\\Cloud\\Datastream\\": "Datastream/metadata", |
| 671 | "GPBMetadata\\Google\\Cloud\\Dialogflow\\": "Dialogflow/metadata", |
| 672 | "GPBMetadata\\Google\\Cloud\\Documentai\\": "DocumentAi/metadata", |
| 673 | "GPBMetadata\\Google\\Cloud\\Datacatalog\\": "DataCatalog/metadata", |
| 674 | "GPBMetadata\\Google\\Cloud\\Recommender\\": "Recommender/metadata", |
| 675 | "GPBMetadata\\Google\\Cloud\\Vmmigration\\": "VmMigration/metadata", |
| 676 | "Google\\Identity\\AccessContextManager\\": "AccessContextManager/src", |
| 677 | "GPBMetadata\\Google\\Api\\Servicecontrol\\": "ServiceControl/metadata", |
| 678 | "GPBMetadata\\Google\\Cloud\\Datalabeling\\": "DataLabeling/metadata", |
| 679 | "GPBMetadata\\Google\\Cloud\\Lifesciences\\": "LifeSciences/metadata", |
| 680 | "GPBMetadata\\Google\\Cloud\\Optimization\\": "Optimization/metadata", |
| 681 | "GPBMetadata\\Google\\Cloud\\Texttospeech\\": "TextToSpeech/metadata", |
| 682 | "GPBMetadata\\Google\\Cloud\\Apigeeconnect\\": "ApigeeConnect/metadata", |
| 683 | "GPBMetadata\\Google\\Cloud\\Gkemulticloud\\": "GkeMultiCloud/metadata", |
| 684 | "GPBMetadata\\Google\\Cloud\\Secretmanager\\": "SecretManager/metadata", |
| 685 | "GPBMetadata\\Google\\Devtools\\Cloudbuild\\": "Build/metadata", |
| 686 | "GPBMetadata\\Google\\Devtools\\Cloudtrace\\": "Trace/metadata", |
| 687 | "GPBMetadata\\Google\\Cloud\\Accessapproval\\": "AccessApproval/metadata", |
| 688 | "GPBMetadata\\Google\\Cloud\\Privatecatalog\\": "PrivateCatalog/metadata", |
| 689 | "GPBMetadata\\Google\\Cloud\\Securitycenter\\": "SecurityCenter/metadata", |
| 690 | "GPBMetadata\\Google\\Cloud\\Video\\Stitcher\\": "VideoStitcher/metadata", |
| 691 | "GPBMetadata\\Google\\Api\\Servicemanagement\\": "ServiceManagement/metadata", |
| 692 | "GPBMetadata\\Google\\Cloud\\Billing\\Budgets\\": "BillingBudgets/metadata", |
| 693 | "GPBMetadata\\Google\\Cloud\\Networksecurity\\": "NetworkSecurity/metadata", |
| 694 | "GPBMetadata\\Google\\Cloud\\Resourcemanager\\": "ResourceManager/metadata", |
| 695 | "GPBMetadata\\Google\\Cloud\\Assuredworkloads\\": "AssuredWorkloads/metadata", |
| 696 | "GPBMetadata\\Google\\Cloud\\Bigquery\\Storage\\": "BigQueryStorage/metadata", |
| 697 | "GPBMetadata\\Google\\Cloud\\Mediatranslation\\": "MediaTranslation/metadata", |
| 698 | "GPBMetadata\\Google\\Cloud\\Resourcesettings\\": "ResourceSettings/metadata", |
| 699 | "GPBMetadata\\Google\\Cloud\\Servicedirectory\\": "ServiceDirectory/metadata", |
| 700 | "GPBMetadata\\Google\\Cloud\\Video\\Livestream\\": "VideoLiveStream/metadata", |
| 701 | "GPBMetadata\\Google\\Cloud\\Video\\Transcoder\\": "VideoTranscoder/metadata", |
| 702 | "GPBMetadata\\Google\\Devtools\\Clouddebugger\\": "Debugger/metadata", |
| 703 | "GPBMetadata\\Google\\Devtools\\Cloudprofiler\\": "Profiler/metadata", |
| 704 | "GPBMetadata\\Google\\Cloud\\Baremetalsolution\\": "BareMetalSolution/metadata", |
| 705 | "GPBMetadata\\Google\\Cloud\\Essentialcontacts\\": "EssentialContacts/metadata", |
| 706 | "GPBMetadata\\Google\\Cloud\\Managedidentities\\": "ManagedIdentities/metadata", |
| 707 | "GPBMetadata\\Google\\Cloud\\Networkmanagement\\": "NetworkManagement/metadata", |
| 708 | "GPBMetadata\\Google\\Cloud\\Videointelligence\\": "VideoIntelligence/metadata", |
| 709 | "Google\\Cloud\\Orchestration\\Airflow\\Service\\": "OrchestrationAirflow/src", |
| 710 | "GPBMetadata\\Google\\Cloud\\Certificatemanager\\": "CertificateManager/metadata", |
| 711 | "GPBMetadata\\Google\\Cloud\\Gkeconnect\\Gateway\\": "GkeConnectGateway/metadata", |
| 712 | "GPBMetadata\\Google\\Cloud\\Security\\Privateca\\": "SecurityPrivateCa/metadata", |
| 713 | "GPBMetadata\\Google\\Cloud\\Websecurityscanner\\": "WebSecurityScanner/metadata", |
| 714 | "GPBMetadata\\Google\\Cloud\\Bigquery\\Connection\\": "BigQueryConnection/metadata", |
| 715 | "GPBMetadata\\Google\\Cloud\\Binaryauthorization\\": "BinaryAuthorization/metadata", |
| 716 | "GPBMetadata\\Google\\Cloud\\Eventarc\\Publishing\\": "EventarcPublishing/metadata", |
| 717 | "GPBMetadata\\Google\\Cloud\\Networkconnectivity\\": "NetworkConnectivity/metadata", |
| 718 | "GPBMetadata\\Google\\Cloud\\Recaptchaenterprise\\": "RecaptchaEnterprise/metadata", |
| 719 | "GPBMetadata\\Google\\Devtools\\Artifactregistry\\": "ArtifactRegistry/metadata", |
| 720 | "GPBMetadata\\Google\\Cloud\\Bigquery\\Reservation\\": "BigQueryReservation/metadata", |
| 721 | "GPBMetadata\\Google\\Cloud\\Policytroubleshooter\\": "PolicyTroubleshooter/metadata", |
| 722 | "GPBMetadata\\Google\\Cloud\\Recommendationengine\\": "RecommendationEngine/metadata", |
| 723 | "GPBMetadata\\Google\\Devtools\\Containeranalysis\\": "ContainerAnalysis/metadata", |
| 724 | "GPBMetadata\\Google\\Cloud\\Bigquery\\Dataexchange\\": "BigQueryDataExchange/metadata", |
| 725 | "GPBMetadata\\Google\\Cloud\\Bigquery\\Datatransfer\\": "BigQueryDataTransfer/metadata", |
| 726 | "GPBMetadata\\Google\\Cloud\\Contactcenterinsights\\": "ContactCenterInsights/metadata", |
| 727 | "GPBMetadata\\Google\\Devtools\\Clouderrorreporting\\": "ErrorReporting/metadata", |
| 728 | "GPBMetadata\\Google\\Identity\\Accesscontextmanager\\": "AccessContextManager/metadata", |
| 729 | "GPBMetadata\\Google\\Cloud\\Orchestration\\Airflow\\Service\\": "OrchestrationAirflow/metadata" |
| 730 | } |
| 731 | }, |
| 732 | "notification-url": "https://packagist.org/downloads/", |
| 733 | "license": [ |
| 734 | "Apache-2.0" |
| 735 | ], |
| 736 | "authors": [ |
| 737 | { |
| 738 | "name": "Dave Supplee", |
| 739 | "email": "dwsupplee@gmail.com" |
| 740 | }, |
| 741 | { |
| 742 | "name": "John Pedrie", |
| 743 | "email": "john@pedrie.com" |
| 744 | } |
| 745 | ], |
| 746 | "description": "Google Cloud Client Library", |
| 747 | "homepage": "http://github.com/googleapis/google-cloud-php", |
| 748 | "keywords": [ |
| 749 | "Tasks", |
| 750 | "big query", |
| 751 | "bigquery", |
| 752 | "bigtable", |
| 753 | "cloud", |
| 754 | "datastore", |
| 755 | "gcs", |
| 756 | "google", |
| 757 | "google api", |
| 758 | "google api client", |
| 759 | "google apis", |
| 760 | "google apis client", |
| 761 | "google cloud", |
| 762 | "google cloud platform", |
| 763 | "kms", |
| 764 | "language", |
| 765 | "natural language", |
| 766 | "pub sub", |
| 767 | "pubsub", |
| 768 | "spanner", |
| 769 | "speech", |
| 770 | "stackdriver logging", |
| 771 | "storage", |
| 772 | "translate", |
| 773 | "translation", |
| 774 | "vision" |
| 775 | ], |
| 776 | "install-path": "../google/cloud" |
| 777 | }, |
| 778 | { |
| 779 | "name": "google/common-protos", |
| 780 | "version": "2.1.0", |
| 781 | "version_normalized": "2.1.0.0", |
| 782 | "source": { |
| 783 | "type": "git", |
| 784 | "url": "https://github.com/googleapis/common-protos-php.git", |
| 785 | "reference": "4bad82f73a10f8ea4e6d078da93406a16c996044" |
| 786 | }, |
| 787 | "dist": { |
| 788 | "type": "zip", |
| 789 | "url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/4bad82f73a10f8ea4e6d078da93406a16c996044", |
| 790 | "reference": "4bad82f73a10f8ea4e6d078da93406a16c996044", |
| 791 | "shasum": "" |
| 792 | }, |
| 793 | "require": { |
| 794 | "google/protobuf": "^3.6.1, !=3.20.0" |
| 795 | }, |
| 796 | "require-dev": { |
| 797 | "phpunit/phpunit": "^4.8.36||^8.5", |
| 798 | "sami/sami": "*" |
| 799 | }, |
| 800 | "time": "2022-05-13T21:07:15+00:00", |
| 801 | "type": "library", |
| 802 | "installation-source": "dist", |
| 803 | "autoload": { |
| 804 | "psr-4": { |
| 805 | "Google\\": "src", |
| 806 | "GPBMetadata\\Google\\": "metadata" |
| 807 | } |
| 808 | }, |
| 809 | "notification-url": "https://packagist.org/downloads/", |
| 810 | "license": [ |
| 811 | "Apache-2.0" |
| 812 | ], |
| 813 | "description": "Google API Common Protos for PHP", |
| 814 | "homepage": "https://github.com/googleapis/common-protos-php", |
| 815 | "keywords": [ |
| 816 | "google" |
| 817 | ], |
| 818 | "install-path": "../google/common-protos" |
| 819 | }, |
| 820 | { |
| 821 | "name": "google/crc32", |
| 822 | "version": "v0.1.0", |
| 823 | "version_normalized": "0.1.0.0", |
| 824 | "source": { |
| 825 | "type": "git", |
| 826 | "url": "https://github.com/google/php-crc32.git", |
| 827 | "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb" |
| 828 | }, |
| 829 | "dist": { |
| 830 | "type": "zip", |
| 831 | "url": "https://api.github.com/repos/google/php-crc32/zipball/a8525f0dea6fca1893e1bae2f6e804c5f7d007fb", |
| 832 | "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb", |
| 833 | "shasum": "" |
| 834 | }, |
| 835 | "require": { |
| 836 | "php": ">=5.4" |
| 837 | }, |
| 838 | "require-dev": { |
| 839 | "friendsofphp/php-cs-fixer": "^1.13 || v2.14.2", |
| 840 | "paragonie/random_compat": ">=2", |
| 841 | "phpunit/phpunit": "^4" |
| 842 | }, |
| 843 | "time": "2019-05-09T06:24:58+00:00", |
| 844 | "type": "library", |
| 845 | "installation-source": "dist", |
| 846 | "autoload": { |
| 847 | "psr-4": { |
| 848 | "Google\\CRC32\\": "src" |
| 849 | } |
| 850 | }, |
| 851 | "notification-url": "https://packagist.org/downloads/", |
| 852 | "license": [ |
| 853 | "Apache-2.0" |
| 854 | ], |
| 855 | "authors": [ |
| 856 | { |
| 857 | "name": "Andrew Brampton", |
| 858 | "email": "bramp@google.com" |
| 859 | } |
| 860 | ], |
| 861 | "description": "Various CRC32 implementations", |
| 862 | "homepage": "https://github.com/google/php-crc32", |
| 863 | "install-path": "../google/crc32" |
| 864 | }, |
| 865 | { |
| 866 | "name": "google/gax", |
| 867 | "version": "v1.16.1", |
| 868 | "version_normalized": "1.16.1.0", |
| 869 | "source": { |
| 870 | "type": "git", |
| 871 | "url": "https://github.com/googleapis/gax-php.git", |
| 872 | "reference": "e879d2b0d9b42397c67e47880d40549e993d06ab" |
| 873 | }, |
| 874 | "dist": { |
| 875 | "type": "zip", |
| 876 | "url": "https://api.github.com/repos/googleapis/gax-php/zipball/e879d2b0d9b42397c67e47880d40549e993d06ab", |
| 877 | "reference": "e879d2b0d9b42397c67e47880d40549e993d06ab", |
| 878 | "shasum": "" |
| 879 | }, |
| 880 | "require": { |
| 881 | "google/auth": "^1.18.0", |
| 882 | "google/common-protos": "^1.3.1||^2.0||^3.0", |
| 883 | "google/grpc-gcp": "^0.2", |
| 884 | "google/longrunning": "^0.2", |
| 885 | "google/protobuf": "^3.21.4", |
| 886 | "grpc/grpc": "^1.13", |
| 887 | "guzzlehttp/promises": "^1.3", |
| 888 | "guzzlehttp/psr7": "^1.7.0||^2", |
| 889 | "php": ">=7.0" |
| 890 | }, |
| 891 | "conflict": { |
| 892 | "ext-protobuf": "<3.7.0" |
| 893 | }, |
| 894 | "require-dev": { |
| 895 | "phpunit/phpunit": "^5.5||^8.5", |
| 896 | "squizlabs/php_codesniffer": "3.*", |
| 897 | "yoast/phpunit-polyfills": "^1.0" |
| 898 | }, |
| 899 | "time": "2022-08-11T17:26:22+00:00", |
| 900 | "type": "library", |
| 901 | "installation-source": "dist", |
| 902 | "autoload": { |
| 903 | "psr-4": { |
| 904 | "Google\\ApiCore\\": "src", |
| 905 | "GPBMetadata\\ApiCore\\": "metadata/ApiCore" |
| 906 | } |
| 907 | }, |
| 908 | "notification-url": "https://packagist.org/downloads/", |
| 909 | "license": [ |
| 910 | "BSD-3-Clause" |
| 911 | ], |
| 912 | "description": "Google API Core for PHP", |
| 913 | "homepage": "https://github.com/googleapis/gax-php", |
| 914 | "keywords": [ |
| 915 | "google" |
| 916 | ], |
| 917 | "install-path": "../google/gax" |
| 918 | }, |
| 919 | { |
| 920 | "name": "google/grpc-gcp", |
| 921 | "version": "v0.2.0", |
| 922 | "version_normalized": "0.2.0.0", |
| 923 | "source": { |
| 924 | "type": "git", |
| 925 | "url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git", |
| 926 | "reference": "2465c2273e11ada1e95155aa1e209f3b8f03c314" |
| 927 | }, |
| 928 | "dist": { |
| 929 | "type": "zip", |
| 930 | "url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/2465c2273e11ada1e95155aa1e209f3b8f03c314", |
| 931 | "reference": "2465c2273e11ada1e95155aa1e209f3b8f03c314", |
| 932 | "shasum": "" |
| 933 | }, |
| 934 | "require": { |
| 935 | "google/auth": "^1.3", |
| 936 | "google/protobuf": "^v3.3.0", |
| 937 | "grpc/grpc": "^v1.13.0", |
| 938 | "php": ">=5.5.0", |
| 939 | "psr/cache": "^1.0.1||^2.0.0||^3.0.0" |
| 940 | }, |
| 941 | "require-dev": { |
| 942 | "google/cloud-spanner": "^1.7", |
| 943 | "phpunit/phpunit": "4.8.36" |
| 944 | }, |
| 945 | "time": "2021-09-27T22:57:18+00:00", |
| 946 | "type": "library", |
| 947 | "installation-source": "dist", |
| 948 | "autoload": { |
| 949 | "psr-4": { |
| 950 | "Grpc\\Gcp\\": "src/" |
| 951 | }, |
| 952 | "classmap": [ |
| 953 | "src/generated/" |
| 954 | ] |
| 955 | }, |
| 956 | "notification-url": "https://packagist.org/downloads/", |
| 957 | "license": [ |
| 958 | "Apache-2.0" |
| 959 | ], |
| 960 | "description": "gRPC GCP library for channel management", |
| 961 | "install-path": "../google/grpc-gcp" |
| 962 | }, |
| 963 | { |
| 964 | "name": "google/longrunning", |
| 965 | "version": "v0.2.0", |
| 966 | "version_normalized": "0.2.0.0", |
| 967 | "source": { |
| 968 | "type": "git", |
| 969 | "url": "https://github.com/googleapis/php-longrunning.git", |
| 970 | "reference": "5b7500eede9d6b18ef038bef0b5449cbf085e1d6" |
| 971 | }, |
| 972 | "dist": { |
| 973 | "type": "zip", |
| 974 | "url": "https://api.github.com/repos/googleapis/php-longrunning/zipball/5b7500eede9d6b18ef038bef0b5449cbf085e1d6", |
| 975 | "reference": "5b7500eede9d6b18ef038bef0b5449cbf085e1d6", |
| 976 | "shasum": "" |
| 977 | }, |
| 978 | "require-dev": { |
| 979 | "google/gax": "^1.13.0", |
| 980 | "phpunit/phpunit": "^4.8|^5.0|^8.0" |
| 981 | }, |
| 982 | "time": "2022-08-05T00:41:21+00:00", |
| 983 | "type": "library", |
| 984 | "extra": { |
| 985 | "component": { |
| 986 | "id": "longrunning", |
| 987 | "path": "LongRunning", |
| 988 | "entry": null, |
| 989 | "target": "googleapis/php-longrunning" |
| 990 | } |
| 991 | }, |
| 992 | "installation-source": "dist", |
| 993 | "autoload": { |
| 994 | "psr-4": { |
| 995 | "Google\\LongRunning\\": "src/LongRunning", |
| 996 | "Google\\ApiCore\\LongRunning\\": "src/ApiCore/LongRunning", |
| 997 | "GPBMetadata\\Google\\Longrunning\\": "metadata/Longrunning" |
| 998 | } |
| 999 | }, |
| 1000 | "notification-url": "https://packagist.org/downloads/", |
| 1001 | "license": [ |
| 1002 | "Apache-2.0" |
| 1003 | ], |
| 1004 | "description": "Google LongRunning Client for PHP", |
| 1005 | "install-path": "../google/longrunning" |
| 1006 | }, |
| 1007 | { |
| 1008 | "name": "google/protobuf", |
| 1009 | "version": "v3.25.3", |
| 1010 | "version_normalized": "3.25.3.0", |
| 1011 | "source": { |
| 1012 | "type": "git", |
| 1013 | "url": "https://github.com/protocolbuffers/protobuf-php.git", |
| 1014 | "reference": "983a87f4f8798a90ca3a25b0f300b8fda38df643" |
| 1015 | }, |
| 1016 | "dist": { |
| 1017 | "type": "zip", |
| 1018 | "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/983a87f4f8798a90ca3a25b0f300b8fda38df643", |
| 1019 | "reference": "983a87f4f8798a90ca3a25b0f300b8fda38df643", |
| 1020 | "shasum": "" |
| 1021 | }, |
| 1022 | "require": { |
| 1023 | "php": ">=7.0.0" |
| 1024 | }, |
| 1025 | "require-dev": { |
| 1026 | "phpunit/phpunit": ">=5.0.0" |
| 1027 | }, |
| 1028 | "suggest": { |
| 1029 | "ext-bcmath": "Need to support JSON deserialization" |
| 1030 | }, |
| 1031 | "time": "2024-02-15T21:11:49+00:00", |
| 1032 | "type": "library", |
| 1033 | "installation-source": "dist", |
| 1034 | "autoload": { |
| 1035 | "psr-4": { |
| 1036 | "Google\\Protobuf\\": "src/Google/Protobuf", |
| 1037 | "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf" |
| 1038 | } |
| 1039 | }, |
| 1040 | "notification-url": "https://packagist.org/downloads/", |
| 1041 | "license": [ |
| 1042 | "BSD-3-Clause" |
| 1043 | ], |
| 1044 | "description": "proto library for PHP", |
| 1045 | "homepage": "https://developers.google.com/protocol-buffers/", |
| 1046 | "keywords": [ |
| 1047 | "proto" |
| 1048 | ], |
| 1049 | "support": { |
| 1050 | "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.25.3" |
| 1051 | }, |
| 1052 | "install-path": "../google/protobuf" |
| 1053 | }, |
| 1054 | { |
| 1055 | "name": "grpc/grpc", |
| 1056 | "version": "1.42.0", |
| 1057 | "version_normalized": "1.42.0.0", |
| 1058 | "source": { |
| 1059 | "type": "git", |
| 1060 | "url": "https://github.com/grpc/grpc-php.git", |
| 1061 | "reference": "9fa44f104cb92e924d4da547323a97f3d8aca6d4" |
| 1062 | }, |
| 1063 | "dist": { |
| 1064 | "type": "zip", |
| 1065 | "url": "https://api.github.com/repos/grpc/grpc-php/zipball/9fa44f104cb92e924d4da547323a97f3d8aca6d4", |
| 1066 | "reference": "9fa44f104cb92e924d4da547323a97f3d8aca6d4", |
| 1067 | "shasum": "" |
| 1068 | }, |
| 1069 | "require": { |
| 1070 | "php": ">=7.0.0" |
| 1071 | }, |
| 1072 | "require-dev": { |
| 1073 | "google/auth": "^v1.3.0" |
| 1074 | }, |
| 1075 | "suggest": { |
| 1076 | "ext-protobuf": "For better performance, install the protobuf C extension.", |
| 1077 | "google/protobuf": "To get started using grpc quickly, install the native protobuf library." |
| 1078 | }, |
| 1079 | "time": "2021-11-19T08:13:51+00:00", |
| 1080 | "type": "library", |
| 1081 | "installation-source": "dist", |
| 1082 | "autoload": { |
| 1083 | "psr-4": { |
| 1084 | "Grpc\\": "src/lib/" |
| 1085 | } |
| 1086 | }, |
| 1087 | "notification-url": "https://packagist.org/downloads/", |
| 1088 | "license": [ |
| 1089 | "Apache-2.0" |
| 1090 | ], |
| 1091 | "description": "gRPC library for PHP", |
| 1092 | "homepage": "https://grpc.io", |
| 1093 | "keywords": [ |
| 1094 | "rpc" |
| 1095 | ], |
| 1096 | "install-path": "../grpc/grpc" |
| 1097 | }, |
| 1098 | { |
| 1099 | "name": "guzzlehttp/guzzle", |
| 1100 | "version": "7.5.0", |
| 1101 | "version_normalized": "7.5.0.0", |
| 1102 | "source": { |
| 1103 | "type": "git", |
| 1104 | "url": "https://github.com/guzzle/guzzle.git", |
| 1105 | "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba" |
| 1106 | }, |
| 1107 | "dist": { |
| 1108 | "type": "zip", |
| 1109 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba", |
| 1110 | "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba", |
| 1111 | "shasum": "" |
| 1112 | }, |
| 1113 | "require": { |
| 1114 | "ext-json": "*", |
| 1115 | "guzzlehttp/promises": "^1.5", |
| 1116 | "guzzlehttp/psr7": "^1.9 || ^2.4", |
| 1117 | "php": "^7.2.5 || ^8.0", |
| 1118 | "psr/http-client": "^1.0", |
| 1119 | "symfony/deprecation-contracts": "^2.2 || ^3.0" |
| 1120 | }, |
| 1121 | "provide": { |
| 1122 | "psr/http-client-implementation": "1.0" |
| 1123 | }, |
| 1124 | "require-dev": { |
| 1125 | "bamarni/composer-bin-plugin": "^1.8.1", |
| 1126 | "ext-curl": "*", |
| 1127 | "php-http/client-integration-tests": "^3.0", |
| 1128 | "phpunit/phpunit": "^8.5.29 || ^9.5.23", |
| 1129 | "psr/log": "^1.1 || ^2.0 || ^3.0" |
| 1130 | }, |
| 1131 | "suggest": { |
| 1132 | "ext-curl": "Required for CURL handler support", |
| 1133 | "ext-intl": "Required for Internationalized Domain Name (IDN) support", |
| 1134 | "psr/log": "Required for using the Log middleware" |
| 1135 | }, |
| 1136 | "time": "2022-08-28T15:39:27+00:00", |
| 1137 | "type": "library", |
| 1138 | "extra": { |
| 1139 | "bamarni-bin": { |
| 1140 | "bin-links": true, |
| 1141 | "forward-command": false |
| 1142 | }, |
| 1143 | "branch-alias": { |
| 1144 | "dev-master": "7.5-dev" |
| 1145 | } |
| 1146 | }, |
| 1147 | "installation-source": "dist", |
| 1148 | "autoload": { |
| 1149 | "files": [ |
| 1150 | "src/functions_include.php" |
| 1151 | ], |
| 1152 | "psr-4": { |
| 1153 | "GuzzleHttp\\": "src/" |
| 1154 | } |
| 1155 | }, |
| 1156 | "notification-url": "https://packagist.org/downloads/", |
| 1157 | "license": [ |
| 1158 | "MIT" |
| 1159 | ], |
| 1160 | "authors": [ |
| 1161 | { |
| 1162 | "name": "Graham Campbell", |
| 1163 | "email": "hello@gjcampbell.co.uk", |
| 1164 | "homepage": "https://github.com/GrahamCampbell" |
| 1165 | }, |
| 1166 | { |
| 1167 | "name": "Michael Dowling", |
| 1168 | "email": "mtdowling@gmail.com", |
| 1169 | "homepage": "https://github.com/mtdowling" |
| 1170 | }, |
| 1171 | { |
| 1172 | "name": "Jeremy Lindblom", |
| 1173 | "email": "jeremeamia@gmail.com", |
| 1174 | "homepage": "https://github.com/jeremeamia" |
| 1175 | }, |
| 1176 | { |
| 1177 | "name": "George Mponos", |
| 1178 | "email": "gmponos@gmail.com", |
| 1179 | "homepage": "https://github.com/gmponos" |
| 1180 | }, |
| 1181 | { |
| 1182 | "name": "Tobias Nyholm", |
| 1183 | "email": "tobias.nyholm@gmail.com", |
| 1184 | "homepage": "https://github.com/Nyholm" |
| 1185 | }, |
| 1186 | { |
| 1187 | "name": "Márk Sági-Kazár", |
| 1188 | "email": "mark.sagikazar@gmail.com", |
| 1189 | "homepage": "https://github.com/sagikazarmark" |
| 1190 | }, |
| 1191 | { |
| 1192 | "name": "Tobias Schultze", |
| 1193 | "email": "webmaster@tubo-world.de", |
| 1194 | "homepage": "https://github.com/Tobion" |
| 1195 | } |
| 1196 | ], |
| 1197 | "description": "Guzzle is a PHP HTTP client library", |
| 1198 | "keywords": [ |
| 1199 | "client", |
| 1200 | "curl", |
| 1201 | "framework", |
| 1202 | "http", |
| 1203 | "http client", |
| 1204 | "psr-18", |
| 1205 | "psr-7", |
| 1206 | "rest", |
| 1207 | "web service" |
| 1208 | ], |
| 1209 | "support": { |
| 1210 | "issues": "https://github.com/guzzle/guzzle/issues", |
| 1211 | "source": "https://github.com/guzzle/guzzle/tree/7.5.0" |
| 1212 | }, |
| 1213 | "funding": [ |
| 1214 | { |
| 1215 | "url": "https://github.com/GrahamCampbell", |
| 1216 | "type": "github" |
| 1217 | }, |
| 1218 | { |
| 1219 | "url": "https://github.com/Nyholm", |
| 1220 | "type": "github" |
| 1221 | }, |
| 1222 | { |
| 1223 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", |
| 1224 | "type": "tidelift" |
| 1225 | } |
| 1226 | ], |
| 1227 | "install-path": "../guzzlehttp/guzzle" |
| 1228 | }, |
| 1229 | { |
| 1230 | "name": "guzzlehttp/promises", |
| 1231 | "version": "1.5.1", |
| 1232 | "version_normalized": "1.5.1.0", |
| 1233 | "source": { |
| 1234 | "type": "git", |
| 1235 | "url": "https://github.com/guzzle/promises.git", |
| 1236 | "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" |
| 1237 | }, |
| 1238 | "dist": { |
| 1239 | "type": "zip", |
| 1240 | "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", |
| 1241 | "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", |
| 1242 | "shasum": "" |
| 1243 | }, |
| 1244 | "require": { |
| 1245 | "php": ">=5.5" |
| 1246 | }, |
| 1247 | "require-dev": { |
| 1248 | "symfony/phpunit-bridge": "^4.4 || ^5.1" |
| 1249 | }, |
| 1250 | "time": "2021-10-22T20:56:57+00:00", |
| 1251 | "type": "library", |
| 1252 | "extra": { |
| 1253 | "branch-alias": { |
| 1254 | "dev-master": "1.5-dev" |
| 1255 | } |
| 1256 | }, |
| 1257 | "installation-source": "dist", |
| 1258 | "autoload": { |
| 1259 | "files": [ |
| 1260 | "src/functions_include.php" |
| 1261 | ], |
| 1262 | "psr-4": { |
| 1263 | "GuzzleHttp\\Promise\\": "src/" |
| 1264 | } |
| 1265 | }, |
| 1266 | "notification-url": "https://packagist.org/downloads/", |
| 1267 | "license": [ |
| 1268 | "MIT" |
| 1269 | ], |
| 1270 | "authors": [ |
| 1271 | { |
| 1272 | "name": "Graham Campbell", |
| 1273 | "email": "hello@gjcampbell.co.uk", |
| 1274 | "homepage": "https://github.com/GrahamCampbell" |
| 1275 | }, |
| 1276 | { |
| 1277 | "name": "Michael Dowling", |
| 1278 | "email": "mtdowling@gmail.com", |
| 1279 | "homepage": "https://github.com/mtdowling" |
| 1280 | }, |
| 1281 | { |
| 1282 | "name": "Tobias Nyholm", |
| 1283 | "email": "tobias.nyholm@gmail.com", |
| 1284 | "homepage": "https://github.com/Nyholm" |
| 1285 | }, |
| 1286 | { |
| 1287 | "name": "Tobias Schultze", |
| 1288 | "email": "webmaster@tubo-world.de", |
| 1289 | "homepage": "https://github.com/Tobion" |
| 1290 | } |
| 1291 | ], |
| 1292 | "description": "Guzzle promises library", |
| 1293 | "keywords": [ |
| 1294 | "promise" |
| 1295 | ], |
| 1296 | "install-path": "../guzzlehttp/promises" |
| 1297 | }, |
| 1298 | { |
| 1299 | "name": "guzzlehttp/psr7", |
| 1300 | "version": "2.4.0", |
| 1301 | "version_normalized": "2.4.0.0", |
| 1302 | "source": { |
| 1303 | "type": "git", |
| 1304 | "url": "https://github.com/guzzle/psr7.git", |
| 1305 | "reference": "13388f00956b1503577598873fffb5ae994b5737" |
| 1306 | }, |
| 1307 | "dist": { |
| 1308 | "type": "zip", |
| 1309 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737", |
| 1310 | "reference": "13388f00956b1503577598873fffb5ae994b5737", |
| 1311 | "shasum": "" |
| 1312 | }, |
| 1313 | "require": { |
| 1314 | "php": "^7.2.5 || ^8.0", |
| 1315 | "psr/http-factory": "^1.0", |
| 1316 | "psr/http-message": "^1.0", |
| 1317 | "ralouphie/getallheaders": "^3.0" |
| 1318 | }, |
| 1319 | "provide": { |
| 1320 | "psr/http-factory-implementation": "1.0", |
| 1321 | "psr/http-message-implementation": "1.0" |
| 1322 | }, |
| 1323 | "require-dev": { |
| 1324 | "bamarni/composer-bin-plugin": "^1.4.1", |
| 1325 | "http-interop/http-factory-tests": "^0.9", |
| 1326 | "phpunit/phpunit": "^8.5.8 || ^9.3.10" |
| 1327 | }, |
| 1328 | "suggest": { |
| 1329 | "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
| 1330 | }, |
| 1331 | "time": "2022-06-20T21:43:11+00:00", |
| 1332 | "type": "library", |
| 1333 | "extra": { |
| 1334 | "branch-alias": { |
| 1335 | "dev-master": "2.4-dev" |
| 1336 | } |
| 1337 | }, |
| 1338 | "installation-source": "dist", |
| 1339 | "autoload": { |
| 1340 | "psr-4": { |
| 1341 | "GuzzleHttp\\Psr7\\": "src/" |
| 1342 | } |
| 1343 | }, |
| 1344 | "notification-url": "https://packagist.org/downloads/", |
| 1345 | "license": [ |
| 1346 | "MIT" |
| 1347 | ], |
| 1348 | "authors": [ |
| 1349 | { |
| 1350 | "name": "Graham Campbell", |
| 1351 | "email": "hello@gjcampbell.co.uk", |
| 1352 | "homepage": "https://github.com/GrahamCampbell" |
| 1353 | }, |
| 1354 | { |
| 1355 | "name": "Michael Dowling", |
| 1356 | "email": "mtdowling@gmail.com", |
| 1357 | "homepage": "https://github.com/mtdowling" |
| 1358 | }, |
| 1359 | { |
| 1360 | "name": "George Mponos", |
| 1361 | "email": "gmponos@gmail.com", |
| 1362 | "homepage": "https://github.com/gmponos" |
| 1363 | }, |
| 1364 | { |
| 1365 | "name": "Tobias Nyholm", |
| 1366 | "email": "tobias.nyholm@gmail.com", |
| 1367 | "homepage": "https://github.com/Nyholm" |
| 1368 | }, |
| 1369 | { |
| 1370 | "name": "Márk Sági-Kazár", |
| 1371 | "email": "mark.sagikazar@gmail.com", |
| 1372 | "homepage": "https://github.com/sagikazarmark" |
| 1373 | }, |
| 1374 | { |
| 1375 | "name": "Tobias Schultze", |
| 1376 | "email": "webmaster@tubo-world.de", |
| 1377 | "homepage": "https://github.com/Tobion" |
| 1378 | }, |
| 1379 | { |
| 1380 | "name": "Márk Sági-Kazár", |
| 1381 | "email": "mark.sagikazar@gmail.com", |
| 1382 | "homepage": "https://sagikazarmark.hu" |
| 1383 | } |
| 1384 | ], |
| 1385 | "description": "PSR-7 message implementation that also provides common utility methods", |
| 1386 | "keywords": [ |
| 1387 | "http", |
| 1388 | "message", |
| 1389 | "psr-7", |
| 1390 | "request", |
| 1391 | "response", |
| 1392 | "stream", |
| 1393 | "uri", |
| 1394 | "url" |
| 1395 | ], |
| 1396 | "install-path": "../guzzlehttp/psr7" |
| 1397 | }, |
| 1398 | { |
| 1399 | "name": "monolog/monolog", |
| 1400 | "version": "2.8.0", |
| 1401 | "version_normalized": "2.8.0.0", |
| 1402 | "source": { |
| 1403 | "type": "git", |
| 1404 | "url": "https://github.com/Seldaek/monolog.git", |
| 1405 | "reference": "720488632c590286b88b80e62aa3d3d551ad4a50" |
| 1406 | }, |
| 1407 | "dist": { |
| 1408 | "type": "zip", |
| 1409 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50", |
| 1410 | "reference": "720488632c590286b88b80e62aa3d3d551ad4a50", |
| 1411 | "shasum": "" |
| 1412 | }, |
| 1413 | "require": { |
| 1414 | "php": ">=7.2", |
| 1415 | "psr/log": "^1.0.1 || ^2.0 || ^3.0" |
| 1416 | }, |
| 1417 | "provide": { |
| 1418 | "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" |
| 1419 | }, |
| 1420 | "require-dev": { |
| 1421 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
| 1422 | "doctrine/couchdb": "~1.0@dev", |
| 1423 | "elasticsearch/elasticsearch": "^7 || ^8", |
| 1424 | "ext-json": "*", |
| 1425 | "graylog2/gelf-php": "^1.4.2", |
| 1426 | "guzzlehttp/guzzle": "^7.4", |
| 1427 | "guzzlehttp/psr7": "^2.2", |
| 1428 | "mongodb/mongodb": "^1.8", |
| 1429 | "php-amqplib/php-amqplib": "~2.4 || ^3", |
| 1430 | "phpspec/prophecy": "^1.15", |
| 1431 | "phpstan/phpstan": "^0.12.91", |
| 1432 | "phpunit/phpunit": "^8.5.14", |
| 1433 | "predis/predis": "^1.1 || ^2.0", |
| 1434 | "rollbar/rollbar": "^1.3 || ^2 || ^3", |
| 1435 | "ruflin/elastica": "^7", |
| 1436 | "swiftmailer/swiftmailer": "^5.3|^6.0", |
| 1437 | "symfony/mailer": "^5.4 || ^6", |
| 1438 | "symfony/mime": "^5.4 || ^6" |
| 1439 | }, |
| 1440 | "suggest": { |
| 1441 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
| 1442 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
| 1443 | "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", |
| 1444 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
| 1445 | "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", |
| 1446 | "ext-mbstring": "Allow to work properly with unicode symbols", |
| 1447 | "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", |
| 1448 | "ext-openssl": "Required to send log messages using SSL", |
| 1449 | "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", |
| 1450 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
| 1451 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", |
| 1452 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
| 1453 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
| 1454 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
| 1455 | }, |
| 1456 | "time": "2022-07-24T11:55:47+00:00", |
| 1457 | "type": "library", |
| 1458 | "extra": { |
| 1459 | "branch-alias": { |
| 1460 | "dev-main": "2.x-dev" |
| 1461 | } |
| 1462 | }, |
| 1463 | "installation-source": "dist", |
| 1464 | "autoload": { |
| 1465 | "psr-4": { |
| 1466 | "Monolog\\": "src/Monolog" |
| 1467 | } |
| 1468 | }, |
| 1469 | "notification-url": "https://packagist.org/downloads/", |
| 1470 | "license": [ |
| 1471 | "MIT" |
| 1472 | ], |
| 1473 | "authors": [ |
| 1474 | { |
| 1475 | "name": "Jordi Boggiano", |
| 1476 | "email": "j.boggiano@seld.be", |
| 1477 | "homepage": "https://seld.be" |
| 1478 | } |
| 1479 | ], |
| 1480 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
| 1481 | "homepage": "https://github.com/Seldaek/monolog", |
| 1482 | "keywords": [ |
| 1483 | "log", |
| 1484 | "logging", |
| 1485 | "psr-3" |
| 1486 | ], |
| 1487 | "install-path": "../monolog/monolog" |
| 1488 | }, |
| 1489 | { |
| 1490 | "name": "paragonie/constant_time_encoding", |
| 1491 | "version": "v2.6.3", |
| 1492 | "version_normalized": "2.6.3.0", |
| 1493 | "source": { |
| 1494 | "type": "git", |
| 1495 | "url": "https://github.com/paragonie/constant_time_encoding.git", |
| 1496 | "reference": "58c3f47f650c94ec05a151692652a868995d2938" |
| 1497 | }, |
| 1498 | "dist": { |
| 1499 | "type": "zip", |
| 1500 | "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", |
| 1501 | "reference": "58c3f47f650c94ec05a151692652a868995d2938", |
| 1502 | "shasum": "" |
| 1503 | }, |
| 1504 | "require": { |
| 1505 | "php": "^7|^8" |
| 1506 | }, |
| 1507 | "require-dev": { |
| 1508 | "phpunit/phpunit": "^6|^7|^8|^9", |
| 1509 | "vimeo/psalm": "^1|^2|^3|^4" |
| 1510 | }, |
| 1511 | "time": "2022-06-14T06:56:20+00:00", |
| 1512 | "type": "library", |
| 1513 | "installation-source": "dist", |
| 1514 | "autoload": { |
| 1515 | "psr-4": { |
| 1516 | "ParagonIE\\ConstantTime\\": "src/" |
| 1517 | } |
| 1518 | }, |
| 1519 | "notification-url": "https://packagist.org/downloads/", |
| 1520 | "license": [ |
| 1521 | "MIT" |
| 1522 | ], |
| 1523 | "authors": [ |
| 1524 | { |
| 1525 | "name": "Paragon Initiative Enterprises", |
| 1526 | "email": "security@paragonie.com", |
| 1527 | "homepage": "https://paragonie.com", |
| 1528 | "role": "Maintainer" |
| 1529 | }, |
| 1530 | { |
| 1531 | "name": "Steve 'Sc00bz' Thomas", |
| 1532 | "email": "steve@tobtu.com", |
| 1533 | "homepage": "https://www.tobtu.com", |
| 1534 | "role": "Original Developer" |
| 1535 | } |
| 1536 | ], |
| 1537 | "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", |
| 1538 | "keywords": [ |
| 1539 | "base16", |
| 1540 | "base32", |
| 1541 | "base32_decode", |
| 1542 | "base32_encode", |
| 1543 | "base64", |
| 1544 | "base64_decode", |
| 1545 | "base64_encode", |
| 1546 | "bin2hex", |
| 1547 | "encoding", |
| 1548 | "hex", |
| 1549 | "hex2bin", |
| 1550 | "rfc4648" |
| 1551 | ], |
| 1552 | "install-path": "../paragonie/constant_time_encoding" |
| 1553 | }, |
| 1554 | { |
| 1555 | "name": "paragonie/random_compat", |
| 1556 | "version": "v9.99.100", |
| 1557 | "version_normalized": "9.99.100.0", |
| 1558 | "source": { |
| 1559 | "type": "git", |
| 1560 | "url": "https://github.com/paragonie/random_compat.git", |
| 1561 | "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" |
| 1562 | }, |
| 1563 | "dist": { |
| 1564 | "type": "zip", |
| 1565 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", |
| 1566 | "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", |
| 1567 | "shasum": "" |
| 1568 | }, |
| 1569 | "require": { |
| 1570 | "php": ">= 7" |
| 1571 | }, |
| 1572 | "require-dev": { |
| 1573 | "phpunit/phpunit": "4.*|5.*", |
| 1574 | "vimeo/psalm": "^1" |
| 1575 | }, |
| 1576 | "suggest": { |
| 1577 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
| 1578 | }, |
| 1579 | "time": "2020-10-15T08:29:30+00:00", |
| 1580 | "type": "library", |
| 1581 | "installation-source": "dist", |
| 1582 | "notification-url": "https://packagist.org/downloads/", |
| 1583 | "license": [ |
| 1584 | "MIT" |
| 1585 | ], |
| 1586 | "authors": [ |
| 1587 | { |
| 1588 | "name": "Paragon Initiative Enterprises", |
| 1589 | "email": "security@paragonie.com", |
| 1590 | "homepage": "https://paragonie.com" |
| 1591 | } |
| 1592 | ], |
| 1593 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
| 1594 | "keywords": [ |
| 1595 | "csprng", |
| 1596 | "polyfill", |
| 1597 | "pseudorandom", |
| 1598 | "random" |
| 1599 | ], |
| 1600 | "install-path": "../paragonie/random_compat" |
| 1601 | }, |
| 1602 | { |
| 1603 | "name": "phpseclib/phpseclib", |
| 1604 | "version": "3.0.14", |
| 1605 | "version_normalized": "3.0.14.0", |
| 1606 | "source": { |
| 1607 | "type": "git", |
| 1608 | "url": "https://github.com/phpseclib/phpseclib.git", |
| 1609 | "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef" |
| 1610 | }, |
| 1611 | "dist": { |
| 1612 | "type": "zip", |
| 1613 | "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2f0b7af658cbea265cbb4a791d6c29a6613f98ef", |
| 1614 | "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef", |
| 1615 | "shasum": "" |
| 1616 | }, |
| 1617 | "require": { |
| 1618 | "paragonie/constant_time_encoding": "^1|^2", |
| 1619 | "paragonie/random_compat": "^1.4|^2.0|^9.99.99", |
| 1620 | "php": ">=5.6.1" |
| 1621 | }, |
| 1622 | "require-dev": { |
| 1623 | "phpunit/phpunit": "*" |
| 1624 | }, |
| 1625 | "suggest": { |
| 1626 | "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", |
| 1627 | "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", |
| 1628 | "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", |
| 1629 | "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." |
| 1630 | }, |
| 1631 | "time": "2022-04-04T05:15:45+00:00", |
| 1632 | "type": "library", |
| 1633 | "installation-source": "dist", |
| 1634 | "autoload": { |
| 1635 | "files": [ |
| 1636 | "phpseclib/bootstrap.php" |
| 1637 | ], |
| 1638 | "psr-4": { |
| 1639 | "phpseclib3\\": "phpseclib/" |
| 1640 | } |
| 1641 | }, |
| 1642 | "notification-url": "https://packagist.org/downloads/", |
| 1643 | "license": [ |
| 1644 | "MIT" |
| 1645 | ], |
| 1646 | "authors": [ |
| 1647 | { |
| 1648 | "name": "Jim Wigginton", |
| 1649 | "email": "terrafrost@php.net", |
| 1650 | "role": "Lead Developer" |
| 1651 | }, |
| 1652 | { |
| 1653 | "name": "Patrick Monnerat", |
| 1654 | "email": "pm@datasphere.ch", |
| 1655 | "role": "Developer" |
| 1656 | }, |
| 1657 | { |
| 1658 | "name": "Andreas Fischer", |
| 1659 | "email": "bantu@phpbb.com", |
| 1660 | "role": "Developer" |
| 1661 | }, |
| 1662 | { |
| 1663 | "name": "Hans-Jürgen Petrich", |
| 1664 | "email": "petrich@tronic-media.com", |
| 1665 | "role": "Developer" |
| 1666 | }, |
| 1667 | { |
| 1668 | "name": "Graham Campbell", |
| 1669 | "email": "graham@alt-three.com", |
| 1670 | "role": "Developer" |
| 1671 | } |
| 1672 | ], |
| 1673 | "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", |
| 1674 | "homepage": "http://phpseclib.sourceforge.net", |
| 1675 | "keywords": [ |
| 1676 | "BigInteger", |
| 1677 | "aes", |
| 1678 | "asn.1", |
| 1679 | "asn1", |
| 1680 | "blowfish", |
| 1681 | "crypto", |
| 1682 | "cryptography", |
| 1683 | "encryption", |
| 1684 | "rsa", |
| 1685 | "security", |
| 1686 | "sftp", |
| 1687 | "signature", |
| 1688 | "signing", |
| 1689 | "ssh", |
| 1690 | "twofish", |
| 1691 | "x.509", |
| 1692 | "x509" |
| 1693 | ], |
| 1694 | "install-path": "../phpseclib/phpseclib" |
| 1695 | }, |
| 1696 | { |
| 1697 | "name": "psr/cache", |
| 1698 | "version": "1.0.1", |
| 1699 | "version_normalized": "1.0.1.0", |
| 1700 | "source": { |
| 1701 | "type": "git", |
| 1702 | "url": "https://github.com/php-fig/cache.git", |
| 1703 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
| 1704 | }, |
| 1705 | "dist": { |
| 1706 | "type": "zip", |
| 1707 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
| 1708 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
| 1709 | "shasum": "" |
| 1710 | }, |
| 1711 | "require": { |
| 1712 | "php": ">=5.3.0" |
| 1713 | }, |
| 1714 | "time": "2016-08-06T20:24:11+00:00", |
| 1715 | "type": "library", |
| 1716 | "extra": { |
| 1717 | "branch-alias": { |
| 1718 | "dev-master": "1.0.x-dev" |
| 1719 | } |
| 1720 | }, |
| 1721 | "installation-source": "dist", |
| 1722 | "autoload": { |
| 1723 | "psr-4": { |
| 1724 | "Psr\\Cache\\": "src/" |
| 1725 | } |
| 1726 | }, |
| 1727 | "notification-url": "https://packagist.org/downloads/", |
| 1728 | "license": [ |
| 1729 | "MIT" |
| 1730 | ], |
| 1731 | "authors": [ |
| 1732 | { |
| 1733 | "name": "PHP-FIG", |
| 1734 | "homepage": "http://www.php-fig.org/" |
| 1735 | } |
| 1736 | ], |
| 1737 | "description": "Common interface for caching libraries", |
| 1738 | "keywords": [ |
| 1739 | "cache", |
| 1740 | "psr", |
| 1741 | "psr-6" |
| 1742 | ], |
| 1743 | "install-path": "../psr/cache" |
| 1744 | }, |
| 1745 | { |
| 1746 | "name": "psr/http-client", |
| 1747 | "version": "1.0.1", |
| 1748 | "version_normalized": "1.0.1.0", |
| 1749 | "source": { |
| 1750 | "type": "git", |
| 1751 | "url": "https://github.com/php-fig/http-client.git", |
| 1752 | "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" |
| 1753 | }, |
| 1754 | "dist": { |
| 1755 | "type": "zip", |
| 1756 | "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", |
| 1757 | "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", |
| 1758 | "shasum": "" |
| 1759 | }, |
| 1760 | "require": { |
| 1761 | "php": "^7.0 || ^8.0", |
| 1762 | "psr/http-message": "^1.0" |
| 1763 | }, |
| 1764 | "time": "2020-06-29T06:28:15+00:00", |
| 1765 | "type": "library", |
| 1766 | "extra": { |
| 1767 | "branch-alias": { |
| 1768 | "dev-master": "1.0.x-dev" |
| 1769 | } |
| 1770 | }, |
| 1771 | "installation-source": "dist", |
| 1772 | "autoload": { |
| 1773 | "psr-4": { |
| 1774 | "Psr\\Http\\Client\\": "src/" |
| 1775 | } |
| 1776 | }, |
| 1777 | "notification-url": "https://packagist.org/downloads/", |
| 1778 | "license": [ |
| 1779 | "MIT" |
| 1780 | ], |
| 1781 | "authors": [ |
| 1782 | { |
| 1783 | "name": "PHP-FIG", |
| 1784 | "homepage": "http://www.php-fig.org/" |
| 1785 | } |
| 1786 | ], |
| 1787 | "description": "Common interface for HTTP clients", |
| 1788 | "homepage": "https://github.com/php-fig/http-client", |
| 1789 | "keywords": [ |
| 1790 | "http", |
| 1791 | "http-client", |
| 1792 | "psr", |
| 1793 | "psr-18" |
| 1794 | ], |
| 1795 | "install-path": "../psr/http-client" |
| 1796 | }, |
| 1797 | { |
| 1798 | "name": "psr/http-factory", |
| 1799 | "version": "1.0.1", |
| 1800 | "version_normalized": "1.0.1.0", |
| 1801 | "source": { |
| 1802 | "type": "git", |
| 1803 | "url": "https://github.com/php-fig/http-factory.git", |
| 1804 | "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" |
| 1805 | }, |
| 1806 | "dist": { |
| 1807 | "type": "zip", |
| 1808 | "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", |
| 1809 | "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", |
| 1810 | "shasum": "" |
| 1811 | }, |
| 1812 | "require": { |
| 1813 | "php": ">=7.0.0", |
| 1814 | "psr/http-message": "^1.0" |
| 1815 | }, |
| 1816 | "time": "2019-04-30T12:38:16+00:00", |
| 1817 | "type": "library", |
| 1818 | "extra": { |
| 1819 | "branch-alias": { |
| 1820 | "dev-master": "1.0.x-dev" |
| 1821 | } |
| 1822 | }, |
| 1823 | "installation-source": "dist", |
| 1824 | "autoload": { |
| 1825 | "psr-4": { |
| 1826 | "Psr\\Http\\Message\\": "src/" |
| 1827 | } |
| 1828 | }, |
| 1829 | "notification-url": "https://packagist.org/downloads/", |
| 1830 | "license": [ |
| 1831 | "MIT" |
| 1832 | ], |
| 1833 | "authors": [ |
| 1834 | { |
| 1835 | "name": "PHP-FIG", |
| 1836 | "homepage": "http://www.php-fig.org/" |
| 1837 | } |
| 1838 | ], |
| 1839 | "description": "Common interfaces for PSR-7 HTTP message factories", |
| 1840 | "keywords": [ |
| 1841 | "factory", |
| 1842 | "http", |
| 1843 | "message", |
| 1844 | "psr", |
| 1845 | "psr-17", |
| 1846 | "psr-7", |
| 1847 | "request", |
| 1848 | "response" |
| 1849 | ], |
| 1850 | "install-path": "../psr/http-factory" |
| 1851 | }, |
| 1852 | { |
| 1853 | "name": "psr/http-message", |
| 1854 | "version": "1.0.1", |
| 1855 | "version_normalized": "1.0.1.0", |
| 1856 | "source": { |
| 1857 | "type": "git", |
| 1858 | "url": "https://github.com/php-fig/http-message.git", |
| 1859 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
| 1860 | }, |
| 1861 | "dist": { |
| 1862 | "type": "zip", |
| 1863 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
| 1864 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
| 1865 | "shasum": "" |
| 1866 | }, |
| 1867 | "require": { |
| 1868 | "php": ">=5.3.0" |
| 1869 | }, |
| 1870 | "time": "2016-08-06T14:39:51+00:00", |
| 1871 | "type": "library", |
| 1872 | "extra": { |
| 1873 | "branch-alias": { |
| 1874 | "dev-master": "1.0.x-dev" |
| 1875 | } |
| 1876 | }, |
| 1877 | "installation-source": "dist", |
| 1878 | "autoload": { |
| 1879 | "psr-4": { |
| 1880 | "Psr\\Http\\Message\\": "src/" |
| 1881 | } |
| 1882 | }, |
| 1883 | "notification-url": "https://packagist.org/downloads/", |
| 1884 | "license": [ |
| 1885 | "MIT" |
| 1886 | ], |
| 1887 | "authors": [ |
| 1888 | { |
| 1889 | "name": "PHP-FIG", |
| 1890 | "homepage": "http://www.php-fig.org/" |
| 1891 | } |
| 1892 | ], |
| 1893 | "description": "Common interface for HTTP messages", |
| 1894 | "homepage": "https://github.com/php-fig/http-message", |
| 1895 | "keywords": [ |
| 1896 | "http", |
| 1897 | "http-message", |
| 1898 | "psr", |
| 1899 | "psr-7", |
| 1900 | "request", |
| 1901 | "response" |
| 1902 | ], |
| 1903 | "install-path": "../psr/http-message" |
| 1904 | }, |
| 1905 | { |
| 1906 | "name": "psr/log", |
| 1907 | "version": "1.1.4", |
| 1908 | "version_normalized": "1.1.4.0", |
| 1909 | "source": { |
| 1910 | "type": "git", |
| 1911 | "url": "https://github.com/php-fig/log.git", |
| 1912 | "reference": "d49695b909c3b7628b6289db5479a1c204601f11" |
| 1913 | }, |
| 1914 | "dist": { |
| 1915 | "type": "zip", |
| 1916 | "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", |
| 1917 | "reference": "d49695b909c3b7628b6289db5479a1c204601f11", |
| 1918 | "shasum": "" |
| 1919 | }, |
| 1920 | "require": { |
| 1921 | "php": ">=5.3.0" |
| 1922 | }, |
| 1923 | "time": "2021-05-03T11:20:27+00:00", |
| 1924 | "type": "library", |
| 1925 | "extra": { |
| 1926 | "branch-alias": { |
| 1927 | "dev-master": "1.1.x-dev" |
| 1928 | } |
| 1929 | }, |
| 1930 | "installation-source": "dist", |
| 1931 | "autoload": { |
| 1932 | "psr-4": { |
| 1933 | "Psr\\Log\\": "Psr/Log/" |
| 1934 | } |
| 1935 | }, |
| 1936 | "notification-url": "https://packagist.org/downloads/", |
| 1937 | "license": [ |
| 1938 | "MIT" |
| 1939 | ], |
| 1940 | "authors": [ |
| 1941 | { |
| 1942 | "name": "PHP-FIG", |
| 1943 | "homepage": "https://www.php-fig.org/" |
| 1944 | } |
| 1945 | ], |
| 1946 | "description": "Common interface for logging libraries", |
| 1947 | "homepage": "https://github.com/php-fig/log", |
| 1948 | "keywords": [ |
| 1949 | "log", |
| 1950 | "psr", |
| 1951 | "psr-3" |
| 1952 | ], |
| 1953 | "install-path": "../psr/log" |
| 1954 | }, |
| 1955 | { |
| 1956 | "name": "ralouphie/getallheaders", |
| 1957 | "version": "3.0.3", |
| 1958 | "version_normalized": "3.0.3.0", |
| 1959 | "source": { |
| 1960 | "type": "git", |
| 1961 | "url": "https://github.com/ralouphie/getallheaders.git", |
| 1962 | "reference": "120b605dfeb996808c31b6477290a714d356e822" |
| 1963 | }, |
| 1964 | "dist": { |
| 1965 | "type": "zip", |
| 1966 | "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
| 1967 | "reference": "120b605dfeb996808c31b6477290a714d356e822", |
| 1968 | "shasum": "" |
| 1969 | }, |
| 1970 | "require": { |
| 1971 | "php": ">=5.6" |
| 1972 | }, |
| 1973 | "require-dev": { |
| 1974 | "php-coveralls/php-coveralls": "^2.1", |
| 1975 | "phpunit/phpunit": "^5 || ^6.5" |
| 1976 | }, |
| 1977 | "time": "2019-03-08T08:55:37+00:00", |
| 1978 | "type": "library", |
| 1979 | "installation-source": "dist", |
| 1980 | "autoload": { |
| 1981 | "files": [ |
| 1982 | "src/getallheaders.php" |
| 1983 | ] |
| 1984 | }, |
| 1985 | "notification-url": "https://packagist.org/downloads/", |
| 1986 | "license": [ |
| 1987 | "MIT" |
| 1988 | ], |
| 1989 | "authors": [ |
| 1990 | { |
| 1991 | "name": "Ralph Khattar", |
| 1992 | "email": "ralph.khattar@gmail.com" |
| 1993 | } |
| 1994 | ], |
| 1995 | "description": "A polyfill for getallheaders.", |
| 1996 | "install-path": "../ralouphie/getallheaders" |
| 1997 | }, |
| 1998 | { |
| 1999 | "name": "ramsey/collection", |
| 2000 | "version": "1.2.2", |
| 2001 | "version_normalized": "1.2.2.0", |
| 2002 | "source": { |
| 2003 | "type": "git", |
| 2004 | "url": "https://github.com/ramsey/collection.git", |
| 2005 | "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a" |
| 2006 | }, |
| 2007 | "dist": { |
| 2008 | "type": "zip", |
| 2009 | "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a", |
| 2010 | "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a", |
| 2011 | "shasum": "" |
| 2012 | }, |
| 2013 | "require": { |
| 2014 | "php": "^7.3 || ^8", |
| 2015 | "symfony/polyfill-php81": "^1.23" |
| 2016 | }, |
| 2017 | "require-dev": { |
| 2018 | "captainhook/captainhook": "^5.3", |
| 2019 | "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", |
| 2020 | "ergebnis/composer-normalize": "^2.6", |
| 2021 | "fakerphp/faker": "^1.5", |
| 2022 | "hamcrest/hamcrest-php": "^2", |
| 2023 | "jangregor/phpstan-prophecy": "^0.8", |
| 2024 | "mockery/mockery": "^1.3", |
| 2025 | "phpspec/prophecy-phpunit": "^2.0", |
| 2026 | "phpstan/extension-installer": "^1", |
| 2027 | "phpstan/phpstan": "^0.12.32", |
| 2028 | "phpstan/phpstan-mockery": "^0.12.5", |
| 2029 | "phpstan/phpstan-phpunit": "^0.12.11", |
| 2030 | "phpunit/phpunit": "^8.5 || ^9", |
| 2031 | "psy/psysh": "^0.10.4", |
| 2032 | "slevomat/coding-standard": "^6.3", |
| 2033 | "squizlabs/php_codesniffer": "^3.5", |
| 2034 | "vimeo/psalm": "^4.4" |
| 2035 | }, |
| 2036 | "time": "2021-10-10T03:01:02+00:00", |
| 2037 | "type": "library", |
| 2038 | "installation-source": "dist", |
| 2039 | "autoload": { |
| 2040 | "psr-4": { |
| 2041 | "Ramsey\\Collection\\": "src/" |
| 2042 | } |
| 2043 | }, |
| 2044 | "notification-url": "https://packagist.org/downloads/", |
| 2045 | "license": [ |
| 2046 | "MIT" |
| 2047 | ], |
| 2048 | "authors": [ |
| 2049 | { |
| 2050 | "name": "Ben Ramsey", |
| 2051 | "email": "ben@benramsey.com", |
| 2052 | "homepage": "https://benramsey.com" |
| 2053 | } |
| 2054 | ], |
| 2055 | "description": "A PHP library for representing and manipulating collections.", |
| 2056 | "keywords": [ |
| 2057 | "array", |
| 2058 | "collection", |
| 2059 | "hash", |
| 2060 | "map", |
| 2061 | "queue", |
| 2062 | "set" |
| 2063 | ], |
| 2064 | "install-path": "../ramsey/collection" |
| 2065 | }, |
| 2066 | { |
| 2067 | "name": "ramsey/uuid", |
| 2068 | "version": "4.2.3", |
| 2069 | "version_normalized": "4.2.3.0", |
| 2070 | "source": { |
| 2071 | "type": "git", |
| 2072 | "url": "https://github.com/ramsey/uuid.git", |
| 2073 | "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df" |
| 2074 | }, |
| 2075 | "dist": { |
| 2076 | "type": "zip", |
| 2077 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", |
| 2078 | "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", |
| 2079 | "shasum": "" |
| 2080 | }, |
| 2081 | "require": { |
| 2082 | "brick/math": "^0.8 || ^0.9", |
| 2083 | "ext-json": "*", |
| 2084 | "php": "^7.2 || ^8.0", |
| 2085 | "ramsey/collection": "^1.0", |
| 2086 | "symfony/polyfill-ctype": "^1.8", |
| 2087 | "symfony/polyfill-php80": "^1.14" |
| 2088 | }, |
| 2089 | "replace": { |
| 2090 | "rhumsaa/uuid": "self.version" |
| 2091 | }, |
| 2092 | "require-dev": { |
| 2093 | "captainhook/captainhook": "^5.10", |
| 2094 | "captainhook/plugin-composer": "^5.3", |
| 2095 | "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", |
| 2096 | "doctrine/annotations": "^1.8", |
| 2097 | "ergebnis/composer-normalize": "^2.15", |
| 2098 | "mockery/mockery": "^1.3", |
| 2099 | "moontoast/math": "^1.1", |
| 2100 | "paragonie/random-lib": "^2", |
| 2101 | "php-mock/php-mock": "^2.2", |
| 2102 | "php-mock/php-mock-mockery": "^1.3", |
| 2103 | "php-parallel-lint/php-parallel-lint": "^1.1", |
| 2104 | "phpbench/phpbench": "^1.0", |
| 2105 | "phpstan/extension-installer": "^1.0", |
| 2106 | "phpstan/phpstan": "^0.12", |
| 2107 | "phpstan/phpstan-mockery": "^0.12", |
| 2108 | "phpstan/phpstan-phpunit": "^0.12", |
| 2109 | "phpunit/phpunit": "^8.5 || ^9", |
| 2110 | "slevomat/coding-standard": "^7.0", |
| 2111 | "squizlabs/php_codesniffer": "^3.5", |
| 2112 | "vimeo/psalm": "^4.9" |
| 2113 | }, |
| 2114 | "suggest": { |
| 2115 | "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", |
| 2116 | "ext-ctype": "Enables faster processing of character classification using ctype functions.", |
| 2117 | "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", |
| 2118 | "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", |
| 2119 | "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
| 2120 | "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
| 2121 | }, |
| 2122 | "time": "2021-09-25T23:10:38+00:00", |
| 2123 | "type": "library", |
| 2124 | "extra": { |
| 2125 | "branch-alias": { |
| 2126 | "dev-main": "4.x-dev" |
| 2127 | }, |
| 2128 | "captainhook": { |
| 2129 | "force-install": true |
| 2130 | } |
| 2131 | }, |
| 2132 | "installation-source": "dist", |
| 2133 | "autoload": { |
| 2134 | "files": [ |
| 2135 | "src/functions.php" |
| 2136 | ], |
| 2137 | "psr-4": { |
| 2138 | "Ramsey\\Uuid\\": "src/" |
| 2139 | } |
| 2140 | }, |
| 2141 | "notification-url": "https://packagist.org/downloads/", |
| 2142 | "license": [ |
| 2143 | "MIT" |
| 2144 | ], |
| 2145 | "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", |
| 2146 | "keywords": [ |
| 2147 | "guid", |
| 2148 | "identifier", |
| 2149 | "uuid" |
| 2150 | ], |
| 2151 | "install-path": "../ramsey/uuid" |
| 2152 | }, |
| 2153 | { |
| 2154 | "name": "rize/uri-template", |
| 2155 | "version": "0.3.4", |
| 2156 | "version_normalized": "0.3.4.0", |
| 2157 | "source": { |
| 2158 | "type": "git", |
| 2159 | "url": "https://github.com/rize/UriTemplate.git", |
| 2160 | "reference": "2a874863c48d643b9e2e254ab288ec203060a0b8" |
| 2161 | }, |
| 2162 | "dist": { |
| 2163 | "type": "zip", |
| 2164 | "url": "https://api.github.com/repos/rize/UriTemplate/zipball/2a874863c48d643b9e2e254ab288ec203060a0b8", |
| 2165 | "reference": "2a874863c48d643b9e2e254ab288ec203060a0b8", |
| 2166 | "shasum": "" |
| 2167 | }, |
| 2168 | "require": { |
| 2169 | "php": ">=5.3.0" |
| 2170 | }, |
| 2171 | "require-dev": { |
| 2172 | "phpunit/phpunit": "~4.8.36" |
| 2173 | }, |
| 2174 | "time": "2021-10-09T06:30:16+00:00", |
| 2175 | "type": "library", |
| 2176 | "installation-source": "dist", |
| 2177 | "autoload": { |
| 2178 | "psr-4": { |
| 2179 | "Rize\\": "src/Rize" |
| 2180 | } |
| 2181 | }, |
| 2182 | "notification-url": "https://packagist.org/downloads/", |
| 2183 | "license": [ |
| 2184 | "MIT" |
| 2185 | ], |
| 2186 | "authors": [ |
| 2187 | { |
| 2188 | "name": "Marut K", |
| 2189 | "homepage": "http://twitter.com/rezigned" |
| 2190 | } |
| 2191 | ], |
| 2192 | "description": "PHP URI Template (RFC 6570) supports both expansion & extraction", |
| 2193 | "keywords": [ |
| 2194 | "RFC 6570", |
| 2195 | "template", |
| 2196 | "uri" |
| 2197 | ], |
| 2198 | "install-path": "../rize/uri-template" |
| 2199 | }, |
| 2200 | { |
| 2201 | "name": "symfony/deprecation-contracts", |
| 2202 | "version": "v2.5.2", |
| 2203 | "version_normalized": "2.5.2.0", |
| 2204 | "source": { |
| 2205 | "type": "git", |
| 2206 | "url": "https://github.com/symfony/deprecation-contracts.git", |
| 2207 | "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" |
| 2208 | }, |
| 2209 | "dist": { |
| 2210 | "type": "zip", |
| 2211 | "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", |
| 2212 | "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", |
| 2213 | "shasum": "" |
| 2214 | }, |
| 2215 | "require": { |
| 2216 | "php": ">=7.1" |
| 2217 | }, |
| 2218 | "time": "2022-01-02T09:53:40+00:00", |
| 2219 | "type": "library", |
| 2220 | "extra": { |
| 2221 | "branch-alias": { |
| 2222 | "dev-main": "2.5-dev" |
| 2223 | }, |
| 2224 | "thanks": { |
| 2225 | "name": "symfony/contracts", |
| 2226 | "url": "https://github.com/symfony/contracts" |
| 2227 | } |
| 2228 | }, |
| 2229 | "installation-source": "dist", |
| 2230 | "autoload": { |
| 2231 | "files": [ |
| 2232 | "function.php" |
| 2233 | ] |
| 2234 | }, |
| 2235 | "notification-url": "https://packagist.org/downloads/", |
| 2236 | "license": [ |
| 2237 | "MIT" |
| 2238 | ], |
| 2239 | "authors": [ |
| 2240 | { |
| 2241 | "name": "Nicolas Grekas", |
| 2242 | "email": "p@tchwork.com" |
| 2243 | }, |
| 2244 | { |
| 2245 | "name": "Symfony Community", |
| 2246 | "homepage": "https://symfony.com/contributors" |
| 2247 | } |
| 2248 | ], |
| 2249 | "description": "A generic function and convention to trigger deprecation notices", |
| 2250 | "homepage": "https://symfony.com", |
| 2251 | "install-path": "../symfony/deprecation-contracts" |
| 2252 | }, |
| 2253 | { |
| 2254 | "name": "symfony/polyfill-ctype", |
| 2255 | "version": "v1.26.0", |
| 2256 | "version_normalized": "1.26.0.0", |
| 2257 | "source": { |
| 2258 | "type": "git", |
| 2259 | "url": "https://github.com/symfony/polyfill-ctype.git", |
| 2260 | "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" |
| 2261 | }, |
| 2262 | "dist": { |
| 2263 | "type": "zip", |
| 2264 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", |
| 2265 | "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", |
| 2266 | "shasum": "" |
| 2267 | }, |
| 2268 | "require": { |
| 2269 | "php": ">=7.1" |
| 2270 | }, |
| 2271 | "provide": { |
| 2272 | "ext-ctype": "*" |
| 2273 | }, |
| 2274 | "suggest": { |
| 2275 | "ext-ctype": "For best performance" |
| 2276 | }, |
| 2277 | "time": "2022-05-24T11:49:31+00:00", |
| 2278 | "type": "library", |
| 2279 | "extra": { |
| 2280 | "branch-alias": { |
| 2281 | "dev-main": "1.26-dev" |
| 2282 | }, |
| 2283 | "thanks": { |
| 2284 | "name": "symfony/polyfill", |
| 2285 | "url": "https://github.com/symfony/polyfill" |
| 2286 | } |
| 2287 | }, |
| 2288 | "installation-source": "dist", |
| 2289 | "autoload": { |
| 2290 | "files": [ |
| 2291 | "bootstrap.php" |
| 2292 | ], |
| 2293 | "psr-4": { |
| 2294 | "Symfony\\Polyfill\\Ctype\\": "" |
| 2295 | } |
| 2296 | }, |
| 2297 | "notification-url": "https://packagist.org/downloads/", |
| 2298 | "license": [ |
| 2299 | "MIT" |
| 2300 | ], |
| 2301 | "authors": [ |
| 2302 | { |
| 2303 | "name": "Gert de Pagter", |
| 2304 | "email": "BackEndTea@gmail.com" |
| 2305 | }, |
| 2306 | { |
| 2307 | "name": "Symfony Community", |
| 2308 | "homepage": "https://symfony.com/contributors" |
| 2309 | } |
| 2310 | ], |
| 2311 | "description": "Symfony polyfill for ctype functions", |
| 2312 | "homepage": "https://symfony.com", |
| 2313 | "keywords": [ |
| 2314 | "compatibility", |
| 2315 | "ctype", |
| 2316 | "polyfill", |
| 2317 | "portable" |
| 2318 | ], |
| 2319 | "install-path": "../symfony/polyfill-ctype" |
| 2320 | }, |
| 2321 | { |
| 2322 | "name": "symfony/polyfill-php80", |
| 2323 | "version": "v1.26.0", |
| 2324 | "version_normalized": "1.26.0.0", |
| 2325 | "source": { |
| 2326 | "type": "git", |
| 2327 | "url": "https://github.com/symfony/polyfill-php80.git", |
| 2328 | "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" |
| 2329 | }, |
| 2330 | "dist": { |
| 2331 | "type": "zip", |
| 2332 | "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", |
| 2333 | "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", |
| 2334 | "shasum": "" |
| 2335 | }, |
| 2336 | "require": { |
| 2337 | "php": ">=7.1" |
| 2338 | }, |
| 2339 | "time": "2022-05-10T07:21:04+00:00", |
| 2340 | "type": "library", |
| 2341 | "extra": { |
| 2342 | "branch-alias": { |
| 2343 | "dev-main": "1.26-dev" |
| 2344 | }, |
| 2345 | "thanks": { |
| 2346 | "name": "symfony/polyfill", |
| 2347 | "url": "https://github.com/symfony/polyfill" |
| 2348 | } |
| 2349 | }, |
| 2350 | "installation-source": "dist", |
| 2351 | "autoload": { |
| 2352 | "files": [ |
| 2353 | "bootstrap.php" |
| 2354 | ], |
| 2355 | "psr-4": { |
| 2356 | "Symfony\\Polyfill\\Php80\\": "" |
| 2357 | }, |
| 2358 | "classmap": [ |
| 2359 | "Resources/stubs" |
| 2360 | ] |
| 2361 | }, |
| 2362 | "notification-url": "https://packagist.org/downloads/", |
| 2363 | "license": [ |
| 2364 | "MIT" |
| 2365 | ], |
| 2366 | "authors": [ |
| 2367 | { |
| 2368 | "name": "Ion Bazan", |
| 2369 | "email": "ion.bazan@gmail.com" |
| 2370 | }, |
| 2371 | { |
| 2372 | "name": "Nicolas Grekas", |
| 2373 | "email": "p@tchwork.com" |
| 2374 | }, |
| 2375 | { |
| 2376 | "name": "Symfony Community", |
| 2377 | "homepage": "https://symfony.com/contributors" |
| 2378 | } |
| 2379 | ], |
| 2380 | "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", |
| 2381 | "homepage": "https://symfony.com", |
| 2382 | "keywords": [ |
| 2383 | "compatibility", |
| 2384 | "polyfill", |
| 2385 | "portable", |
| 2386 | "shim" |
| 2387 | ], |
| 2388 | "install-path": "../symfony/polyfill-php80" |
| 2389 | }, |
| 2390 | { |
| 2391 | "name": "symfony/polyfill-php81", |
| 2392 | "version": "v1.26.0", |
| 2393 | "version_normalized": "1.26.0.0", |
| 2394 | "source": { |
| 2395 | "type": "git", |
| 2396 | "url": "https://github.com/symfony/polyfill-php81.git", |
| 2397 | "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" |
| 2398 | }, |
| 2399 | "dist": { |
| 2400 | "type": "zip", |
| 2401 | "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", |
| 2402 | "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", |
| 2403 | "shasum": "" |
| 2404 | }, |
| 2405 | "require": { |
| 2406 | "php": ">=7.1" |
| 2407 | }, |
| 2408 | "time": "2022-05-24T11:49:31+00:00", |
| 2409 | "type": "library", |
| 2410 | "extra": { |
| 2411 | "branch-alias": { |
| 2412 | "dev-main": "1.26-dev" |
| 2413 | }, |
| 2414 | "thanks": { |
| 2415 | "name": "symfony/polyfill", |
| 2416 | "url": "https://github.com/symfony/polyfill" |
| 2417 | } |
| 2418 | }, |
| 2419 | "installation-source": "dist", |
| 2420 | "autoload": { |
| 2421 | "files": [ |
| 2422 | "bootstrap.php" |
| 2423 | ], |
| 2424 | "psr-4": { |
| 2425 | "Symfony\\Polyfill\\Php81\\": "" |
| 2426 | }, |
| 2427 | "classmap": [ |
| 2428 | "Resources/stubs" |
| 2429 | ] |
| 2430 | }, |
| 2431 | "notification-url": "https://packagist.org/downloads/", |
| 2432 | "license": [ |
| 2433 | "MIT" |
| 2434 | ], |
| 2435 | "authors": [ |
| 2436 | { |
| 2437 | "name": "Nicolas Grekas", |
| 2438 | "email": "p@tchwork.com" |
| 2439 | }, |
| 2440 | { |
| 2441 | "name": "Symfony Community", |
| 2442 | "homepage": "https://symfony.com/contributors" |
| 2443 | } |
| 2444 | ], |
| 2445 | "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", |
| 2446 | "homepage": "https://symfony.com", |
| 2447 | "keywords": [ |
| 2448 | "compatibility", |
| 2449 | "polyfill", |
| 2450 | "portable", |
| 2451 | "shim" |
| 2452 | ], |
| 2453 | "install-path": "../symfony/polyfill-php81" |
| 2454 | } |
| 2455 | ], |
| 2456 | "dev": true, |
| 2457 | "dev-package-names": [] |
| 2458 | } |
| 2459 |