| @@ -1,1960 +1,1589 @@ | ||
| 1 | 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 | - "Dudlewebs\\WPMCS\\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 | - "support": { | |
| 51 | - "issues": "https:\/\/github.com\/brick\/math\/issues", | |
| 52 | - "source": "https:\/\/github.com\/brick\/math\/tree\/0.9.3" | |
| 53 | - }, | |
| 54 | - "funding": [ | |
| 55 | - { | |
| 56 | - "url": "https:\/\/github.com\/BenMorel", | |
| 57 | - "type": "github" | |
| 58 | - }, | |
| 59 | - { | |
| 60 | - "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/brick\/math", | |
| 61 | - "type": "tidelift" | |
| 62 | - } | |
| 63 | - ], | |
| 64 | - "install-path": "..\/brick\/math" | |
| 65 | - }, | |
| 66 | - { | |
| 67 | - "name": "firebase\/php-jwt", | |
| 68 | - "version": "v6.10.0", | |
| 69 | - "version_normalized": "6.10.0.0", | |
| 70 | - "source": { | |
| 71 | - "type": "git", | |
| 72 | - "url": "https:\/\/github.com\/firebase\/php-jwt.git", | |
| 73 | - "reference": "a49db6f0a5033aef5143295342f1c95521b075ff" | |
| 74 | - }, | |
| 75 | - "dist": { | |
| 76 | - "type": "zip", | |
| 77 | - "url": "https:\/\/api.github.com\/repos\/firebase\/php-jwt\/zipball\/a49db6f0a5033aef5143295342f1c95521b075ff", | |
| 78 | - "reference": "a49db6f0a5033aef5143295342f1c95521b075ff", | |
| 79 | - "shasum": "" | |
| 80 | - }, | |
| 81 | - "require": { | |
| 82 | - "php": "^7.4||^8.0" | |
| 83 | - }, | |
| 84 | - "require-dev": { | |
| 85 | - "guzzlehttp\/guzzle": "^6.5||^7.4", | |
| 86 | - "phpspec\/prophecy-phpunit": "^2.0", | |
| 87 | - "phpunit\/phpunit": "^9.5", | |
| 88 | - "psr\/cache": "^1.0||^2.0", | |
| 89 | - "psr\/http-client": "^1.0", | |
| 90 | - "psr\/http-factory": "^1.0" | |
| 91 | - }, | |
| 92 | - "suggest": { | |
| 93 | - "ext-sodium": "Support EdDSA (Ed25519) signatures", | |
| 94 | - "paragonie\/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" | |
| 95 | - }, | |
| 96 | - "time": "2023-12-01T16:26:39+00:00", | |
| 97 | - "type": "library", | |
| 98 | - "installation-source": "dist", | |
| 99 | - "autoload": { | |
| 100 | - "psr-4": { | |
| 101 | - "Dudlewebs\\WPMCS\\Firebase\\JWT\\": "src" | |
| 102 | - } | |
| 103 | - }, | |
| 104 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 105 | - "license": [ | |
| 106 | - "BSD-3-Clause" | |
| 107 | - ], | |
| 108 | - "authors": [ | |
| 109 | - { | |
| 110 | - "name": "Neuman Vong", | |
| 111 | - "email": "neuman+pear@twilio.com", | |
| 112 | - "role": "Developer" | |
| 113 | - }, | |
| 114 | - { | |
| 115 | - "name": "Anant Narayanan", | |
| 116 | - "email": "anant@php.net", | |
| 117 | - "role": "Developer" | |
| 118 | - } | |
| 119 | - ], | |
| 120 | - "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", | |
| 121 | - "homepage": "https:\/\/github.com\/firebase\/php-jwt", | |
| 122 | - "keywords": [ | |
| 123 | - "jwt", | |
| 124 | - "php" | |
| 125 | - ], | |
| 126 | - "support": { | |
| 127 | - "issues": "https:\/\/github.com\/firebase\/php-jwt\/issues", | |
| 128 | - "source": "https:\/\/github.com\/firebase\/php-jwt\/tree\/v6.10.0" | |
| 129 | - }, | |
| 130 | - "install-path": "..\/firebase\/php-jwt" | |
| 131 | - }, | |
| 132 | - { | |
| 133 | - "name": "google\/auth", | |
| 134 | - "version": "v1.37.1", | |
| 135 | - "version_normalized": "1.37.1.0", | |
| 136 | - "source": { | |
| 137 | - "type": "git", | |
| 138 | - "url": "https:\/\/github.com\/googleapis\/google-auth-library-php.git", | |
| 139 | - "reference": "1a7de77b72e6ac60dccf0e6478c4c1005bb0ff46" | |
| 140 | - }, | |
| 141 | - "dist": { | |
| 142 | - "type": "zip", | |
| 143 | - "url": "https:\/\/api.github.com\/repos\/googleapis\/google-auth-library-php\/zipball\/1a7de77b72e6ac60dccf0e6478c4c1005bb0ff46", | |
| 144 | - "reference": "1a7de77b72e6ac60dccf0e6478c4c1005bb0ff46", | |
| 145 | - "shasum": "" | |
| 146 | - }, | |
| 147 | - "require": { | |
| 148 | - "firebase\/php-jwt": "^6.0", | |
| 149 | - "guzzlehttp\/guzzle": "^6.5.8||^7.4.5", | |
| 150 | - "guzzlehttp\/psr7": "^2.4.5", | |
| 151 | - "php": "^7.4||^8.0", | |
| 152 | - "psr\/cache": "^1.0||^2.0||^3.0", | |
| 153 | - "psr\/http-message": "^1.1||^2.0" | |
| 154 | - }, | |
| 155 | - "require-dev": { | |
| 156 | - "guzzlehttp\/promises": "^2.0", | |
| 157 | - "kelvinmo\/simplejwt": "0.7.1", | |
| 158 | - "phpseclib\/phpseclib": "^3.0", | |
| 159 | - "phpspec\/prophecy-phpunit": "^2.0", | |
| 160 | - "phpunit\/phpunit": "^9.0.0", | |
| 161 | - "sebastian\/comparator": ">=1.2.3", | |
| 162 | - "squizlabs\/php_codesniffer": "^3.5" | |
| 163 | - }, | |
| 164 | - "suggest": { | |
| 165 | - "phpseclib\/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." | |
| 166 | - }, | |
| 167 | - "time": "2024-04-03T18:41:12+00:00", | |
| 168 | - "type": "library", | |
| 169 | - "installation-source": "dist", | |
| 170 | - "autoload": { | |
| 171 | - "psr-4": { | |
| 172 | - "Dudlewebs\\WPMCS\\Google\\Auth\\": "src" | |
| 173 | - } | |
| 174 | - }, | |
| 175 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 176 | - "license": [ | |
| 177 | - "Apache-2.0" | |
| 178 | - ], | |
| 179 | - "description": "Google Auth Library for PHP", | |
| 180 | - "homepage": "http:\/\/github.com\/google\/google-auth-library-php", | |
| 181 | - "keywords": [ | |
| 182 | - "Authentication", | |
| 183 | - "google", | |
| 184 | - "oauth2" | |
| 185 | - ], | |
| 186 | - "support": { | |
| 187 | - "docs": "https:\/\/googleapis.github.io\/google-auth-library-php\/main\/", | |
| 188 | - "issues": "https:\/\/github.com\/googleapis\/google-auth-library-php\/issues", | |
| 189 | - "source": "https:\/\/github.com\/googleapis\/google-auth-library-php\/tree\/v1.37.1" | |
| 190 | - }, | |
| 191 | - "install-path": "..\/google\/auth" | |
| 192 | - }, | |
| 193 | - { | |
| 194 | - "name": "google\/cloud-core", | |
| 195 | - "version": "v1.56.0", | |
| 196 | - "version_normalized": "1.56.0.0", | |
| 197 | - "source": { | |
| 198 | - "type": "git", | |
| 199 | - "url": "https:\/\/github.com\/googleapis\/google-cloud-php-core.git", | |
| 200 | - "reference": "35ca0fd74685c635a4c027c871de9d716c504933" | |
| 201 | - }, | |
| 202 | - "dist": { | |
| 203 | - "type": "zip", | |
| 204 | - "url": "https:\/\/api.github.com\/repos\/googleapis\/google-cloud-php-core\/zipball\/35ca0fd74685c635a4c027c871de9d716c504933", | |
| 205 | - "reference": "35ca0fd74685c635a4c027c871de9d716c504933", | |
| 206 | - "shasum": "" | |
| 207 | - }, | |
| 208 | - "require": { | |
| 209 | - "google\/auth": "^1.34", | |
| 210 | - "google\/gax": "^1.27.0", | |
| 211 | - "guzzlehttp\/guzzle": "^6.5.8|^7.4.4", | |
| 212 | - "guzzlehttp\/promises": "^1.4||^2.0", | |
| 213 | - "guzzlehttp\/psr7": "^2.6", | |
| 214 | - "monolog\/monolog": "^2.9|^3.0", | |
| 215 | - "php": ">=7.4", | |
| 216 | - "psr\/http-message": "^1.0|^2.0", | |
| 217 | - "rize\/uri-template": "~0.3" | |
| 218 | - }, | |
| 219 | - "require-dev": { | |
| 220 | - "erusev\/parsedown": "^1.6", | |
| 221 | - "google\/cloud-common-protos": "~0.5", | |
| 222 | - "opis\/closure": "^3", | |
| 223 | - "phpdocumentor\/reflection": "^5.3.3", | |
| 224 | - "phpdocumentor\/reflection-docblock": "^5.3", | |
| 225 | - "phpspec\/prophecy-phpunit": "^2.0", | |
| 226 | - "phpunit\/phpunit": "^9.0", | |
| 227 | - "squizlabs\/php_codesniffer": "2.*" | |
| 228 | - }, | |
| 229 | - "suggest": { | |
| 230 | - "opis\/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.", | |
| 231 | - "symfony\/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9" | |
| 232 | - }, | |
| 233 | - "time": "2024-02-23T23:49:35+00:00", | |
| 234 | - "bin": [ | |
| 235 | - "bin\/google-cloud-batch" | |
| 236 | - ], | |
| 237 | - "type": "library", | |
| 238 | - "extra": { | |
| 239 | - "component": { | |
| 240 | - "id": "cloud-core", | |
| 241 | - "target": "googleapis\/google-cloud-php-core.git", | |
| 242 | - "path": "Core", | |
| 243 | - "entry": "src\/ServiceBuilder.php" | |
| 244 | - } | |
| 245 | - }, | |
| 246 | - "installation-source": "dist", | |
| 247 | - "autoload": { | |
| 248 | - "psr-4": { | |
| 249 | - "Dudlewebs\\WPMCS\\Google\\Cloud\\Core\\": "src" | |
| 250 | - } | |
| 251 | - }, | |
| 252 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 253 | - "license": [ | |
| 254 | - "Apache-2.0" | |
| 255 | - ], | |
| 256 | - "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.", | |
| 257 | - "support": { | |
| 258 | - "source": "https:\/\/github.com\/googleapis\/google-cloud-php-core\/tree\/v1.56.0" | |
| 259 | - }, | |
| 260 | - "install-path": "..\/google\/cloud-core" | |
| 261 | - }, | |
| 262 | - { | |
| 263 | - "name": "google\/cloud-storage", | |
| 264 | - "version": "v1.39.0", | |
| 265 | - "version_normalized": "1.39.0.0", | |
| 266 | - "source": { | |
| 267 | - "type": "git", | |
| 268 | - "url": "https:\/\/github.com\/googleapis\/google-cloud-php-storage.git", | |
| 269 | - "reference": "2425a167578084af5c9b87fac6eb59b09b33b8f5" | |
| 270 | - }, | |
| 271 | - "dist": { | |
| 272 | - "type": "zip", | |
| 273 | - "url": "https:\/\/api.github.com\/repos\/googleapis\/google-cloud-php-storage\/zipball\/2425a167578084af5c9b87fac6eb59b09b33b8f5", | |
| 274 | - "reference": "2425a167578084af5c9b87fac6eb59b09b33b8f5", | |
| 275 | - "shasum": "" | |
| 276 | - }, | |
| 277 | - "require": { | |
| 278 | - "google\/cloud-core": "^1.55", | |
| 279 | - "php": ">=7.4", | |
| 280 | - "ramsey\/uuid": "^4.2.3" | |
| 281 | - }, | |
| 282 | - "require-dev": { | |
| 283 | - "erusev\/parsedown": "^1.6", | |
| 284 | - "google\/cloud-pubsub": "^1.0", | |
| 285 | - "phpdocumentor\/reflection": "^5.3.3", | |
| 286 | - "phpdocumentor\/reflection-docblock": "^5.3", | |
| 287 | - "phpseclib\/phpseclib": "^2.0||^3.0", | |
| 288 | - "phpspec\/prophecy-phpunit": "^2.0", | |
| 289 | - "phpunit\/phpunit": "^9.0", | |
| 290 | - "squizlabs\/php_codesniffer": "2.*" | |
| 291 | - }, | |
| 292 | - "suggest": { | |
| 293 | - "google\/cloud-pubsub": "May be used to register a topic to receive bucket notifications.", | |
| 294 | - "phpseclib\/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2." | |
| 295 | - }, | |
| 296 | - "time": "2024-02-23T23:49:35+00:00", | |
| 297 | - "type": "library", | |
| 298 | - "extra": { | |
| 299 | - "component": { | |
| 300 | - "id": "cloud-storage", | |
| 301 | - "target": "googleapis\/google-cloud-php-storage.git", | |
| 302 | - "path": "Storage", | |
| 303 | - "entry": "src\/StorageClient.php" | |
| 304 | - } | |
| 305 | - }, | |
| 306 | - "installation-source": "dist", | |
| 307 | - "autoload": { | |
| 308 | - "psr-4": { | |
| 309 | - "Dudlewebs\\WPMCS\\Google\\Cloud\\Storage\\": "src" | |
| 310 | - } | |
| 311 | - }, | |
| 312 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 313 | - "license": [ | |
| 314 | - "Apache-2.0" | |
| 315 | - ], | |
| 316 | - "description": "Cloud Storage Client for PHP", | |
| 317 | - "support": { | |
| 318 | - "source": "https:\/\/github.com\/googleapis\/google-cloud-php-storage\/tree\/v1.39.0" | |
| 319 | - }, | |
| 320 | - "install-path": "..\/google\/cloud-storage" | |
| 321 | - }, | |
| 322 | - { | |
| 323 | - "name": "google\/common-protos", | |
| 324 | - "version": "v4.5.0", | |
| 325 | - "version_normalized": "4.5.0.0", | |
| 326 | - "source": { | |
| 327 | - "type": "git", | |
| 328 | - "url": "https:\/\/github.com\/googleapis\/common-protos-php.git", | |
| 329 | - "reference": "dfc232e90823cedca107b56e7371f2e2f35b9427" | |
| 330 | - }, | |
| 331 | - "dist": { | |
| 332 | - "type": "zip", | |
| 333 | - "url": "https:\/\/api.github.com\/repos\/googleapis\/common-protos-php\/zipball\/dfc232e90823cedca107b56e7371f2e2f35b9427", | |
| 334 | - "reference": "dfc232e90823cedca107b56e7371f2e2f35b9427", | |
| 335 | - "shasum": "" | |
| 336 | - }, | |
| 337 | - "require": { | |
| 338 | - "google\/protobuf": "^3.6.1", | |
| 339 | - "php": ">=7.4" | |
| 340 | - }, | |
| 341 | - "require-dev": { | |
| 342 | - "phpunit\/phpunit": "^9.0" | |
| 343 | - }, | |
| 344 | - "time": "2023-11-29T21:08:16+00:00", | |
| 345 | - "type": "library", | |
| 346 | - "installation-source": "dist", | |
| 347 | - "autoload": { | |
| 348 | - "psr-4": { | |
| 349 | - "Dudlewebs\\WPMCS\\Google\\Api\\": "src\/Api", | |
| 350 | - "Dudlewebs\\WPMCS\\Google\\Iam\\": "src\/Iam", | |
| 351 | - "Dudlewebs\\WPMCS\\Google\\Rpc\\": "src\/Rpc", | |
| 352 | - "Dudlewebs\\WPMCS\\Google\\Type\\": "src\/Type", | |
| 353 | - "Dudlewebs\\WPMCS\\Google\\Cloud\\": "src\/Cloud", | |
| 354 | - "Dudlewebs\\WPMCS\\GPBMetadata\\Google\\Api\\": "metadata\/Api", | |
| 355 | - "Dudlewebs\\WPMCS\\GPBMetadata\\Google\\Iam\\": "metadata\/Iam", | |
| 356 | - "Dudlewebs\\WPMCS\\GPBMetadata\\Google\\Rpc\\": "metadata\/Rpc", | |
| 357 | - "Dudlewebs\\WPMCS\\GPBMetadata\\Google\\Type\\": "metadata\/Type", | |
| 358 | - "Dudlewebs\\WPMCS\\GPBMetadata\\Google\\Cloud\\": "metadata\/Cloud", | |
| 359 | - "Dudlewebs\\WPMCS\\GPBMetadata\\Google\\Logging\\": "metadata\/Logging" | |
| 360 | - } | |
| 361 | - }, | |
| 362 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 363 | - "license": [ | |
| 364 | - "Apache-2.0" | |
| 365 | - ], | |
| 366 | - "description": "Google API Common Protos for PHP", | |
| 367 | - "homepage": "https:\/\/github.com\/googleapis\/common-protos-php", | |
| 368 | - "keywords": [ | |
| 369 | - "google" | |
| 370 | - ], | |
| 371 | - "support": { | |
| 372 | - "issues": "https:\/\/github.com\/googleapis\/common-protos-php\/issues", | |
| 373 | - "source": "https:\/\/github.com\/googleapis\/common-protos-php\/tree\/v4.5.0" | |
| 374 | - }, | |
| 375 | - "install-path": "..\/google\/common-protos" | |
| 376 | - }, | |
| 377 | - { | |
| 378 | - "name": "google\/gax", | |
| 379 | - "version": "v1.29.1", | |
| 380 | - "version_normalized": "1.29.1.0", | |
| 381 | - "source": { | |
| 382 | - "type": "git", | |
| 383 | - "url": "https:\/\/github.com\/googleapis\/gax-php.git", | |
| 384 | - "reference": "54a863e63ee318308637adb283f6157ccc3aabbb" | |
| 385 | - }, | |
| 386 | - "dist": { | |
| 387 | - "type": "zip", | |
| 388 | - "url": "https:\/\/api.github.com\/repos\/googleapis\/gax-php\/zipball\/54a863e63ee318308637adb283f6157ccc3aabbb", | |
| 389 | - "reference": "54a863e63ee318308637adb283f6157ccc3aabbb", | |
| 390 | - "shasum": "" | |
| 391 | - }, | |
| 392 | - "require": { | |
| 393 | - "google\/auth": "^1.34.0", | |
| 394 | - "google\/common-protos": "^4.4", | |
| 395 | - "google\/grpc-gcp": "^0.2||^0.3", | |
| 396 | - "google\/longrunning": "~0.2", | |
| 397 | - "google\/protobuf": "^3.22", | |
| 398 | - "grpc\/grpc": "^1.13", | |
| 399 | - "guzzlehttp\/promises": "^1.4||^2.0", | |
| 400 | - "guzzlehttp\/psr7": "^2.0", | |
| 401 | - "php": ">=7.4" | |
| 402 | - }, | |
| 403 | - "conflict": { | |
| 404 | - "ext-protobuf": "<3.7.0" | |
| 405 | - }, | |
| 406 | - "require-dev": { | |
| 407 | - "phpspec\/prophecy-phpunit": "^2.0", | |
| 408 | - "phpunit\/phpunit": "^9.0", | |
| 409 | - "squizlabs\/php_codesniffer": "3.*" | |
| 410 | - }, | |
| 411 | - "time": "2024-02-26T19:15:41+00:00", | |
| 412 | - "type": "library", | |
| 413 | - "installation-source": "dist", | |
| 414 | - "autoload": { | |
| 415 | - "psr-4": { | |
| 416 | - "Dudlewebs\\WPMCS\\Google\\ApiCore\\": "src", | |
| 417 | - "Dudlewebs\\WPMCS\\GPBMetadata\\ApiCore\\": "metadata\/ApiCore" | |
| 418 | - } | |
| 419 | - }, | |
| 420 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 421 | - "license": [ | |
| 422 | - "BSD-3-Clause" | |
| 423 | - ], | |
| 424 | - "description": "Google API Core for PHP", | |
| 425 | - "homepage": "https:\/\/github.com\/googleapis\/gax-php", | |
| 426 | - "keywords": [ | |
| 427 | - "google" | |
| 428 | - ], | |
| 429 | - "support": { | |
| 430 | - "issues": "https:\/\/github.com\/googleapis\/gax-php\/issues", | |
| 431 | - "source": "https:\/\/github.com\/googleapis\/gax-php\/tree\/v1.29.1" | |
| 432 | - }, | |
| 433 | - "install-path": "..\/google\/gax" | |
| 434 | - }, | |
| 435 | - { | |
| 436 | - "name": "google\/grpc-gcp", | |
| 437 | - "version": "v0.3.0", | |
| 438 | - "version_normalized": "0.3.0.0", | |
| 439 | - "source": { | |
| 440 | - "type": "git", | |
| 441 | - "url": "https:\/\/github.com\/GoogleCloudPlatform\/grpc-gcp-php.git", | |
| 442 | - "reference": "4d8b455a45a89f57e1552cadc41a43bc34c40456" | |
| 443 | - }, | |
| 444 | - "dist": { | |
| 445 | - "type": "zip", | |
| 446 | - "url": "https:\/\/api.github.com\/repos\/GoogleCloudPlatform\/grpc-gcp-php\/zipball\/4d8b455a45a89f57e1552cadc41a43bc34c40456", | |
| 447 | - "reference": "4d8b455a45a89f57e1552cadc41a43bc34c40456", | |
| 448 | - "shasum": "" | |
| 449 | - }, | |
| 450 | - "require": { | |
| 451 | - "google\/auth": "^1.3", | |
| 452 | - "google\/protobuf": "^v3.3.0", | |
| 453 | - "grpc\/grpc": "^v1.13.0", | |
| 454 | - "php": "^7.4||^8.0", | |
| 455 | - "psr\/cache": "^1.0.1||^2.0.0||^3.0.0" | |
| 456 | - }, | |
| 457 | - "require-dev": { | |
| 458 | - "google\/cloud-spanner": "^1.7", | |
| 459 | - "phpunit\/phpunit": "^9.0" | |
| 460 | - }, | |
| 461 | - "time": "2023-04-24T14:37:29+00:00", | |
| 462 | - "type": "library", | |
| 463 | - "installation-source": "dist", | |
| 464 | - "autoload": { | |
| 465 | - "psr-4": { | |
| 466 | - "Dudlewebs\\WPMCS\\Grpc\\Gcp\\": "src\/" | |
| 467 | - }, | |
| 468 | - "classmap": [ | |
| 469 | - "src\/generated\/" | |
| 470 | - ] | |
| 471 | - }, | |
| 472 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 473 | - "license": [ | |
| 474 | - "Apache-2.0" | |
| 475 | - ], | |
| 476 | - "description": "gRPC GCP library for channel management", | |
| 477 | - "support": { | |
| 478 | - "issues": "https:\/\/github.com\/GoogleCloudPlatform\/grpc-gcp-php\/issues", | |
| 479 | - "source": "https:\/\/github.com\/GoogleCloudPlatform\/grpc-gcp-php\/tree\/v0.3.0" | |
| 480 | - }, | |
| 481 | - "install-path": "..\/google\/grpc-gcp" | |
| 482 | - }, | |
| 483 | - { | |
| 484 | - "name": "google\/longrunning", | |
| 485 | - "version": "0.4.3", | |
| 486 | - "version_normalized": "0.4.3.0", | |
| 487 | - "source": { | |
| 488 | - "type": "git", | |
| 489 | - "url": "https:\/\/github.com\/googleapis\/php-longrunning.git", | |
| 490 | - "reference": "ed718a735e407826c3332b7197a44602eb03e608" | |
| 491 | - }, | |
| 492 | - "dist": { | |
| 493 | - "type": "zip", | |
| 494 | - "url": "https:\/\/api.github.com\/repos\/googleapis\/php-longrunning\/zipball\/ed718a735e407826c3332b7197a44602eb03e608", | |
| 495 | - "reference": "ed718a735e407826c3332b7197a44602eb03e608", | |
| 496 | - "shasum": "" | |
| 497 | - }, | |
| 498 | - "require-dev": { | |
| 499 | - "google\/gax": "^1.34.0", | |
| 500 | - "phpunit\/phpunit": "^9.0" | |
| 501 | - }, | |
| 502 | - "time": "2024-06-01T03:14:01+00:00", | |
| 503 | - "type": "library", | |
| 504 | - "extra": { | |
| 505 | - "component": { | |
| 506 | - "id": "longrunning", | |
| 507 | - "path": "LongRunning", | |
| 508 | - "entry": null, | |
| 509 | - "target": "googleapis\/php-longrunning" | |
| 510 | - } | |
| 511 | - }, | |
| 512 | - "installation-source": "dist", | |
| 513 | - "autoload": { | |
| 514 | - "psr-4": { | |
| 515 | - "Dudlewebs\\WPMCS\\Google\\LongRunning\\": "src\/LongRunning", | |
| 516 | - "Dudlewebs\\WPMCS\\Google\\ApiCore\\LongRunning\\": "src\/ApiCore\/LongRunning", | |
| 517 | - "Dudlewebs\\WPMCS\\GPBMetadata\\Google\\Longrunning\\": "metadata\/Longrunning" | |
| 518 | - } | |
| 519 | - }, | |
| 520 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 521 | - "license": [ | |
| 522 | - "Apache-2.0" | |
| 523 | - ], | |
| 524 | - "description": "Google LongRunning Client for PHP", | |
| 525 | - "support": { | |
| 526 | - "source": "https:\/\/github.com\/googleapis\/php-longrunning\/tree\/v0.4.3" | |
| 527 | - }, | |
| 528 | - "install-path": "..\/google\/longrunning" | |
| 529 | - }, | |
| 530 | - { | |
| 531 | - "name": "google\/protobuf", | |
| 532 | - "version": "v3.25.5", | |
| 533 | - "version_normalized": "3.25.5.0", | |
| 534 | - "source": { | |
| 535 | - "type": "git", | |
| 536 | - "url": "https:\/\/github.com\/protocolbuffers\/protobuf-php.git", | |
| 537 | - "reference": "dd2cf3f7b577dced3851c2ea76c3daa9f8aa0ff4" | |
| 538 | - }, | |
| 539 | - "dist": { | |
| 540 | - "type": "zip", | |
| 541 | - "url": "https:\/\/api.github.com\/repos\/protocolbuffers\/protobuf-php\/zipball\/dd2cf3f7b577dced3851c2ea76c3daa9f8aa0ff4", | |
| 542 | - "reference": "dd2cf3f7b577dced3851c2ea76c3daa9f8aa0ff4", | |
| 543 | - "shasum": "" | |
| 544 | - }, | |
| 545 | - "require": { | |
| 546 | - "php": ">=7.0.0" | |
| 547 | - }, | |
| 548 | - "require-dev": { | |
| 549 | - "phpunit\/phpunit": ">=5.0.0" | |
| 550 | - }, | |
| 551 | - "suggest": { | |
| 552 | - "ext-bcmath": "Need to support JSON deserialization" | |
| 553 | - }, | |
| 554 | - "time": "2024-09-18T22:04:15+00:00", | |
| 555 | - "type": "library", | |
| 556 | - "installation-source": "dist", | |
| 557 | - "autoload": { | |
| 558 | - "psr-4": { | |
| 559 | - "Dudlewebs\\WPMCS\\Google\\Protobuf\\": "src\/Google\/Protobuf", | |
| 560 | - "Dudlewebs\\WPMCS\\GPBMetadata\\Google\\Protobuf\\": "src\/GPBMetadata\/Google\/Protobuf" | |
| 561 | - } | |
| 562 | - }, | |
| 563 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 564 | - "license": [ | |
| 565 | - "BSD-3-Clause" | |
| 566 | - ], | |
| 567 | - "description": "proto library for PHP", | |
| 568 | - "homepage": "https:\/\/developers.google.com\/protocol-buffers\/", | |
| 569 | - "keywords": [ | |
| 570 | - "proto" | |
| 571 | - ], | |
| 572 | - "support": { | |
| 573 | - "source": "https:\/\/github.com\/protocolbuffers\/protobuf-php\/tree\/v3.25.5" | |
| 574 | - }, | |
| 575 | - "install-path": "..\/google\/protobuf" | |
| 576 | - }, | |
| 577 | - { | |
| 578 | - "name": "grpc\/grpc", | |
| 579 | - "version": "1.57.0", | |
| 580 | - "version_normalized": "1.57.0.0", | |
| 581 | - "source": { | |
| 582 | - "type": "git", | |
| 583 | - "url": "https:\/\/github.com\/grpc\/grpc-php.git", | |
| 584 | - "reference": "b610c42022ed3a22f831439cb93802f2a4502fdf" | |
| 585 | - }, | |
| 586 | - "dist": { | |
| 587 | - "type": "zip", | |
| 588 | - "url": "https:\/\/api.github.com\/repos\/grpc\/grpc-php\/zipball\/b610c42022ed3a22f831439cb93802f2a4502fdf", | |
| 589 | - "reference": "b610c42022ed3a22f831439cb93802f2a4502fdf", | |
| 590 | - "shasum": "" | |
| 591 | - }, | |
| 592 | - "require": { | |
| 593 | - "php": ">=7.0.0" | |
| 594 | - }, | |
| 595 | - "require-dev": { | |
| 596 | - "google\/auth": "^v1.3.0" | |
| 597 | - }, | |
| 598 | - "suggest": { | |
| 599 | - "ext-protobuf": "For better performance, install the protobuf C extension.", | |
| 600 | - "google\/protobuf": "To get started using grpc quickly, install the native protobuf library." | |
| 601 | - }, | |
| 602 | - "time": "2023-08-14T23:57:54+00:00", | |
| 603 | - "type": "library", | |
| 604 | - "installation-source": "dist", | |
| 605 | - "autoload": { | |
| 606 | - "psr-4": { | |
| 607 | - "Dudlewebs\\WPMCS\\Grpc\\": "src\/lib\/" | |
| 608 | - } | |
| 609 | - }, | |
| 610 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 611 | - "license": [ | |
| 612 | - "Apache-2.0" | |
| 613 | - ], | |
| 614 | - "description": "gRPC library for PHP", | |
| 615 | - "homepage": "https:\/\/grpc.io", | |
| 616 | - "keywords": [ | |
| 617 | - "rpc" | |
| 618 | - ], | |
| 619 | - "support": { | |
| 620 | - "source": "https:\/\/github.com\/grpc\/grpc-php\/tree\/v1.57.0" | |
| 621 | - }, | |
| 622 | - "install-path": "..\/grpc\/grpc" | |
| 623 | - }, | |
| 624 | - { | |
| 625 | - "name": "guzzlehttp\/guzzle", | |
| 626 | - "version": "7.9.2", | |
| 627 | - "version_normalized": "7.9.2.0", | |
| 628 | - "source": { | |
| 629 | - "type": "git", | |
| 630 | - "url": "https:\/\/github.com\/guzzle\/guzzle.git", | |
| 631 | - "reference": "d281ed313b989f213357e3be1a179f02196ac99b" | |
| 632 | - }, | |
| 633 | - "dist": { | |
| 634 | - "type": "zip", | |
| 635 | - "url": "https:\/\/api.github.com\/repos\/guzzle\/guzzle\/zipball\/d281ed313b989f213357e3be1a179f02196ac99b", | |
| 636 | - "reference": "d281ed313b989f213357e3be1a179f02196ac99b", | |
| 637 | - "shasum": "" | |
| 638 | - }, | |
| 639 | - "require": { | |
| 640 | - "ext-json": "*", | |
| 641 | - "guzzlehttp\/promises": "^1.5.3 || ^2.0.3", | |
| 642 | - "guzzlehttp\/psr7": "^2.7.0", | |
| 643 | - "php": "^7.2.5 || ^8.0", | |
| 644 | - "psr\/http-client": "^1.0", | |
| 645 | - "symfony\/deprecation-contracts": "^2.2 || ^3.0" | |
| 646 | - }, | |
| 647 | - "provide": { | |
| 648 | - "psr\/http-client-implementation": "1.0" | |
| 649 | - }, | |
| 650 | - "require-dev": { | |
| 651 | - "bamarni\/composer-bin-plugin": "^1.8.2", | |
| 652 | - "ext-curl": "*", | |
| 653 | - "guzzle\/client-integration-tests": "3.0.2", | |
| 654 | - "php-http\/message-factory": "^1.1", | |
| 655 | - "phpunit\/phpunit": "^8.5.39 || ^9.6.20", | |
| 656 | - "psr\/log": "^1.1 || ^2.0 || ^3.0" | |
| 657 | - }, | |
| 658 | - "suggest": { | |
| 659 | - "ext-curl": "Required for CURL handler support", | |
| 660 | - "ext-intl": "Required for Internationalized Domain Name (IDN) support", | |
| 661 | - "psr\/log": "Required for using the Log middleware" | |
| 662 | - }, | |
| 663 | - "time": "2024-07-24T11:22:20+00:00", | |
| 664 | - "type": "library", | |
| 665 | - "extra": { | |
| 666 | - "bamarni-bin": { | |
| 667 | - "bin-links": true, | |
| 668 | - "forward-command": false | |
| 669 | - } | |
| 670 | - }, | |
| 671 | - "installation-source": "dist", | |
| 672 | - "autoload": { | |
| 673 | - "files": [ | |
| 674 | - "src\/functions_include.php" | |
| 675 | - ], | |
| 676 | - "psr-4": { | |
| 677 | - "Dudlewebs\\WPMCS\\GuzzleHttp\\": "src\/" | |
| 678 | - } | |
| 679 | - }, | |
| 680 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 681 | - "license": [ | |
| 682 | - "MIT" | |
| 683 | - ], | |
| 684 | - "authors": [ | |
| 685 | - { | |
| 686 | - "name": "Graham Campbell", | |
| 687 | - "email": "hello@gjcampbell.co.uk", | |
| 688 | - "homepage": "https:\/\/github.com\/GrahamCampbell" | |
| 689 | - }, | |
| 690 | - { | |
| 691 | - "name": "Michael Dowling", | |
| 692 | - "email": "mtdowling@gmail.com", | |
| 693 | - "homepage": "https:\/\/github.com\/mtdowling" | |
| 694 | - }, | |
| 695 | - { | |
| 696 | - "name": "Jeremy Lindblom", | |
| 697 | - "email": "jeremeamia@gmail.com", | |
| 698 | - "homepage": "https:\/\/github.com\/jeremeamia" | |
| 699 | - }, | |
| 700 | - { | |
| 701 | - "name": "George Mponos", | |
| 702 | - "email": "gmponos@gmail.com", | |
| 703 | - "homepage": "https:\/\/github.com\/gmponos" | |
| 704 | - }, | |
| 705 | - { | |
| 706 | - "name": "Tobias Nyholm", | |
| 707 | - "email": "tobias.nyholm@gmail.com", | |
| 708 | - "homepage": "https:\/\/github.com\/Nyholm" | |
| 709 | - }, | |
| 710 | - { | |
| 711 | - "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r", | |
| 712 | - "email": "mark.sagikazar@gmail.com", | |
| 713 | - "homepage": "https:\/\/github.com\/sagikazarmark" | |
| 714 | - }, | |
| 715 | - { | |
| 716 | - "name": "Tobias Schultze", | |
| 717 | - "email": "webmaster@tubo-world.de", | |
| 718 | - "homepage": "https:\/\/github.com\/Tobion" | |
| 719 | - } | |
| 720 | - ], | |
| 721 | - "description": "Guzzle is a PHP HTTP client library", | |
| 722 | - "keywords": [ | |
| 723 | - "client", | |
| 724 | - "curl", | |
| 725 | - "framework", | |
| 726 | - "http", | |
| 727 | - "http client", | |
| 728 | - "psr-18", | |
| 729 | - "psr-7", | |
| 730 | - "rest", | |
| 731 | - "web service" | |
| 732 | - ], | |
| 733 | - "support": { | |
| 734 | - "issues": "https:\/\/github.com\/guzzle\/guzzle\/issues", | |
| 735 | - "source": "https:\/\/github.com\/guzzle\/guzzle\/tree\/7.9.2" | |
| 736 | - }, | |
| 737 | - "funding": [ | |
| 738 | - { | |
| 739 | - "url": "https:\/\/github.com\/GrahamCampbell", | |
| 740 | - "type": "github" | |
| 741 | - }, | |
| 742 | - { | |
| 743 | - "url": "https:\/\/github.com\/Nyholm", | |
| 744 | - "type": "github" | |
| 745 | - }, | |
| 746 | - { | |
| 747 | - "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/guzzle", | |
| 748 | - "type": "tidelift" | |
| 749 | - } | |
| 750 | - ], | |
| 751 | - "install-path": "..\/guzzlehttp\/guzzle" | |
| 752 | - }, | |
| 753 | - { | |
| 754 | - "name": "guzzlehttp\/promises", | |
| 755 | - "version": "2.0.4", | |
| 756 | - "version_normalized": "2.0.4.0", | |
| 757 | - "source": { | |
| 758 | - "type": "git", | |
| 759 | - "url": "https:\/\/github.com\/guzzle\/promises.git", | |
| 760 | - "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" | |
| 761 | - }, | |
| 762 | - "dist": { | |
| 763 | - "type": "zip", | |
| 764 | - "url": "https:\/\/api.github.com\/repos\/guzzle\/promises\/zipball\/f9c436286ab2892c7db7be8c8da4ef61ccf7b455", | |
| 765 | - "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455", | |
| 766 | - "shasum": "" | |
| 767 | - }, | |
| 768 | - "require": { | |
| 769 | - "php": "^7.2.5 || ^8.0" | |
| 770 | - }, | |
| 771 | - "require-dev": { | |
| 772 | - "bamarni\/composer-bin-plugin": "^1.8.2", | |
| 773 | - "phpunit\/phpunit": "^8.5.39 || ^9.6.20" | |
| 774 | - }, | |
| 775 | - "time": "2024-10-17T10:06:22+00:00", | |
| 776 | - "type": "library", | |
| 777 | - "extra": { | |
| 778 | - "bamarni-bin": { | |
| 779 | - "bin-links": true, | |
| 780 | - "forward-command": false | |
| 781 | - } | |
| 782 | - }, | |
| 783 | - "installation-source": "dist", | |
| 784 | - "autoload": { | |
| 785 | - "psr-4": { | |
| 786 | - "Dudlewebs\\WPMCS\\GuzzleHttp\\Promise\\": "src\/" | |
| 787 | - } | |
| 788 | - }, | |
| 789 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 790 | - "license": [ | |
| 791 | - "MIT" | |
| 792 | - ], | |
| 793 | - "authors": [ | |
| 794 | - { | |
| 795 | - "name": "Graham Campbell", | |
| 796 | - "email": "hello@gjcampbell.co.uk", | |
| 797 | - "homepage": "https:\/\/github.com\/GrahamCampbell" | |
| 798 | - }, | |
| 799 | - { | |
| 800 | - "name": "Michael Dowling", | |
| 801 | - "email": "mtdowling@gmail.com", | |
| 802 | - "homepage": "https:\/\/github.com\/mtdowling" | |
| 803 | - }, | |
| 804 | - { | |
| 805 | - "name": "Tobias Nyholm", | |
| 806 | - "email": "tobias.nyholm@gmail.com", | |
| 807 | - "homepage": "https:\/\/github.com\/Nyholm" | |
| 808 | - }, | |
| 809 | - { | |
| 810 | - "name": "Tobias Schultze", | |
| 811 | - "email": "webmaster@tubo-world.de", | |
| 812 | - "homepage": "https:\/\/github.com\/Tobion" | |
| 813 | - } | |
| 814 | - ], | |
| 815 | - "description": "Guzzle promises library", | |
| 816 | - "keywords": [ | |
| 817 | - "promise" | |
| 818 | - ], | |
| 819 | - "support": { | |
| 820 | - "issues": "https:\/\/github.com\/guzzle\/promises\/issues", | |
| 821 | - "source": "https:\/\/github.com\/guzzle\/promises\/tree\/2.0.4" | |
| 822 | - }, | |
| 823 | - "funding": [ | |
| 824 | - { | |
| 825 | - "url": "https:\/\/github.com\/GrahamCampbell", | |
| 826 | - "type": "github" | |
| 827 | - }, | |
| 828 | - { | |
| 829 | - "url": "https:\/\/github.com\/Nyholm", | |
| 830 | - "type": "github" | |
| 831 | - }, | |
| 832 | - { | |
| 833 | - "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/promises", | |
| 834 | - "type": "tidelift" | |
| 835 | - } | |
| 836 | - ], | |
| 837 | - "install-path": "..\/guzzlehttp\/promises" | |
| 838 | - }, | |
| 839 | - { | |
| 840 | - "name": "guzzlehttp\/psr7", | |
| 841 | - "version": "2.7.0", | |
| 842 | - "version_normalized": "2.7.0.0", | |
| 843 | - "source": { | |
| 844 | - "type": "git", | |
| 845 | - "url": "https:\/\/github.com\/guzzle\/psr7.git", | |
| 846 | - "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" | |
| 847 | - }, | |
| 848 | - "dist": { | |
| 849 | - "type": "zip", | |
| 850 | - "url": "https:\/\/api.github.com\/repos\/guzzle\/psr7\/zipball\/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", | |
| 851 | - "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", | |
| 852 | - "shasum": "" | |
| 853 | - }, | |
| 854 | - "require": { | |
| 855 | - "php": "^7.2.5 || ^8.0", | |
| 856 | - "psr\/http-factory": "^1.0", | |
| 857 | - "psr\/http-message": "^1.1 || ^2.0", | |
| 858 | - "ralouphie\/getallheaders": "^3.0" | |
| 859 | - }, | |
| 860 | - "provide": { | |
| 861 | - "psr\/http-factory-implementation": "1.0", | |
| 862 | - "psr\/http-message-implementation": "1.0" | |
| 863 | - }, | |
| 864 | - "require-dev": { | |
| 865 | - "bamarni\/composer-bin-plugin": "^1.8.2", | |
| 866 | - "http-interop\/http-factory-tests": "0.9.0", | |
| 867 | - "phpunit\/phpunit": "^8.5.39 || ^9.6.20" | |
| 868 | - }, | |
| 869 | - "suggest": { | |
| 870 | - "laminas\/laminas-httphandlerrunner": "Emit PSR-7 responses" | |
| 871 | - }, | |
| 872 | - "time": "2024-07-18T11:15:46+00:00", | |
| 873 | - "type": "library", | |
| 874 | - "extra": { | |
| 875 | - "bamarni-bin": { | |
| 876 | - "bin-links": true, | |
| 877 | - "forward-command": false | |
| 878 | - } | |
| 879 | - }, | |
| 880 | - "installation-source": "dist", | |
| 881 | - "autoload": { | |
| 882 | - "psr-4": { | |
| 883 | - "Dudlewebs\\WPMCS\\GuzzleHttp\\Psr7\\": "src\/" | |
| 884 | - } | |
| 885 | - }, | |
| 886 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 887 | - "license": [ | |
| 888 | - "MIT" | |
| 889 | - ], | |
| 890 | - "authors": [ | |
| 891 | - { | |
| 892 | - "name": "Graham Campbell", | |
| 893 | - "email": "hello@gjcampbell.co.uk", | |
| 894 | - "homepage": "https:\/\/github.com\/GrahamCampbell" | |
| 895 | - }, | |
| 896 | - { | |
| 897 | - "name": "Michael Dowling", | |
| 898 | - "email": "mtdowling@gmail.com", | |
| 899 | - "homepage": "https:\/\/github.com\/mtdowling" | |
| 900 | - }, | |
| 901 | - { | |
| 902 | - "name": "George Mponos", | |
| 903 | - "email": "gmponos@gmail.com", | |
| 904 | - "homepage": "https:\/\/github.com\/gmponos" | |
| 905 | - }, | |
| 906 | - { | |
| 907 | - "name": "Tobias Nyholm", | |
| 908 | - "email": "tobias.nyholm@gmail.com", | |
| 909 | - "homepage": "https:\/\/github.com\/Nyholm" | |
| 910 | - }, | |
| 911 | - { | |
| 912 | - "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r", | |
| 913 | - "email": "mark.sagikazar@gmail.com", | |
| 914 | - "homepage": "https:\/\/github.com\/sagikazarmark" | |
| 915 | - }, | |
| 916 | - { | |
| 917 | - "name": "Tobias Schultze", | |
| 918 | - "email": "webmaster@tubo-world.de", | |
| 919 | - "homepage": "https:\/\/github.com\/Tobion" | |
| 920 | - }, | |
| 921 | - { | |
| 922 | - "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r", | |
| 923 | - "email": "mark.sagikazar@gmail.com", | |
| 924 | - "homepage": "https:\/\/sagikazarmark.hu" | |
| 925 | - } | |
| 926 | - ], | |
| 927 | - "description": "PSR-7 message implementation that also provides common utility methods", | |
| 928 | - "keywords": [ | |
| 929 | - "http", | |
| 930 | - "message", | |
| 931 | - "psr-7", | |
| 932 | - "request", | |
| 933 | - "response", | |
| 934 | - "stream", | |
| 935 | - "uri", | |
| 936 | - "url" | |
| 937 | - ], | |
| 938 | - "support": { | |
| 939 | - "issues": "https:\/\/github.com\/guzzle\/psr7\/issues", | |
| 940 | - "source": "https:\/\/github.com\/guzzle\/psr7\/tree\/2.7.0" | |
| 941 | - }, | |
| 942 | - "funding": [ | |
| 943 | - { | |
| 944 | - "url": "https:\/\/github.com\/GrahamCampbell", | |
| 945 | - "type": "github" | |
| 946 | - }, | |
| 947 | - { | |
| 948 | - "url": "https:\/\/github.com\/Nyholm", | |
| 949 | - "type": "github" | |
| 950 | - }, | |
| 951 | - { | |
| 952 | - "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/psr7", | |
| 953 | - "type": "tidelift" | |
| 954 | - } | |
| 955 | - ], | |
| 956 | - "install-path": "..\/guzzlehttp\/psr7" | |
| 957 | - }, | |
| 958 | - { | |
| 959 | - "name": "monolog\/monolog", | |
| 960 | - "version": "2.9.3", | |
| 961 | - "version_normalized": "2.9.3.0", | |
| 962 | - "source": { | |
| 963 | - "type": "git", | |
| 964 | - "url": "https:\/\/github.com\/Seldaek\/monolog.git", | |
| 965 | - "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215" | |
| 966 | - }, | |
| 967 | - "dist": { | |
| 968 | - "type": "zip", | |
| 969 | - "url": "https:\/\/api.github.com\/repos\/Seldaek\/monolog\/zipball\/a30bfe2e142720dfa990d0a7e573997f5d884215", | |
| 970 | - "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215", | |
| 971 | - "shasum": "" | |
| 972 | - }, | |
| 973 | - "require": { | |
| 974 | - "php": ">=7.2", | |
| 975 | - "psr\/log": "^1.0.1 || ^2.0 || ^3.0" | |
| 976 | - }, | |
| 977 | - "provide": { | |
| 978 | - "psr\/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" | |
| 979 | - }, | |
| 980 | - "require-dev": { | |
| 981 | - "aws\/aws-sdk-php": "^2.4.9 || ^3.0", | |
| 982 | - "doctrine\/couchdb": "~1.0@dev", | |
| 983 | - "elasticsearch\/elasticsearch": "^7 || ^8", | |
| 984 | - "ext-json": "*", | |
| 985 | - "graylog2\/gelf-php": "^1.4.2 || ^2@dev", | |
| 986 | - "guzzlehttp\/guzzle": "^7.4", | |
| 987 | - "guzzlehttp\/psr7": "^2.2", | |
| 988 | - "mongodb\/mongodb": "^1.8", | |
| 989 | - "php-amqplib\/php-amqplib": "~2.4 || ^3", | |
| 990 | - "phpspec\/prophecy": "^1.15", | |
| 991 | - "phpstan\/phpstan": "^1.10", | |
| 992 | - "phpunit\/phpunit": "^8.5.38 || ^9.6.19", | |
| 993 | - "predis\/predis": "^1.1 || ^2.0", | |
| 994 | - "rollbar\/rollbar": "^1.3 || ^2 || ^3", | |
| 995 | - "ruflin\/elastica": "^7", | |
| 996 | - "swiftmailer\/swiftmailer": "^5.3|^6.0", | |
| 997 | - "symfony\/mailer": "^5.4 || ^6", | |
| 998 | - "symfony\/mime": "^5.4 || ^6" | |
| 999 | - }, | |
| 1000 | - "suggest": { | |
| 1001 | - "aws\/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", | |
| 1002 | - "doctrine\/couchdb": "Allow sending log messages to a CouchDB server", | |
| 1003 | - "elasticsearch\/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", | |
| 1004 | - "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", | |
| 1005 | - "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", | |
| 1006 | - "ext-mbstring": "Allow to work properly with unicode symbols", | |
| 1007 | - "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", | |
| 1008 | - "ext-openssl": "Required to send log messages using SSL", | |
| 1009 | - "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", | |
| 1010 | - "graylog2\/gelf-php": "Allow sending log messages to a GrayLog2 server", | |
| 1011 | - "mongodb\/mongodb": "Allow sending log messages to a MongoDB server (via library)", | |
| 1012 | - "php-amqplib\/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", | |
| 1013 | - "rollbar\/rollbar": "Allow sending log messages to Rollbar", | |
| 1014 | - "ruflin\/elastica": "Allow sending log messages to an Elastic Search server" | |
| 1015 | - }, | |
| 1016 | - "time": "2024-04-12T20:52:51+00:00", | |
| 1017 | - "type": "library", | |
| 1018 | - "extra": { | |
| 1019 | - "branch-alias": { | |
| 1020 | - "dev-main": "2.x-dev" | |
| 1021 | - } | |
| 1022 | - }, | |
| 1023 | - "installation-source": "dist", | |
| 1024 | - "autoload": { | |
| 1025 | - "psr-4": { | |
| 1026 | - "Dudlewebs\\WPMCS\\Monolog\\": "src\/Monolog" | |
| 1027 | - } | |
| 1028 | - }, | |
| 1029 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1030 | - "license": [ | |
| 1031 | - "MIT" | |
| 1032 | - ], | |
| 1033 | - "authors": [ | |
| 1034 | - { | |
| 1035 | - "name": "Jordi Boggiano", | |
| 1036 | - "email": "j.boggiano@seld.be", | |
| 1037 | - "homepage": "https:\/\/seld.be" | |
| 1038 | - } | |
| 1039 | - ], | |
| 1040 | - "description": "Sends your logs to files, sockets, inboxes, databases and various web services", | |
| 1041 | - "homepage": "https:\/\/github.com\/Seldaek\/monolog", | |
| 1042 | - "keywords": [ | |
| 1043 | - "log", | |
| 1044 | - "logging", | |
| 1045 | - "psr-3" | |
| 1046 | - ], | |
| 1047 | - "support": { | |
| 1048 | - "issues": "https:\/\/github.com\/Seldaek\/monolog\/issues", | |
| 1049 | - "source": "https:\/\/github.com\/Seldaek\/monolog\/tree\/2.9.3" | |
| 1050 | - }, | |
| 1051 | - "funding": [ | |
| 1052 | - { | |
| 1053 | - "url": "https:\/\/github.com\/Seldaek", | |
| 1054 | - "type": "github" | |
| 1055 | - }, | |
| 1056 | - { | |
| 1057 | - "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/monolog\/monolog", | |
| 1058 | - "type": "tidelift" | |
| 1059 | - } | |
| 1060 | - ], | |
| 1061 | - "install-path": "..\/monolog\/monolog" | |
| 1062 | - }, | |
| 1063 | - { | |
| 1064 | - "name": "psr\/cache", | |
| 1065 | - "version": "1.0.1", | |
| 1066 | - "version_normalized": "1.0.1.0", | |
| 1067 | - "source": { | |
| 1068 | - "type": "git", | |
| 1069 | - "url": "https:\/\/github.com\/php-fig\/cache.git", | |
| 1070 | - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" | |
| 1071 | - }, | |
| 1072 | - "dist": { | |
| 1073 | - "type": "zip", | |
| 1074 | - "url": "https:\/\/api.github.com\/repos\/php-fig\/cache\/zipball\/d11b50ad223250cf17b86e38383413f5a6764bf8", | |
| 1075 | - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", | |
| 1076 | - "shasum": "" | |
| 1077 | - }, | |
| 1078 | - "require": { | |
| 1079 | - "php": ">=5.3.0" | |
| 1080 | - }, | |
| 1081 | - "time": "2016-08-06T20:24:11+00:00", | |
| 1082 | - "type": "library", | |
| 1083 | - "extra": { | |
| 1084 | - "branch-alias": { | |
| 1085 | - "dev-master": "1.0.x-dev" | |
| 1086 | - } | |
| 1087 | - }, | |
| 1088 | - "installation-source": "dist", | |
| 1089 | - "autoload": { | |
| 1090 | - "psr-4": { | |
| 1091 | - "Dudlewebs\\WPMCS\\Psr\\Cache\\": "src\/" | |
| 1092 | - } | |
| 1093 | - }, | |
| 1094 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1095 | - "license": [ | |
| 1096 | - "MIT" | |
| 1097 | - ], | |
| 1098 | - "authors": [ | |
| 1099 | - { | |
| 1100 | - "name": "PHP-FIG", | |
| 1101 | - "homepage": "http:\/\/www.php-fig.org\/" | |
| 1102 | - } | |
| 1103 | - ], | |
| 1104 | - "description": "Common interface for caching libraries", | |
| 1105 | - "keywords": [ | |
| 1106 | - "cache", | |
| 1107 | - "psr", | |
| 1108 | - "psr-6" | |
| 1109 | - ], | |
| 1110 | - "support": { | |
| 1111 | - "source": "https:\/\/github.com\/php-fig\/cache\/tree\/master" | |
| 1112 | - }, | |
| 1113 | - "install-path": "..\/psr\/cache" | |
| 1114 | - }, | |
| 1115 | - { | |
| 1116 | - "name": "psr\/http-client", | |
| 1117 | - "version": "1.0.3", | |
| 1118 | - "version_normalized": "1.0.3.0", | |
| 1119 | - "source": { | |
| 1120 | - "type": "git", | |
| 1121 | - "url": "https:\/\/github.com\/php-fig\/http-client.git", | |
| 1122 | - "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" | |
| 1123 | - }, | |
| 1124 | - "dist": { | |
| 1125 | - "type": "zip", | |
| 1126 | - "url": "https:\/\/api.github.com\/repos\/php-fig\/http-client\/zipball\/bb5906edc1c324c9a05aa0873d40117941e5fa90", | |
| 1127 | - "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", | |
| 1128 | - "shasum": "" | |
| 1129 | - }, | |
| 1130 | - "require": { | |
| 1131 | - "php": "^7.0 || ^8.0", | |
| 1132 | - "psr\/http-message": "^1.0 || ^2.0" | |
| 1133 | - }, | |
| 1134 | - "time": "2023-09-23T14:17:50+00:00", | |
| 1135 | - "type": "library", | |
| 1136 | - "extra": { | |
| 1137 | - "branch-alias": { | |
| 1138 | - "dev-master": "1.0.x-dev" | |
| 1139 | - } | |
| 1140 | - }, | |
| 1141 | - "installation-source": "dist", | |
| 1142 | - "autoload": { | |
| 1143 | - "psr-4": { | |
| 1144 | - "Dudlewebs\\WPMCS\\Psr\\Http\\Client\\": "src\/" | |
| 1145 | - } | |
| 1146 | - }, | |
| 1147 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1148 | - "license": [ | |
| 1149 | - "MIT" | |
| 1150 | - ], | |
| 1151 | - "authors": [ | |
| 1152 | - { | |
| 1153 | - "name": "PHP-FIG", | |
| 1154 | - "homepage": "https:\/\/www.php-fig.org\/" | |
| 1155 | - } | |
| 1156 | - ], | |
| 1157 | - "description": "Common interface for HTTP clients", | |
| 1158 | - "homepage": "https:\/\/github.com\/php-fig\/http-client", | |
| 1159 | - "keywords": [ | |
| 1160 | - "http", | |
| 1161 | - "http-client", | |
| 1162 | - "psr", | |
| 1163 | - "psr-18" | |
| 1164 | - ], | |
| 1165 | - "support": { | |
| 1166 | - "source": "https:\/\/github.com\/php-fig\/http-client" | |
| 1167 | - }, | |
| 1168 | - "install-path": "..\/psr\/http-client" | |
| 1169 | - }, | |
| 1170 | - { | |
| 1171 | - "name": "psr\/http-factory", | |
| 1172 | - "version": "1.1.0", | |
| 1173 | - "version_normalized": "1.1.0.0", | |
| 1174 | - "source": { | |
| 1175 | - "type": "git", | |
| 1176 | - "url": "https:\/\/github.com\/php-fig\/http-factory.git", | |
| 1177 | - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" | |
| 1178 | - }, | |
| 1179 | - "dist": { | |
| 1180 | - "type": "zip", | |
| 1181 | - "url": "https:\/\/api.github.com\/repos\/php-fig\/http-factory\/zipball\/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", | |
| 1182 | - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", | |
| 1183 | - "shasum": "" | |
| 1184 | - }, | |
| 1185 | - "require": { | |
| 1186 | - "php": ">=7.1", | |
| 1187 | - "psr\/http-message": "^1.0 || ^2.0" | |
| 1188 | - }, | |
| 1189 | - "time": "2024-04-15T12:06:14+00:00", | |
| 1190 | - "type": "library", | |
| 1191 | - "extra": { | |
| 1192 | - "branch-alias": { | |
| 1193 | - "dev-master": "1.0.x-dev" | |
| 1194 | - } | |
| 1195 | - }, | |
| 1196 | - "installation-source": "dist", | |
| 1197 | - "autoload": { | |
| 1198 | - "psr-4": { | |
| 1199 | - "Dudlewebs\\WPMCS\\Psr\\Http\\Message\\": "src\/" | |
| 1200 | - } | |
| 1201 | - }, | |
| 1202 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1203 | - "license": [ | |
| 1204 | - "MIT" | |
| 1205 | - ], | |
| 1206 | - "authors": [ | |
| 1207 | - { | |
| 1208 | - "name": "PHP-FIG", | |
| 1209 | - "homepage": "https:\/\/www.php-fig.org\/" | |
| 1210 | - } | |
| 1211 | - ], | |
| 1212 | - "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", | |
| 1213 | - "keywords": [ | |
| 1214 | - "factory", | |
| 1215 | - "http", | |
| 1216 | - "message", | |
| 1217 | - "psr", | |
| 1218 | - "psr-17", | |
| 1219 | - "psr-7", | |
| 1220 | - "request", | |
| 1221 | - "response" | |
| 1222 | - ], | |
| 1223 | - "support": { | |
| 1224 | - "source": "https:\/\/github.com\/php-fig\/http-factory" | |
| 1225 | - }, | |
| 1226 | - "install-path": "..\/psr\/http-factory" | |
| 1227 | - }, | |
| 1228 | - { | |
| 1229 | - "name": "psr\/http-message", | |
| 1230 | - "version": "2.0", | |
| 1231 | - "version_normalized": "2.0.0.0", | |
| 1232 | - "source": { | |
| 1233 | - "type": "git", | |
| 1234 | - "url": "https:\/\/github.com\/php-fig\/http-message.git", | |
| 1235 | - "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" | |
| 1236 | - }, | |
| 1237 | - "dist": { | |
| 1238 | - "type": "zip", | |
| 1239 | - "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/402d35bcb92c70c026d1a6a9883f06b2ead23d71", | |
| 1240 | - "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", | |
| 1241 | - "shasum": "" | |
| 1242 | - }, | |
| 1243 | - "require": { | |
| 1244 | - "php": "^7.2 || ^8.0" | |
| 1245 | - }, | |
| 1246 | - "time": "2023-04-04T09:54:51+00:00", | |
| 1247 | - "type": "library", | |
| 1248 | - "extra": { | |
| 1249 | - "branch-alias": { | |
| 1250 | - "dev-master": "2.0.x-dev" | |
| 1251 | - } | |
| 1252 | - }, | |
| 1253 | - "installation-source": "dist", | |
| 1254 | - "autoload": { | |
| 1255 | - "psr-4": { | |
| 1256 | - "Dudlewebs\\WPMCS\\Psr\\Http\\Message\\": "src\/" | |
| 1257 | - } | |
| 1258 | - }, | |
| 1259 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1260 | - "license": [ | |
| 1261 | - "MIT" | |
| 1262 | - ], | |
| 1263 | - "authors": [ | |
| 1264 | - { | |
| 1265 | - "name": "PHP-FIG", | |
| 1266 | - "homepage": "https:\/\/www.php-fig.org\/" | |
| 1267 | - } | |
| 1268 | - ], | |
| 1269 | - "description": "Common interface for HTTP messages", | |
| 1270 | - "homepage": "https:\/\/github.com\/php-fig\/http-message", | |
| 1271 | - "keywords": [ | |
| 1272 | - "http", | |
| 1273 | - "http-message", | |
| 1274 | - "psr", | |
| 1275 | - "psr-7", | |
| 1276 | - "request", | |
| 1277 | - "response" | |
| 1278 | - ], | |
| 1279 | - "support": { | |
| 1280 | - "source": "https:\/\/github.com\/php-fig\/http-message\/tree\/2.0" | |
| 1281 | - }, | |
| 1282 | - "install-path": "..\/psr\/http-message" | |
| 1283 | - }, | |
| 1284 | - { | |
| 1285 | - "name": "psr\/log", | |
| 1286 | - "version": "1.1.4", | |
| 1287 | - "version_normalized": "1.1.4.0", | |
| 1288 | - "source": { | |
| 1289 | - "type": "git", | |
| 1290 | - "url": "https:\/\/github.com\/php-fig\/log.git", | |
| 1291 | - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" | |
| 1292 | - }, | |
| 1293 | - "dist": { | |
| 1294 | - "type": "zip", | |
| 1295 | - "url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/d49695b909c3b7628b6289db5479a1c204601f11", | |
| 1296 | - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", | |
| 1297 | - "shasum": "" | |
| 1298 | - }, | |
| 1299 | - "require": { | |
| 1300 | - "php": ">=5.3.0" | |
| 1301 | - }, | |
| 1302 | - "time": "2021-05-03T11:20:27+00:00", | |
| 1303 | - "type": "library", | |
| 1304 | - "extra": { | |
| 1305 | - "branch-alias": { | |
| 1306 | - "dev-master": "1.1.x-dev" | |
| 1307 | - } | |
| 1308 | - }, | |
| 1309 | - "installation-source": "dist", | |
| 1310 | - "autoload": { | |
| 1311 | - "psr-4": { | |
| 1312 | - "Dudlewebs\\WPMCS\\Psr\\Log\\": "Psr\/Log\/" | |
| 1313 | - } | |
| 1314 | - }, | |
| 1315 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1316 | - "license": [ | |
| 1317 | - "MIT" | |
| 1318 | - ], | |
| 1319 | - "authors": [ | |
| 1320 | - { | |
| 1321 | - "name": "PHP-FIG", | |
| 1322 | - "homepage": "https:\/\/www.php-fig.org\/" | |
| 1323 | - } | |
| 1324 | - ], | |
| 1325 | - "description": "Common interface for logging libraries", | |
| 1326 | - "homepage": "https:\/\/github.com\/php-fig\/log", | |
| 1327 | - "keywords": [ | |
| 1328 | - "log", | |
| 1329 | - "psr", | |
| 1330 | - "psr-3" | |
| 1331 | - ], | |
| 1332 | - "support": { | |
| 1333 | - "source": "https:\/\/github.com\/php-fig\/log\/tree\/1.1.4" | |
| 1334 | - }, | |
| 1335 | - "install-path": "..\/psr\/log" | |
| 1336 | - }, | |
| 1337 | - { | |
| 1338 | - "name": "ralouphie\/getallheaders", | |
| 1339 | - "version": "3.0.3", | |
| 1340 | - "version_normalized": "3.0.3.0", | |
| 1341 | - "source": { | |
| 1342 | - "type": "git", | |
| 1343 | - "url": "https:\/\/github.com\/ralouphie\/getallheaders.git", | |
| 1344 | - "reference": "120b605dfeb996808c31b6477290a714d356e822" | |
| 1345 | - }, | |
| 1346 | - "dist": { | |
| 1347 | - "type": "zip", | |
| 1348 | - "url": "https:\/\/api.github.com\/repos\/ralouphie\/getallheaders\/zipball\/120b605dfeb996808c31b6477290a714d356e822", | |
| 1349 | - "reference": "120b605dfeb996808c31b6477290a714d356e822", | |
| 1350 | - "shasum": "" | |
| 1351 | - }, | |
| 1352 | - "require": { | |
| 1353 | - "php": ">=5.6" | |
| 1354 | - }, | |
| 1355 | - "require-dev": { | |
| 1356 | - "php-coveralls\/php-coveralls": "^2.1", | |
| 1357 | - "phpunit\/phpunit": "^5 || ^6.5" | |
| 1358 | - }, | |
| 1359 | - "time": "2019-03-08T08:55:37+00:00", | |
| 1360 | - "type": "library", | |
| 1361 | - "installation-source": "dist", | |
| 1362 | - "autoload": { | |
| 1363 | - "files": [ | |
| 1364 | - "src\/getallheaders.php" | |
| 1365 | - ] | |
| 1366 | - }, | |
| 1367 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1368 | - "license": [ | |
| 1369 | - "MIT" | |
| 1370 | - ], | |
| 1371 | - "authors": [ | |
| 1372 | - { | |
| 1373 | - "name": "Ralph Khattar", | |
| 1374 | - "email": "ralph.khattar@gmail.com" | |
| 1375 | - } | |
| 1376 | - ], | |
| 1377 | - "description": "A polyfill for getallheaders.", | |
| 1378 | - "support": { | |
| 1379 | - "issues": "https:\/\/github.com\/ralouphie\/getallheaders\/issues", | |
| 1380 | - "source": "https:\/\/github.com\/ralouphie\/getallheaders\/tree\/develop" | |
| 1381 | - }, | |
| 1382 | - "install-path": "..\/ralouphie\/getallheaders" | |
| 1383 | - }, | |
| 1384 | - { | |
| 1385 | - "name": "ramsey\/collection", | |
| 1386 | - "version": "1.3.0", | |
| 1387 | - "version_normalized": "1.3.0.0", | |
| 1388 | - "source": { | |
| 1389 | - "type": "git", | |
| 1390 | - "url": "https:\/\/github.com\/ramsey\/collection.git", | |
| 1391 | - "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4" | |
| 1392 | - }, | |
| 1393 | - "dist": { | |
| 1394 | - "type": "zip", | |
| 1395 | - "url": "https:\/\/api.github.com\/repos\/ramsey\/collection\/zipball\/ad7475d1c9e70b190ecffc58f2d989416af339b4", | |
| 1396 | - "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4", | |
| 1397 | - "shasum": "" | |
| 1398 | - }, | |
| 1399 | - "require": { | |
| 1400 | - "php": "^7.4 || ^8.0", | |
| 1401 | - "symfony\/polyfill-php81": "^1.23" | |
| 1402 | - }, | |
| 1403 | - "require-dev": { | |
| 1404 | - "captainhook\/plugin-composer": "^5.3", | |
| 1405 | - "ergebnis\/composer-normalize": "^2.28.3", | |
| 1406 | - "fakerphp\/faker": "^1.21", | |
| 1407 | - "hamcrest\/hamcrest-php": "^2.0", | |
| 1408 | - "jangregor\/phpstan-prophecy": "^1.0", | |
| 1409 | - "mockery\/mockery": "^1.5", | |
| 1410 | - "php-parallel-lint\/php-console-highlighter": "^1.0", | |
| 1411 | - "php-parallel-lint\/php-parallel-lint": "^1.3", | |
| 1412 | - "phpcsstandards\/phpcsutils": "^1.0.0-rc1", | |
| 1413 | - "phpspec\/prophecy-phpunit": "^2.0", | |
| 1414 | - "phpstan\/extension-installer": "^1.2", | |
| 1415 | - "phpstan\/phpstan": "^1.9", | |
| 1416 | - "phpstan\/phpstan-mockery": "^1.1", | |
| 1417 | - "phpstan\/phpstan-phpunit": "^1.3", | |
| 1418 | - "phpunit\/phpunit": "^9.5", | |
| 1419 | - "psalm\/plugin-mockery": "^1.1", | |
| 1420 | - "psalm\/plugin-phpunit": "^0.18.4", | |
| 1421 | - "ramsey\/coding-standard": "^2.0.3", | |
| 1422 | - "ramsey\/conventional-commits": "^1.3", | |
| 1423 | - "vimeo\/psalm": "^5.4" | |
| 1424 | - }, | |
| 1425 | - "time": "2022-12-27T19:12:24+00:00", | |
| 1426 | - "type": "library", | |
| 1427 | - "extra": { | |
| 1428 | - "captainhook": { | |
| 1429 | - "force-install": true | |
| 1430 | - }, | |
| 1431 | - "ramsey\/conventional-commits": { | |
| 1432 | - "configFile": "conventional-commits.json" | |
| 1433 | - } | |
| 1434 | - }, | |
| 1435 | - "installation-source": "dist", | |
| 1436 | - "autoload": { | |
| 1437 | - "psr-4": { | |
| 1438 | - "Dudlewebs\\WPMCS\\Ramsey\\Collection\\": "src\/" | |
| 1439 | - } | |
| 1440 | - }, | |
| 1441 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1442 | - "license": [ | |
| 1443 | - "MIT" | |
| 1444 | - ], | |
| 1445 | - "authors": [ | |
| 1446 | - { | |
| 1447 | - "name": "Ben Ramsey", | |
| 1448 | - "email": "ben@benramsey.com", | |
| 1449 | - "homepage": "https:\/\/benramsey.com" | |
| 1450 | - } | |
| 1451 | - ], | |
| 1452 | - "description": "A PHP library for representing and manipulating collections.", | |
| 1453 | - "keywords": [ | |
| 1454 | - "array", | |
| 1455 | - "collection", | |
| 1456 | - "hash", | |
| 1457 | - "map", | |
| 1458 | - "queue", | |
| 1459 | - "set" | |
| 1460 | - ], | |
| 1461 | - "support": { | |
| 1462 | - "issues": "https:\/\/github.com\/ramsey\/collection\/issues", | |
| 1463 | - "source": "https:\/\/github.com\/ramsey\/collection\/tree\/1.3.0" | |
| 1464 | - }, | |
| 1465 | - "funding": [ | |
| 1466 | - { | |
| 1467 | - "url": "https:\/\/github.com\/ramsey", | |
| 1468 | - "type": "github" | |
| 1469 | - }, | |
| 1470 | - { | |
| 1471 | - "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/ramsey\/collection", | |
| 1472 | - "type": "tidelift" | |
| 1473 | - } | |
| 1474 | - ], | |
| 1475 | - "install-path": "..\/ramsey\/collection" | |
| 1476 | - }, | |
| 1477 | - { | |
| 1478 | - "name": "ramsey\/uuid", | |
| 1479 | - "version": "4.2.3", | |
| 1480 | - "version_normalized": "4.2.3.0", | |
| 1481 | - "source": { | |
| 1482 | - "type": "git", | |
| 1483 | - "url": "https:\/\/github.com\/ramsey\/uuid.git", | |
| 1484 | - "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df" | |
| 1485 | - }, | |
| 1486 | - "dist": { | |
| 1487 | - "type": "zip", | |
| 1488 | - "url": "https:\/\/api.github.com\/repos\/ramsey\/uuid\/zipball\/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", | |
| 1489 | - "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", | |
| 1490 | - "shasum": "" | |
| 1491 | - }, | |
| 1492 | - "require": { | |
| 1493 | - "brick\/math": "^0.8 || ^0.9", | |
| 1494 | - "ext-json": "*", | |
| 1495 | - "php": "^7.2 || ^8.0", | |
| 1496 | - "ramsey\/collection": "^1.0", | |
| 1497 | - "symfony\/polyfill-ctype": "^1.8", | |
| 1498 | - "symfony\/polyfill-php80": "^1.14" | |
| 1499 | - }, | |
| 1500 | - "replace": { | |
| 1501 | - "rhumsaa\/uuid": "self.version" | |
| 1502 | - }, | |
| 1503 | - "require-dev": { | |
| 1504 | - "captainhook\/captainhook": "^5.10", | |
| 1505 | - "captainhook\/plugin-composer": "^5.3", | |
| 1506 | - "dealerdirect\/phpcodesniffer-composer-installer": "^0.7.0", | |
| 1507 | - "doctrine\/annotations": "^1.8", | |
| 1508 | - "ergebnis\/composer-normalize": "^2.15", | |
| 1509 | - "mockery\/mockery": "^1.3", | |
| 1510 | - "moontoast\/math": "^1.1", | |
| 1511 | - "paragonie\/random-lib": "^2", | |
| 1512 | - "php-mock\/php-mock": "^2.2", | |
| 1513 | - "php-mock\/php-mock-mockery": "^1.3", | |
| 1514 | - "php-parallel-lint\/php-parallel-lint": "^1.1", | |
| 1515 | - "phpbench\/phpbench": "^1.0", | |
| 1516 | - "phpstan\/extension-installer": "^1.0", | |
| 1517 | - "phpstan\/phpstan": "^0.12", | |
| 1518 | - "phpstan\/phpstan-mockery": "^0.12", | |
| 1519 | - "phpstan\/phpstan-phpunit": "^0.12", | |
| 1520 | - "phpunit\/phpunit": "^8.5 || ^9", | |
| 1521 | - "slevomat\/coding-standard": "^7.0", | |
| 1522 | - "squizlabs\/php_codesniffer": "^3.5", | |
| 1523 | - "vimeo\/psalm": "^4.9" | |
| 1524 | - }, | |
| 1525 | - "suggest": { | |
| 1526 | - "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", | |
| 1527 | - "ext-ctype": "Enables faster processing of character classification using ctype functions.", | |
| 1528 | - "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", | |
| 1529 | - "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", | |
| 1530 | - "paragonie\/random-lib": "Provides RandomLib for use with the RandomLibAdapter", | |
| 1531 | - "ramsey\/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." | |
| 1532 | - }, | |
| 1533 | - "time": "2021-09-25T23:10:38+00:00", | |
| 1534 | - "type": "library", | |
| 1535 | - "extra": { | |
| 1536 | - "branch-alias": { | |
| 1537 | - "dev-main": "4.x-dev" | |
| 1538 | - }, | |
| 1539 | - "captainhook": { | |
| 1540 | - "force-install": true | |
| 1541 | - } | |
| 1542 | - }, | |
| 1543 | - "installation-source": "dist", | |
| 1544 | - "autoload": { | |
| 1545 | - "files": [ | |
| 1546 | - "src\/functions.php" | |
| 1547 | - ], | |
| 1548 | - "psr-4": { | |
| 1549 | - "Dudlewebs\\WPMCS\\Ramsey\\Uuid\\": "src\/" | |
| 1550 | - } | |
| 1551 | - }, | |
| 1552 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1553 | - "license": [ | |
| 1554 | - "MIT" | |
| 1555 | - ], | |
| 1556 | - "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", | |
| 1557 | - "keywords": [ | |
| 1558 | - "guid", | |
| 1559 | - "identifier", | |
| 1560 | - "uuid" | |
| 1561 | - ], | |
| 1562 | - "support": { | |
| 1563 | - "issues": "https:\/\/github.com\/ramsey\/uuid\/issues", | |
| 1564 | - "source": "https:\/\/github.com\/ramsey\/uuid\/tree\/4.2.3" | |
| 1565 | - }, | |
| 1566 | - "funding": [ | |
| 1567 | - { | |
| 1568 | - "url": "https:\/\/github.com\/ramsey", | |
| 1569 | - "type": "github" | |
| 1570 | - }, | |
| 1571 | - { | |
| 1572 | - "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/ramsey\/uuid", | |
| 1573 | - "type": "tidelift" | |
| 1574 | - } | |
| 1575 | - ], | |
| 1576 | - "install-path": "..\/ramsey\/uuid" | |
| 1577 | - }, | |
| 1578 | - { | |
| 1579 | - "name": "rize\/uri-template", | |
| 1580 | - "version": "0.3.8", | |
| 1581 | - "version_normalized": "0.3.8.0", | |
| 1582 | - "source": { | |
| 1583 | - "type": "git", | |
| 1584 | - "url": "https:\/\/github.com\/rize\/UriTemplate.git", | |
| 1585 | - "reference": "34a5b96d0b65a5dddb7d20f09b6527a43faede24" | |
| 1586 | - }, | |
| 1587 | - "dist": { | |
| 1588 | - "type": "zip", | |
| 1589 | - "url": "https:\/\/api.github.com\/repos\/rize\/UriTemplate\/zipball\/34a5b96d0b65a5dddb7d20f09b6527a43faede24", | |
| 1590 | - "reference": "34a5b96d0b65a5dddb7d20f09b6527a43faede24", | |
| 1591 | - "shasum": "" | |
| 1592 | - }, | |
| 1593 | - "require": { | |
| 1594 | - "php": ">=5.3.0" | |
| 1595 | - }, | |
| 1596 | - "require-dev": { | |
| 1597 | - "phpunit\/phpunit": "~4.8.36" | |
| 1598 | - }, | |
| 1599 | - "time": "2024-08-30T07:09:40+00:00", | |
| 1600 | - "type": "library", | |
| 1601 | - "installation-source": "dist", | |
| 1602 | - "autoload": { | |
| 1603 | - "psr-4": { | |
| 1604 | - "Dudlewebs\\WPMCS\\Rize\\": "src\/Rize" | |
| 1605 | - } | |
| 1606 | - }, | |
| 1607 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1608 | - "license": [ | |
| 1609 | - "MIT" | |
| 1610 | - ], | |
| 1611 | - "authors": [ | |
| 1612 | - { | |
| 1613 | - "name": "Marut K", | |
| 1614 | - "homepage": "http:\/\/twitter.com\/rezigned" | |
| 1615 | - } | |
| 1616 | - ], | |
| 1617 | - "description": "PHP URI Template (RFC 6570) supports both expansion & extraction", | |
| 1618 | - "keywords": [ | |
| 1619 | - "RFC 6570", | |
| 1620 | - "template", | |
| 1621 | - "uri" | |
| 1622 | - ], | |
| 1623 | - "support": { | |
| 1624 | - "issues": "https:\/\/github.com\/rize\/UriTemplate\/issues", | |
| 1625 | - "source": "https:\/\/github.com\/rize\/UriTemplate\/tree\/0.3.8" | |
| 1626 | - }, | |
| 1627 | - "funding": [ | |
| 1628 | - { | |
| 1629 | - "url": "https:\/\/www.paypal.me\/rezigned", | |
| 1630 | - "type": "custom" | |
| 1631 | - }, | |
| 1632 | - { | |
| 1633 | - "url": "https:\/\/github.com\/rezigned", | |
| 1634 | - "type": "github" | |
| 1635 | - }, | |
| 1636 | - { | |
| 1637 | - "url": "https:\/\/opencollective.com\/rize-uri-template", | |
| 1638 | - "type": "open_collective" | |
| 1639 | - } | |
| 1640 | - ], | |
| 1641 | - "install-path": "..\/rize\/uri-template" | |
| 1642 | - }, | |
| 1643 | - { | |
| 1644 | - "name": "symfony\/deprecation-contracts", | |
| 1645 | - "version": "v2.5.3", | |
| 1646 | - "version_normalized": "2.5.3.0", | |
| 1647 | - "source": { | |
| 1648 | - "type": "git", | |
| 1649 | - "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git", | |
| 1650 | - "reference": "80d075412b557d41002320b96a096ca65aa2c98d" | |
| 1651 | - }, | |
| 1652 | - "dist": { | |
| 1653 | - "type": "zip", | |
| 1654 | - "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/80d075412b557d41002320b96a096ca65aa2c98d", | |
| 1655 | - "reference": "80d075412b557d41002320b96a096ca65aa2c98d", | |
| 1656 | - "shasum": "" | |
| 1657 | - }, | |
| 1658 | - "require": { | |
| 1659 | - "php": ">=7.1" | |
| 1660 | - }, | |
| 1661 | - "time": "2023-01-24T14:02:46+00:00", | |
| 1662 | - "type": "library", | |
| 1663 | - "extra": { | |
| 1664 | - "branch-alias": { | |
| 1665 | - "dev-main": "2.5-dev" | |
| 1666 | - }, | |
| 1667 | - "thanks": { | |
| 1668 | - "name": "symfony\/contracts", | |
| 1669 | - "url": "https:\/\/github.com\/symfony\/contracts" | |
| 1670 | - } | |
| 1671 | - }, | |
| 1672 | - "installation-source": "dist", | |
| 1673 | - "autoload": { | |
| 1674 | - "files": [ | |
| 1675 | - "function.php" | |
| 1676 | - ] | |
| 1677 | - }, | |
| 1678 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1679 | - "license": [ | |
| 1680 | - "MIT" | |
| 1681 | - ], | |
| 1682 | - "authors": [ | |
| 1683 | - { | |
| 1684 | - "name": "Nicolas Grekas", | |
| 1685 | - "email": "p@tchwork.com" | |
| 1686 | - }, | |
| 1687 | - { | |
| 1688 | - "name": "Symfony Community", | |
| 1689 | - "homepage": "https:\/\/symfony.com\/contributors" | |
| 1690 | - } | |
| 1691 | - ], | |
| 1692 | - "description": "A generic function and convention to trigger deprecation notices", | |
| 1693 | - "homepage": "https:\/\/symfony.com", | |
| 1694 | - "support": { | |
| 1695 | - "source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v2.5.3" | |
| 1696 | - }, | |
| 1697 | - "funding": [ | |
| 1698 | - { | |
| 1699 | - "url": "https:\/\/symfony.com\/sponsor", | |
| 1700 | - "type": "custom" | |
| 1701 | - }, | |
| 1702 | - { | |
| 1703 | - "url": "https:\/\/github.com\/fabpot", | |
| 1704 | - "type": "github" | |
| 1705 | - }, | |
| 1706 | - { | |
| 1707 | - "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", | |
| 1708 | - "type": "tidelift" | |
| 1709 | - } | |
| 1710 | - ], | |
| 1711 | - "install-path": "..\/symfony\/deprecation-contracts" | |
| 1712 | - }, | |
| 1713 | - { | |
| 1714 | - "name": "symfony\/polyfill-ctype", | |
| 1715 | - "version": "v1.31.0", | |
| 1716 | - "version_normalized": "1.31.0.0", | |
| 1717 | - "source": { | |
| 1718 | - "type": "git", | |
| 1719 | - "url": "https:\/\/github.com\/symfony\/polyfill-ctype.git", | |
| 1720 | - "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" | |
| 1721 | - }, | |
| 1722 | - "dist": { | |
| 1723 | - "type": "zip", | |
| 1724 | - "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-ctype\/zipball\/a3cc8b044a6ea513310cbd48ef7333b384945638", | |
| 1725 | - "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", | |
| 1726 | - "shasum": "" | |
| 1727 | - }, | |
| 1728 | - "require": { | |
| 1729 | - "php": ">=7.2" | |
| 1730 | - }, | |
| 1731 | - "provide": { | |
| 1732 | - "ext-ctype": "*" | |
| 1733 | - }, | |
| 1734 | - "suggest": { | |
| 1735 | - "ext-ctype": "For best performance" | |
| 1736 | - }, | |
| 1737 | - "time": "2024-09-09T11:45:10+00:00", | |
| 1738 | - "type": "library", | |
| 1739 | - "extra": { | |
| 1740 | - "thanks": { | |
| 1741 | - "name": "symfony\/polyfill", | |
| 1742 | - "url": "https:\/\/github.com\/symfony\/polyfill" | |
| 1743 | - } | |
| 1744 | - }, | |
| 1745 | - "installation-source": "dist", | |
| 1746 | - "autoload": { | |
| 1747 | - "files": [ | |
| 1748 | - "bootstrap.php" | |
| 1749 | - ], | |
| 1750 | - "psr-4": { | |
| 1751 | - "Dudlewebs\\WPMCS\\Symfony\\Polyfill\\Ctype\\": "" | |
| 1752 | - } | |
| 1753 | - }, | |
| 1754 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1755 | - "license": [ | |
| 1756 | - "MIT" | |
| 1757 | - ], | |
| 1758 | - "authors": [ | |
| 1759 | - { | |
| 1760 | - "name": "Gert de Pagter", | |
| 1761 | - "email": "BackEndTea@gmail.com" | |
| 1762 | - }, | |
| 1763 | - { | |
| 1764 | - "name": "Symfony Community", | |
| 1765 | - "homepage": "https:\/\/symfony.com\/contributors" | |
| 1766 | - } | |
| 1767 | - ], | |
| 1768 | - "description": "Symfony polyfill for ctype functions", | |
| 1769 | - "homepage": "https:\/\/symfony.com", | |
| 1770 | - "keywords": [ | |
| 1771 | - "compatibility", | |
| 1772 | - "ctype", | |
| 1773 | - "polyfill", | |
| 1774 | - "portable" | |
| 1775 | - ], | |
| 1776 | - "support": { | |
| 1777 | - "source": "https:\/\/github.com\/symfony\/polyfill-ctype\/tree\/v1.31.0" | |
| 1778 | - }, | |
| 1779 | - "funding": [ | |
| 1780 | - { | |
| 1781 | - "url": "https:\/\/symfony.com\/sponsor", | |
| 1782 | - "type": "custom" | |
| 1783 | - }, | |
| 1784 | - { | |
| 1785 | - "url": "https:\/\/github.com\/fabpot", | |
| 1786 | - "type": "github" | |
| 1787 | - }, | |
| 1788 | - { | |
| 1789 | - "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", | |
| 1790 | - "type": "tidelift" | |
| 1791 | - } | |
| 1792 | - ], | |
| 1793 | - "install-path": "..\/symfony\/polyfill-ctype" | |
| 1794 | - }, | |
| 1795 | - { | |
| 1796 | - "name": "symfony\/polyfill-php80", | |
| 1797 | - "version": "v1.31.0", | |
| 1798 | - "version_normalized": "1.31.0.0", | |
| 1799 | - "source": { | |
| 1800 | - "type": "git", | |
| 1801 | - "url": "https:\/\/github.com\/symfony\/polyfill-php80.git", | |
| 1802 | - "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" | |
| 1803 | - }, | |
| 1804 | - "dist": { | |
| 1805 | - "type": "zip", | |
| 1806 | - "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php80\/zipball\/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", | |
| 1807 | - "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", | |
| 1808 | - "shasum": "" | |
| 1809 | - }, | |
| 1810 | - "require": { | |
| 1811 | - "php": ">=7.2" | |
| 1812 | - }, | |
| 1813 | - "time": "2024-09-09T11:45:10+00:00", | |
| 1814 | - "type": "library", | |
| 1815 | - "extra": { | |
| 1816 | - "thanks": { | |
| 1817 | - "name": "symfony\/polyfill", | |
| 1818 | - "url": "https:\/\/github.com\/symfony\/polyfill" | |
| 1819 | - } | |
| 1820 | - }, | |
| 1821 | - "installation-source": "dist", | |
| 1822 | - "autoload": { | |
| 1823 | - "files": [ | |
| 1824 | - "bootstrap.php" | |
| 1825 | - ], | |
| 1826 | - "psr-4": { | |
| 1827 | - "Dudlewebs\\WPMCS\\Symfony\\Polyfill\\Php80\\": "" | |
| 1828 | - }, | |
| 1829 | - "classmap": [ | |
| 1830 | - "Resources\/stubs" | |
| 1831 | - ] | |
| 1832 | - }, | |
| 1833 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1834 | - "license": [ | |
| 1835 | - "MIT" | |
| 1836 | - ], | |
| 1837 | - "authors": [ | |
| 1838 | - { | |
| 1839 | - "name": "Ion Bazan", | |
| 1840 | - "email": "ion.bazan@gmail.com" | |
| 1841 | - }, | |
| 1842 | - { | |
| 1843 | - "name": "Nicolas Grekas", | |
| 1844 | - "email": "p@tchwork.com" | |
| 1845 | - }, | |
| 1846 | - { | |
| 1847 | - "name": "Symfony Community", | |
| 1848 | - "homepage": "https:\/\/symfony.com\/contributors" | |
| 1849 | - } | |
| 1850 | - ], | |
| 1851 | - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", | |
| 1852 | - "homepage": "https:\/\/symfony.com", | |
| 1853 | - "keywords": [ | |
| 1854 | - "compatibility", | |
| 1855 | - "polyfill", | |
| 1856 | - "portable", | |
| 1857 | - "shim" | |
| 1858 | - ], | |
| 1859 | - "support": { | |
| 1860 | - "source": "https:\/\/github.com\/symfony\/polyfill-php80\/tree\/v1.31.0" | |
| 1861 | - }, | |
| 1862 | - "funding": [ | |
| 1863 | - { | |
| 1864 | - "url": "https:\/\/symfony.com\/sponsor", | |
| 1865 | - "type": "custom" | |
| 1866 | - }, | |
| 1867 | - { | |
| 1868 | - "url": "https:\/\/github.com\/fabpot", | |
| 1869 | - "type": "github" | |
| 1870 | - }, | |
| 1871 | - { | |
| 1872 | - "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", | |
| 1873 | - "type": "tidelift" | |
| 1874 | - } | |
| 1875 | - ], | |
| 1876 | - "install-path": "..\/symfony\/polyfill-php80" | |
| 1877 | - }, | |
| 1878 | - { | |
| 1879 | - "name": "symfony\/polyfill-php81", | |
| 1880 | - "version": "v1.31.0", | |
| 1881 | - "version_normalized": "1.31.0.0", | |
| 1882 | - "source": { | |
| 1883 | - "type": "git", | |
| 1884 | - "url": "https:\/\/github.com\/symfony\/polyfill-php81.git", | |
| 1885 | - "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" | |
| 1886 | - }, | |
| 1887 | - "dist": { | |
| 1888 | - "type": "zip", | |
| 1889 | - "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php81\/zipball\/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", | |
| 1890 | - "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", | |
| 1891 | - "shasum": "" | |
| 1892 | - }, | |
| 1893 | - "require": { | |
| 1894 | - "php": ">=7.2" | |
| 1895 | - }, | |
| 1896 | - "time": "2024-09-09T11:45:10+00:00", | |
| 1897 | - "type": "library", | |
| 1898 | - "extra": { | |
| 1899 | - "thanks": { | |
| 1900 | - "name": "symfony\/polyfill", | |
| 1901 | - "url": "https:\/\/github.com\/symfony\/polyfill" | |
| 1902 | - } | |
| 1903 | - }, | |
| 1904 | - "installation-source": "dist", | |
| 1905 | - "autoload": { | |
| 1906 | - "files": [ | |
| 1907 | - "bootstrap.php" | |
| 1908 | - ], | |
| 1909 | - "psr-4": { | |
| 1910 | - "Dudlewebs\\WPMCS\\Symfony\\Polyfill\\Php81\\": "" | |
| 1911 | - }, | |
| 1912 | - "classmap": [ | |
| 1913 | - "Resources\/stubs" | |
| 1914 | - ] | |
| 1915 | - }, | |
| 1916 | - "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1917 | - "license": [ | |
| 1918 | - "MIT" | |
| 1919 | - ], | |
| 1920 | - "authors": [ | |
| 1921 | - { | |
| 1922 | - "name": "Nicolas Grekas", | |
| 1923 | - "email": "p@tchwork.com" | |
| 1924 | - }, | |
| 1925 | - { | |
| 1926 | - "name": "Symfony Community", | |
| 1927 | - "homepage": "https:\/\/symfony.com\/contributors" | |
| 1928 | - } | |
| 1929 | - ], | |
| 1930 | - "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", | |
| 1931 | - "homepage": "https:\/\/symfony.com", | |
| 1932 | - "keywords": [ | |
| 1933 | - "compatibility", | |
| 1934 | - "polyfill", | |
| 1935 | - "portable", | |
| 1936 | - "shim" | |
| 1937 | - ], | |
| 1938 | - "support": { | |
| 1939 | - "source": "https:\/\/github.com\/symfony\/polyfill-php81\/tree\/v1.31.0" | |
| 1940 | - }, | |
| 1941 | - "funding": [ | |
| 1942 | - { | |
| 1943 | - "url": "https:\/\/symfony.com\/sponsor", | |
| 1944 | - "type": "custom" | |
| 1945 | - }, | |
| 1946 | - { | |
| 1947 | - "url": "https:\/\/github.com\/fabpot", | |
| 1948 | - "type": "github" | |
| 1949 | - }, | |
| 1950 | - { | |
| 1951 | - "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", | |
| 1952 | - "type": "tidelift" | |
| 1953 | - } | |
| 1954 | - ], | |
| 1955 | - "install-path": "..\/symfony\/polyfill-php81" | |
| 1956 | - } | |
| 1957 | - ], | |
| 1958 | - "dev": true, | |
| 1959 | - "dev-package-names": [] | |
| 1960 | -} | |
| 2 | + "packages": [ | |
| 3 | + { | |
| 4 | + "name": "brick\/math", | |
| 5 | + "version": "0.13.1", | |
| 6 | + "version_normalized": "0.13.1.0", | |
| 7 | + "source": { | |
| 8 | + "type": "git", | |
| 9 | + "url": "https:\/\/github.com\/brick\/math.git", | |
| 10 | + "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04" | |
| 11 | + }, | |
| 12 | + "dist": { | |
| 13 | + "type": "zip", | |
| 14 | + "url": "https:\/\/api.github.com\/repos\/brick\/math\/zipball\/fc7ed316430118cc7836bf45faff18d5dfc8de04", | |
| 15 | + "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04", | |
| 16 | + "shasum": "" | |
| 17 | + }, | |
| 18 | + "require": { | |
| 19 | + "php": "^8.1" | |
| 20 | + }, | |
| 21 | + "require-dev": { | |
| 22 | + "php-coveralls\/php-coveralls": "^2.2", | |
| 23 | + "phpunit\/phpunit": "^10.1", | |
| 24 | + "vimeo\/psalm": "6.8.8" | |
| 25 | + }, | |
| 26 | + "time": "2025-03-29T13:50:30+00:00", | |
| 27 | + "type": "library", | |
| 28 | + "installation-source": "dist", | |
| 29 | + "autoload": { | |
| 30 | + "psr-4": { | |
| 31 | + "Dudlewebs\\WPMCS\\GCP\\Brick\\Math\\": "src\/" | |
| 32 | + } | |
| 33 | + }, | |
| 34 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 35 | + "license": ["MIT"], | |
| 36 | + "description": "Arbitrary-precision arithmetic library", | |
| 37 | + "keywords": [ | |
| 38 | + "Arbitrary-precision", | |
| 39 | + "BigInteger", | |
| 40 | + "BigRational", | |
| 41 | + "arithmetic", | |
| 42 | + "bigdecimal", | |
| 43 | + "bignum", | |
| 44 | + "bignumber", | |
| 45 | + "brick", | |
| 46 | + "decimal", | |
| 47 | + "integer", | |
| 48 | + "math", | |
| 49 | + "mathematics", | |
| 50 | + "rational" | |
| 51 | + ], | |
| 52 | + "support": { | |
| 53 | + "issues": "https:\/\/github.com\/brick\/math\/issues", | |
| 54 | + "source": "https:\/\/github.com\/brick\/math\/tree\/0.13.1" | |
| 55 | + }, | |
| 56 | + "funding": [ | |
| 57 | + { | |
| 58 | + "url": "https:\/\/github.com\/BenMorel", | |
| 59 | + "type": "github" | |
| 60 | + } | |
| 61 | + ], | |
| 62 | + "install-path": "..\/brick\/math" | |
| 63 | + }, | |
| 64 | + { | |
| 65 | + "name": "firebase\/php-jwt", | |
| 66 | + "version": "v7.0.3", | |
| 67 | + "version_normalized": "7.0.3.0", | |
| 68 | + "source": { | |
| 69 | + "type": "git", | |
| 70 | + "url": "https:\/\/github.com\/firebase\/php-jwt.git", | |
| 71 | + "reference": "28aa0694bcfdfa5e2959c394d5a1ee7a5083629e" | |
| 72 | + }, | |
| 73 | + "dist": { | |
| 74 | + "type": "zip", | |
| 75 | + "url": "https:\/\/api.github.com\/repos\/firebase\/php-jwt\/zipball\/28aa0694bcfdfa5e2959c394d5a1ee7a5083629e", | |
| 76 | + "reference": "28aa0694bcfdfa5e2959c394d5a1ee7a5083629e", | |
| 77 | + "shasum": "" | |
| 78 | + }, | |
| 79 | + "require": { | |
| 80 | + "php": "^8.0" | |
| 81 | + }, | |
| 82 | + "require-dev": { | |
| 83 | + "guzzlehttp\/guzzle": "^7.4", | |
| 84 | + "phpspec\/prophecy-phpunit": "^2.0", | |
| 85 | + "phpunit\/phpunit": "^9.5", | |
| 86 | + "psr\/cache": "^2.0||^3.0", | |
| 87 | + "psr\/http-client": "^1.0", | |
| 88 | + "psr\/http-factory": "^1.0" | |
| 89 | + }, | |
| 90 | + "suggest": { | |
| 91 | + "ext-sodium": "Support EdDSA (Ed25519) signatures", | |
| 92 | + "paragonie\/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" | |
| 93 | + }, | |
| 94 | + "time": "2026-02-25T22:16:40+00:00", | |
| 95 | + "type": "library", | |
| 96 | + "installation-source": "dist", | |
| 97 | + "autoload": { | |
| 98 | + "psr-4": { | |
| 99 | + "Dudlewebs\\WPMCS\\GCP\\Firebase\\JWT\\": "src" | |
| 100 | + } | |
| 101 | + }, | |
| 102 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 103 | + "license": ["BSD-3-Clause"], | |
| 104 | + "authors": [ | |
| 105 | + { | |
| 106 | + "name": "Neuman Vong", | |
| 107 | + "email": "neuman+pear@twilio.com", | |
| 108 | + "role": "Developer" | |
| 109 | + }, | |
| 110 | + { | |
| 111 | + "name": "Anant Narayanan", | |
| 112 | + "email": "anant@php.net", | |
| 113 | + "role": "Developer" | |
| 114 | + } | |
| 115 | + ], | |
| 116 | + "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", | |
| 117 | + "homepage": "https:\/\/github.com\/firebase\/php-jwt", | |
| 118 | + "keywords": ["jwt", "php"], | |
| 119 | + "support": { | |
| 120 | + "issues": "https:\/\/github.com\/firebase\/php-jwt\/issues", | |
| 121 | + "source": "https:\/\/github.com\/firebase\/php-jwt\/tree\/v7.0.3" | |
| 122 | + }, | |
| 123 | + "install-path": "..\/firebase\/php-jwt" | |
| 124 | + }, | |
| 125 | + { | |
| 126 | + "name": "google\/auth", | |
| 127 | + "version": "v1.50.1", | |
| 128 | + "version_normalized": "1.50.1.0", | |
| 129 | + "source": { | |
| 130 | + "type": "git", | |
| 131 | + "url": "https:\/\/github.com\/googleapis\/google-auth-library-php.git", | |
| 132 | + "reference": "870c17ee3a1d73338d39a9ffa77a700ba77f5a83" | |
| 133 | + }, | |
| 134 | + "dist": { | |
| 135 | + "type": "zip", | |
| 136 | + "url": "https:\/\/api.github.com\/repos\/googleapis\/google-auth-library-php\/zipball\/870c17ee3a1d73338d39a9ffa77a700ba77f5a83", | |
| 137 | + "reference": "870c17ee3a1d73338d39a9ffa77a700ba77f5a83", | |
| 138 | + "shasum": "" | |
| 139 | + }, | |
| 140 | + "require": { | |
| 141 | + "firebase\/php-jwt": "^6.0||^7.0", | |
| 142 | + "guzzlehttp\/guzzle": "^7.4.5", | |
| 143 | + "guzzlehttp\/psr7": "^2.4.5", | |
| 144 | + "php": "^8.1", | |
| 145 | + "psr\/cache": "^2.0||^3.0", | |
| 146 | + "psr\/http-message": "^1.1||^2.0", | |
| 147 | + "psr\/log": "^2.0||^3.0" | |
| 148 | + }, | |
| 149 | + "require-dev": { | |
| 150 | + "guzzlehttp\/promises": "^2.0", | |
| 151 | + "kelvinmo\/simplejwt": "^1.1.0", | |
| 152 | + "phpseclib\/phpseclib": "^3.0.35", | |
| 153 | + "phpspec\/prophecy-phpunit": "^2.1", | |
| 154 | + "phpunit\/phpunit": "^9.6", | |
| 155 | + "sebastian\/comparator": ">=1.2.3", | |
| 156 | + "squizlabs\/php_codesniffer": "^4.0", | |
| 157 | + "symfony\/filesystem": "^6.3||^7.3", | |
| 158 | + "symfony\/process": "^6.0||^7.0", | |
| 159 | + "webmozart\/assert": "^1.11||^2.0" | |
| 160 | + }, | |
| 161 | + "suggest": { | |
| 162 | + "phpseclib\/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." | |
| 163 | + }, | |
| 164 | + "time": "2026-03-18T20:03:29+00:00", | |
| 165 | + "type": "library", | |
| 166 | + "installation-source": "dist", | |
| 167 | + "autoload": { | |
| 168 | + "psr-4": { | |
| 169 | + "Dudlewebs\\WPMCS\\GCP\\Google\\Auth\\": "src" | |
| 170 | + } | |
| 171 | + }, | |
| 172 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 173 | + "license": ["Apache-2.0"], | |
| 174 | + "description": "Google Auth Library for PHP", | |
| 175 | + "homepage": "https:\/\/github.com\/google\/google-auth-library-php", | |
| 176 | + "keywords": ["Authentication", "google", "oauth2"], | |
| 177 | + "support": { | |
| 178 | + "docs": "https:\/\/cloud.google.com\/php\/docs\/reference\/auth\/latest", | |
| 179 | + "issues": "https:\/\/github.com\/googleapis\/google-auth-library-php\/issues", | |
| 180 | + "source": "https:\/\/github.com\/googleapis\/google-auth-library-php\/tree\/v1.50.1" | |
| 181 | + }, | |
| 182 | + "install-path": "..\/google\/auth" | |
| 183 | + }, | |
| 184 | + { | |
| 185 | + "name": "google\/cloud-core", | |
| 186 | + "version": "v1.71.2", | |
| 187 | + "version_normalized": "1.71.2.0", | |
| 188 | + "source": { | |
| 189 | + "type": "git", | |
| 190 | + "url": "https:\/\/github.com\/googleapis\/google-cloud-php-core.git", | |
| 191 | + "reference": "1030847fcbb6b2ae70c48379cc5dbc7603f8faac" | |
| 192 | + }, | |
| 193 | + "dist": { | |
| 194 | + "type": "zip", | |
| 195 | + "url": "https:\/\/api.github.com\/repos\/googleapis\/google-cloud-php-core\/zipball\/1030847fcbb6b2ae70c48379cc5dbc7603f8faac", | |
| 196 | + "reference": "1030847fcbb6b2ae70c48379cc5dbc7603f8faac", | |
| 197 | + "shasum": "" | |
| 198 | + }, | |
| 199 | + "require": { | |
| 200 | + "google\/auth": "^1.34", | |
| 201 | + "google\/gax": "^1.38.0", | |
| 202 | + "guzzlehttp\/guzzle": "^6.5.8||^7.4.4", | |
| 203 | + "guzzlehttp\/promises": "^1.4||^2.0", | |
| 204 | + "guzzlehttp\/psr7": "^2.6", | |
| 205 | + "monolog\/monolog": "^2.9||^3.0", | |
| 206 | + "php": "^8.1", | |
| 207 | + "psr\/http-message": "^1.0||^2.0", | |
| 208 | + "rize\/uri-template": "~0.3||~0.4" | |
| 209 | + }, | |
| 210 | + "require-dev": { | |
| 211 | + "erusev\/parsedown": "^1.6", | |
| 212 | + "google\/cloud-common-protos": "~0.5||^1.0", | |
| 213 | + "nikic\/php-parser": "^5.6", | |
| 214 | + "opis\/closure": "^3.7|^4.0", | |
| 215 | + "phpdocumentor\/reflection": "^6.0", | |
| 216 | + "phpdocumentor\/reflection-docblock": "^5.3.3||^6.0", | |
| 217 | + "phpspec\/prophecy-phpunit": "^2.0", | |
| 218 | + "phpunit\/phpunit": "^9.0", | |
| 219 | + "squizlabs\/php_codesniffer": "2.*" | |
| 220 | + }, | |
| 221 | + "suggest": { | |
| 222 | + "opis\/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.", | |
| 223 | + "symfony\/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9" | |
| 224 | + }, | |
| 225 | + "time": "2026-03-17T23:07:39+00:00", | |
| 226 | + "bin": ["bin\/google-cloud-batch"], | |
| 227 | + "type": "library", | |
| 228 | + "extra": { | |
| 229 | + "component": { | |
| 230 | + "id": "cloud-core", | |
| 231 | + "path": "Core", | |
| 232 | + "entry": "src\/ServiceBuilder.php", | |
| 233 | + "target": "googleapis\/google-cloud-php-core.git" | |
| 234 | + } | |
| 235 | + }, | |
| 236 | + "installation-source": "dist", | |
| 237 | + "autoload": { | |
| 238 | + "psr-4": { | |
| 239 | + "Dudlewebs\\WPMCS\\GCP\\Google\\Cloud\\Core\\": "src" | |
| 240 | + } | |
| 241 | + }, | |
| 242 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 243 | + "license": ["Apache-2.0"], | |
| 244 | + "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.", | |
| 245 | + "support": { | |
| 246 | + "source": "https:\/\/github.com\/googleapis\/google-cloud-php-core\/tree\/v1.71.2" | |
| 247 | + }, | |
| 248 | + "install-path": "..\/google\/cloud-core" | |
| 249 | + }, | |
| 250 | + { | |
| 251 | + "name": "google\/cloud-storage", | |
| 252 | + "version": "v1.49.2", | |
| 253 | + "version_normalized": "1.49.2.0", | |
| 254 | + "source": { | |
| 255 | + "type": "git", | |
| 256 | + "url": "https:\/\/github.com\/googleapis\/google-cloud-php-storage.git", | |
| 257 | + "reference": "1cab44377fc65c7feba1f706970f3abf5ccba392" | |
| 258 | + }, | |
| 259 | + "dist": { | |
| 260 | + "type": "zip", | |
| 261 | + "url": "https:\/\/api.github.com\/repos\/googleapis\/google-cloud-php-storage\/zipball\/1cab44377fc65c7feba1f706970f3abf5ccba392", | |
| 262 | + "reference": "1cab44377fc65c7feba1f706970f3abf5ccba392", | |
| 263 | + "shasum": "" | |
| 264 | + }, | |
| 265 | + "require": { | |
| 266 | + "google\/cloud-core": "^1.57", | |
| 267 | + "php": "^8.1", | |
| 268 | + "ramsey\/uuid": "^4.2.3" | |
| 269 | + }, | |
| 270 | + "require-dev": { | |
| 271 | + "erusev\/parsedown": "^1.6", | |
| 272 | + "google\/cloud-pubsub": "^2.0", | |
| 273 | + "phpdocumentor\/reflection": "^5.3.3||^6.0", | |
| 274 | + "phpdocumentor\/reflection-docblock": "^5.3.3||^6.0", | |
| 275 | + "phpseclib\/phpseclib": "^2.0||^3.0", | |
| 276 | + "phpspec\/prophecy-phpunit": "^2.0", | |
| 277 | + "phpunit\/phpunit": "^9.0", | |
| 278 | + "squizlabs\/php_codesniffer": "2.*" | |
| 279 | + }, | |
| 280 | + "suggest": { | |
| 281 | + "google\/cloud-pubsub": "May be used to register a topic to receive bucket notifications.", | |
| 282 | + "phpseclib\/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2." | |
| 283 | + }, | |
| 284 | + "time": "2026-01-23T22:57:13+00:00", | |
| 285 | + "type": "library", | |
| 286 | + "extra": { | |
| 287 | + "component": { | |
| 288 | + "id": "cloud-storage", | |
| 289 | + "path": "Storage", | |
| 290 | + "entry": "src\/StorageClient.php", | |
| 291 | + "target": "googleapis\/google-cloud-php-storage.git" | |
| 292 | + } | |
| 293 | + }, | |
| 294 | + "installation-source": "dist", | |
| 295 | + "autoload": { | |
| 296 | + "psr-4": { | |
| 297 | + "Dudlewebs\\WPMCS\\GCP\\Google\\Cloud\\Storage\\": "src" | |
| 298 | + } | |
| 299 | + }, | |
| 300 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 301 | + "license": ["Apache-2.0"], | |
| 302 | + "description": "Cloud Storage Client for PHP", | |
| 303 | + "support": { | |
| 304 | + "source": "https:\/\/github.com\/googleapis\/google-cloud-php-storage\/tree\/v1.49.2" | |
| 305 | + }, | |
| 306 | + "install-path": "..\/google\/cloud-storage" | |
| 307 | + }, | |
| 308 | + { | |
| 309 | + "name": "google\/common-protos", | |
| 310 | + "version": "4.12.5", | |
| 311 | + "version_normalized": "4.12.5.0", | |
| 312 | + "source": { | |
| 313 | + "type": "git", | |
| 314 | + "url": "https:\/\/github.com\/googleapis\/common-protos-php.git", | |
| 315 | + "reference": "d6fda6dad6416035e3c789f3f0cc5cb8494956b2" | |
| 316 | + }, | |
| 317 | + "dist": { | |
| 318 | + "type": "zip", | |
| 319 | + "url": "https:\/\/api.github.com\/repos\/googleapis\/common-protos-php\/zipball\/d6fda6dad6416035e3c789f3f0cc5cb8494956b2", | |
| 320 | + "reference": "d6fda6dad6416035e3c789f3f0cc5cb8494956b2", | |
| 321 | + "shasum": "" | |
| 322 | + }, | |
| 323 | + "require": { | |
| 324 | + "google\/protobuf": "^4.31||^5.0", | |
| 325 | + "php": "^8.1" | |
| 326 | + }, | |
| 327 | + "require-dev": { | |
| 328 | + "phpunit\/phpunit": "^9.6" | |
| 329 | + }, | |
| 330 | + "time": "2026-03-17T23:07:39+00:00", | |
| 331 | + "type": "library", | |
| 332 | + "extra": { | |
| 333 | + "component": { | |
| 334 | + "id": "common-protos", | |
| 335 | + "path": "CommonProtos", | |
| 336 | + "entry": "README.md", | |
| 337 | + "target": "googleapis\/common-protos-php.git" | |
| 338 | + } | |
| 339 | + }, | |
| 340 | + "installation-source": "dist", | |
| 341 | + "autoload": { | |
| 342 | + "psr-4": { | |
| 343 | + "Dudlewebs\\WPMCS\\GCP\\Google\\Api\\": "src\/Api", | |
| 344 | + "Dudlewebs\\WPMCS\\GCP\\Google\\Iam\\": "src\/Iam", | |
| 345 | + "Dudlewebs\\WPMCS\\GCP\\Google\\Rpc\\": "src\/Rpc", | |
| 346 | + "Dudlewebs\\WPMCS\\GCP\\Google\\Type\\": "src\/Type", | |
| 347 | + "Dudlewebs\\WPMCS\\GCP\\Google\\Cloud\\": "src\/Cloud", | |
| 348 | + "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Api\\": "metadata\/Api", | |
| 349 | + "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Iam\\": "metadata\/Iam", | |
| 350 | + "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Rpc\\": "metadata\/Rpc", | |
| 351 | + "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Type\\": "metadata\/Type", | |
| 352 | + "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Cloud\\": "metadata\/Cloud", | |
| 353 | + "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Logging\\": "metadata\/Logging" | |
| 354 | + } | |
| 355 | + }, | |
| 356 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 357 | + "license": ["Apache-2.0"], | |
| 358 | + "description": "Google API Common Protos for PHP", | |
| 359 | + "homepage": "https:\/\/github.com\/googleapis\/common-protos-php", | |
| 360 | + "keywords": ["google"], | |
| 361 | + "support": { | |
| 362 | + "source": "https:\/\/github.com\/googleapis\/common-protos-php\/tree\/v4.12.5" | |
| 363 | + }, | |
| 364 | + "install-path": "..\/google\/common-protos" | |
| 365 | + }, | |
| 366 | + { | |
| 367 | + "name": "google\/gax", | |
| 368 | + "version": "v1.42.1", | |
| 369 | + "version_normalized": "1.42.1.0", | |
| 370 | + "source": { | |
| 371 | + "type": "git", | |
| 372 | + "url": "https:\/\/github.com\/googleapis\/gax-php.git", | |
| 373 | + "reference": "ab334c4869f4f16b6112acc95972a97b81dbfdda" | |
| 374 | + }, | |
| 375 | + "dist": { | |
| 376 | + "type": "zip", | |
| 377 | + "url": "https:\/\/api.github.com\/repos\/googleapis\/gax-php\/zipball\/ab334c4869f4f16b6112acc95972a97b81dbfdda", | |
| 378 | + "reference": "ab334c4869f4f16b6112acc95972a97b81dbfdda", | |
| 379 | + "shasum": "" | |
| 380 | + }, | |
| 381 | + "require": { | |
| 382 | + "google\/auth": "^1.49", | |
| 383 | + "google\/common-protos": "^4.4", | |
| 384 | + "google\/grpc-gcp": "^0.4", | |
| 385 | + "google\/longrunning": "~0.4", | |
| 386 | + "google\/protobuf": "^4.31||^5.0", | |
| 387 | + "grpc\/grpc": "^1.13", | |
| 388 | + "guzzlehttp\/promises": "^2.0", | |
| 389 | + "guzzlehttp\/psr7": "^2.0", | |
| 390 | + "php": "^8.1", | |
| 391 | + "ramsey\/uuid": "^4.0" | |
| 392 | + }, | |
| 393 | + "conflict": { | |
| 394 | + "ext-protobuf": "<4.31.0" | |
| 395 | + }, | |
| 396 | + "require-dev": { | |
| 397 | + "google\/cloud-tools": "^0.16.1", | |
| 398 | + "phpspec\/prophecy-phpunit": "^2.1", | |
| 399 | + "phpstan\/phpstan": "^2.0", | |
| 400 | + "phpunit\/phpunit": "^9.6" | |
| 401 | + }, | |
| 402 | + "time": "2026-03-12T21:22:20+00:00", | |
| 403 | + "type": "library", | |
| 404 | + "installation-source": "dist", | |
| 405 | + "autoload": { | |
| 406 | + "psr-4": { | |
| 407 | + "Dudlewebs\\WPMCS\\GCP\\Google\\ApiCore\\": "src", | |
| 408 | + "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\ApiCore\\": "metadata\/ApiCore" | |
| 409 | + } | |
| 410 | + }, | |
| 411 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 412 | + "license": ["BSD-3-Clause"], | |
| 413 | + "description": "Google API Core for PHP", | |
| 414 | + "homepage": "https:\/\/github.com\/googleapis\/gax-php", | |
| 415 | + "keywords": ["google"], | |
| 416 | + "support": { | |
| 417 | + "issues": "https:\/\/github.com\/googleapis\/gax-php\/issues", | |
| 418 | + "source": "https:\/\/github.com\/googleapis\/gax-php\/tree\/v1.42.1" | |
| 419 | + }, | |
| 420 | + "install-path": "..\/google\/gax" | |
| 421 | + }, | |
| 422 | + { | |
| 423 | + "name": "google\/grpc-gcp", | |
| 424 | + "version": "0.4.2", | |
| 425 | + "version_normalized": "0.4.2.0", | |
| 426 | + "source": { | |
| 427 | + "type": "git", | |
| 428 | + "url": "https:\/\/github.com\/GoogleCloudPlatform\/grpc-gcp-php.git", | |
| 429 | + "reference": "1049c0c15b6a1789fdeb52af688a94d540932469" | |
| 430 | + }, | |
| 431 | + "dist": { | |
| 432 | + "type": "zip", | |
| 433 | + "url": "https:\/\/api.github.com\/repos\/GoogleCloudPlatform\/grpc-gcp-php\/zipball\/1049c0c15b6a1789fdeb52af688a94d540932469", | |
| 434 | + "reference": "1049c0c15b6a1789fdeb52af688a94d540932469", | |
| 435 | + "shasum": "" | |
| 436 | + }, | |
| 437 | + "require": { | |
| 438 | + "google\/auth": "^1.3", | |
| 439 | + "google\/protobuf": "^v3.25.3||^4.26.1||^5.0", | |
| 440 | + "grpc\/grpc": "^v1.13.0", | |
| 441 | + "php": "^8.0", | |
| 442 | + "psr\/cache": "^1.0.1||^2.0.0||^3.0.0" | |
| 443 | + }, | |
| 444 | + "require-dev": { | |
| 445 | + "google\/cloud-spanner": "^1.7", | |
| 446 | + "phpunit\/phpunit": "^9.0" | |
| 447 | + }, | |
| 448 | + "time": "2026-03-12T22:56:09+00:00", | |
| 449 | + "type": "library", | |
| 450 | + "installation-source": "dist", | |
| 451 | + "autoload": { | |
| 452 | + "psr-4": { | |
| 453 | + "Dudlewebs\\WPMCS\\GCP\\Grpc\\Gcp\\": "src\/" | |
| 454 | + }, | |
| 455 | + "classmap": ["src\/generated\/"] | |
| 456 | + }, | |
| 457 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 458 | + "license": ["Apache-2.0"], | |
| 459 | + "description": "gRPC GCP library for channel management", | |
| 460 | + "support": { | |
| 461 | + "issues": "https:\/\/github.com\/GoogleCloudPlatform\/grpc-gcp-php\/issues", | |
| 462 | + "source": "https:\/\/github.com\/GoogleCloudPlatform\/grpc-gcp-php\/tree\/v0.4.2" | |
| 463 | + }, | |
| 464 | + "install-path": "..\/google\/grpc-gcp" | |
| 465 | + }, | |
| 466 | + { | |
| 467 | + "name": "google\/longrunning", | |
| 468 | + "version": "0.7.0", | |
| 469 | + "version_normalized": "0.7.0.0", | |
| 470 | + "source": { | |
| 471 | + "type": "git", | |
| 472 | + "url": "https:\/\/github.com\/googleapis\/php-longrunning.git", | |
| 473 | + "reference": "5c0a0fc30a8f698a47a2e9fc61f6640aed35c84f" | |
| 474 | + }, | |
| 475 | + "dist": { | |
| 476 | + "type": "zip", | |
| 477 | + "url": "https:\/\/api.github.com\/repos\/googleapis\/php-longrunning\/zipball\/5c0a0fc30a8f698a47a2e9fc61f6640aed35c84f", | |
| 478 | + "reference": "5c0a0fc30a8f698a47a2e9fc61f6640aed35c84f", | |
| 479 | + "shasum": "" | |
| 480 | + }, | |
| 481 | + "require-dev": { | |
| 482 | + "google\/gax": "^1.38.0", | |
| 483 | + "phpunit\/phpunit": "^9.0" | |
| 484 | + }, | |
| 485 | + "time": "2026-03-17T23:07:39+00:00", | |
| 486 | + "type": "library", | |
| 487 | + "extra": { | |
| 488 | + "component": { | |
| 489 | + "id": "longrunning", | |
| 490 | + "path": "LongRunning", | |
| 491 | + "entry": null, | |
| 492 | + "target": "googleapis\/php-longrunning" | |
| 493 | + } | |
| 494 | + }, | |
| 495 | + "installation-source": "dist", | |
| 496 | + "autoload": { | |
| 497 | + "psr-4": { | |
| 498 | + "Dudlewebs\\WPMCS\\GCP\\Google\\LongRunning\\": "src\/LongRunning", | |
| 499 | + "Dudlewebs\\WPMCS\\GCP\\Google\\ApiCore\\LongRunning\\": "src\/ApiCore\/LongRunning", | |
| 500 | + "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Longrunning\\": "metadata\/Longrunning" | |
| 501 | + } | |
| 502 | + }, | |
| 503 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 504 | + "license": ["Apache-2.0"], | |
| 505 | + "description": "Google LongRunning Client for PHP", | |
| 506 | + "support": { | |
| 507 | + "source": "https:\/\/github.com\/googleapis\/php-longrunning\/tree\/v0.7.0" | |
| 508 | + }, | |
| 509 | + "install-path": "..\/google\/longrunning" | |
| 510 | + }, | |
| 511 | + { | |
| 512 | + "name": "google\/protobuf", | |
| 513 | + "version": "v4.33.6", | |
| 514 | + "version_normalized": "4.33.6.0", | |
| 515 | + "source": { | |
| 516 | + "type": "git", | |
| 517 | + "url": "https:\/\/github.com\/protocolbuffers\/protobuf-php.git", | |
| 518 | + "reference": "84b008c23915ed94536737eae46f41ba3bccfe67" | |
| 519 | + }, | |
| 520 | + "dist": { | |
| 521 | + "type": "zip", | |
| 522 | + "url": "https:\/\/api.github.com\/repos\/protocolbuffers\/protobuf-php\/zipball\/84b008c23915ed94536737eae46f41ba3bccfe67", | |
| 523 | + "reference": "84b008c23915ed94536737eae46f41ba3bccfe67", | |
| 524 | + "shasum": "" | |
| 525 | + }, | |
| 526 | + "require": { | |
| 527 | + "php": ">=8.1.0" | |
| 528 | + }, | |
| 529 | + "require-dev": { | |
| 530 | + "phpunit\/phpunit": ">=10.5.62 <11.0.0" | |
| 531 | + }, | |
| 532 | + "suggest": { | |
| 533 | + "ext-bcmath": "Need to support JSON deserialization" | |
| 534 | + }, | |
| 535 | + "time": "2026-03-18T17:32:05+00:00", | |
| 536 | + "type": "library", | |
| 537 | + "installation-source": "dist", | |
| 538 | + "autoload": { | |
| 539 | + "psr-4": { | |
| 540 | + "Dudlewebs\\WPMCS\\GCP\\Google\\Protobuf\\": "src\/Google\/Protobuf", | |
| 541 | + "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Protobuf\\": "src\/GPBMetadata\/Google\/Protobuf" | |
| 542 | + } | |
| 543 | + }, | |
| 544 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 545 | + "license": ["BSD-3-Clause"], | |
| 546 | + "description": "proto library for PHP", | |
| 547 | + "homepage": "https:\/\/developers.google.com\/protocol-buffers\/", | |
| 548 | + "keywords": ["proto"], | |
| 549 | + "support": { | |
| 550 | + "source": "https:\/\/github.com\/protocolbuffers\/protobuf-php\/tree\/v4.33.6" | |
| 551 | + }, | |
| 552 | + "install-path": "..\/google\/protobuf" | |
| 553 | + }, | |
| 554 | + { | |
| 555 | + "name": "grpc\/grpc", | |
| 556 | + "version": "1.74.0", | |
| 557 | + "version_normalized": "1.74.0.0", | |
| 558 | + "source": { | |
| 559 | + "type": "git", | |
| 560 | + "url": "https:\/\/github.com\/grpc\/grpc-php.git", | |
| 561 | + "reference": "32bf4dba256d60d395582fb6e4e8d3936bcdb713" | |
| 562 | + }, | |
| 563 | + "dist": { | |
| 564 | + "type": "zip", | |
| 565 | + "url": "https:\/\/api.github.com\/repos\/grpc\/grpc-php\/zipball\/32bf4dba256d60d395582fb6e4e8d3936bcdb713", | |
| 566 | + "reference": "32bf4dba256d60d395582fb6e4e8d3936bcdb713", | |
| 567 | + "shasum": "" | |
| 568 | + }, | |
| 569 | + "require": { | |
| 570 | + "php": ">=7.0.0" | |
| 571 | + }, | |
| 572 | + "require-dev": { | |
| 573 | + "google\/auth": "^v1.3.0" | |
| 574 | + }, | |
| 575 | + "suggest": { | |
| 576 | + "ext-protobuf": "For better performance, install the protobuf C extension.", | |
| 577 | + "google\/protobuf": "To get started using grpc quickly, install the native protobuf library." | |
| 578 | + }, | |
| 579 | + "time": "2025-07-24T20:02:16+00:00", | |
| 580 | + "type": "library", | |
| 581 | + "installation-source": "dist", | |
| 582 | + "autoload": { | |
| 583 | + "psr-4": { | |
| 584 | + "Dudlewebs\\WPMCS\\GCP\\Grpc\\": "src\/lib\/" | |
| 585 | + } | |
| 586 | + }, | |
| 587 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 588 | + "license": ["Apache-2.0"], | |
| 589 | + "description": "gRPC library for PHP", | |
| 590 | + "homepage": "https:\/\/grpc.io", | |
| 591 | + "keywords": ["rpc"], | |
| 592 | + "support": { | |
| 593 | + "source": "https:\/\/github.com\/grpc\/grpc-php\/tree\/v1.74.0" | |
| 594 | + }, | |
| 595 | + "install-path": "..\/grpc\/grpc" | |
| 596 | + }, | |
| 597 | + { | |
| 598 | + "name": "guzzlehttp\/guzzle", | |
| 599 | + "version": "7.10.0", | |
| 600 | + "version_normalized": "7.10.0.0", | |
| 601 | + "source": { | |
| 602 | + "type": "git", | |
| 603 | + "url": "https:\/\/github.com\/guzzle\/guzzle.git", | |
| 604 | + "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" | |
| 605 | + }, | |
| 606 | + "dist": { | |
| 607 | + "type": "zip", | |
| 608 | + "url": "https:\/\/api.github.com\/repos\/guzzle\/guzzle\/zipball\/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", | |
| 609 | + "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", | |
| 610 | + "shasum": "" | |
| 611 | + }, | |
| 612 | + "require": { | |
| 613 | + "ext-json": "*", | |
| 614 | + "guzzlehttp\/promises": "^2.3", | |
| 615 | + "guzzlehttp\/psr7": "^2.8", | |
| 616 | + "php": "^7.2.5 || ^8.0", | |
| 617 | + "psr\/http-client": "^1.0", | |
| 618 | + "symfony\/deprecation-contracts": "^2.2 || ^3.0" | |
| 619 | + }, | |
| 620 | + "provide": { | |
| 621 | + "psr\/http-client-implementation": "1.0" | |
| 622 | + }, | |
| 623 | + "require-dev": { | |
| 624 | + "bamarni\/composer-bin-plugin": "^1.8.2", | |
| 625 | + "ext-curl": "*", | |
| 626 | + "guzzle\/client-integration-tests": "3.0.2", | |
| 627 | + "php-http\/message-factory": "^1.1", | |
| 628 | + "phpunit\/phpunit": "^8.5.39 || ^9.6.20", | |
| 629 | + "psr\/log": "^1.1 || ^2.0 || ^3.0" | |
| 630 | + }, | |
| 631 | + "suggest": { | |
| 632 | + "ext-curl": "Required for CURL handler support", | |
| 633 | + "ext-intl": "Required for Internationalized Domain Name (IDN) support", | |
| 634 | + "psr\/log": "Required for using the Log middleware" | |
| 635 | + }, | |
| 636 | + "time": "2025-08-23T22:36:01+00:00", | |
| 637 | + "type": "library", | |
| 638 | + "extra": { | |
| 639 | + "bamarni-bin": { | |
| 640 | + "bin-links": true, | |
| 641 | + "forward-command": false | |
| 642 | + } | |
| 643 | + }, | |
| 644 | + "installation-source": "dist", | |
| 645 | + "autoload": { | |
| 646 | + "files": ["src\/functions_include.php"], | |
| 647 | + "psr-4": { | |
| 648 | + "Dudlewebs\\WPMCS\\GCP\\GuzzleHttp\\": "src\/" | |
| 649 | + } | |
| 650 | + }, | |
| 651 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 652 | + "license": ["MIT"], | |
| 653 | + "authors": [ | |
| 654 | + { | |
| 655 | + "name": "Graham Campbell", | |
| 656 | + "email": "hello@gjcampbell.co.uk", | |
| 657 | + "homepage": "https:\/\/github.com\/GrahamCampbell" | |
| 658 | + }, | |
| 659 | + { | |
| 660 | + "name": "Michael Dowling", | |
| 661 | + "email": "mtdowling@gmail.com", | |
| 662 | + "homepage": "https:\/\/github.com\/mtdowling" | |
| 663 | + }, | |
| 664 | + { | |
| 665 | + "name": "Jeremy Lindblom", | |
| 666 | + "email": "jeremeamia@gmail.com", | |
| 667 | + "homepage": "https:\/\/github.com\/jeremeamia" | |
| 668 | + }, | |
| 669 | + { | |
| 670 | + "name": "George Mponos", | |
| 671 | + "email": "gmponos@gmail.com", | |
| 672 | + "homepage": "https:\/\/github.com\/gmponos" | |
| 673 | + }, | |
| 674 | + { | |
| 675 | + "name": "Tobias Nyholm", | |
| 676 | + "email": "tobias.nyholm@gmail.com", | |
| 677 | + "homepage": "https:\/\/github.com\/Nyholm" | |
| 678 | + }, | |
| 679 | + { | |
| 680 | + "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r", | |
| 681 | + "email": "mark.sagikazar@gmail.com", | |
| 682 | + "homepage": "https:\/\/github.com\/sagikazarmark" | |
| 683 | + }, | |
| 684 | + { | |
| 685 | + "name": "Tobias Schultze", | |
| 686 | + "email": "webmaster@tubo-world.de", | |
| 687 | + "homepage": "https:\/\/github.com\/Tobion" | |
| 688 | + } | |
| 689 | + ], | |
| 690 | + "description": "Guzzle is a PHP HTTP client library", | |
| 691 | + "keywords": [ | |
| 692 | + "client", | |
| 693 | + "curl", | |
| 694 | + "framework", | |
| 695 | + "http", | |
| 696 | + "http client", | |
| 697 | + "psr-18", | |
| 698 | + "psr-7", | |
| 699 | + "rest", | |
| 700 | + "web service" | |
| 701 | + ], | |
| 702 | + "support": { | |
| 703 | + "issues": "https:\/\/github.com\/guzzle\/guzzle\/issues", | |
| 704 | + "source": "https:\/\/github.com\/guzzle\/guzzle\/tree\/7.10.0" | |
| 705 | + }, | |
| 706 | + "funding": [ | |
| 707 | + { | |
| 708 | + "url": "https:\/\/github.com\/GrahamCampbell", | |
| 709 | + "type": "github" | |
| 710 | + }, | |
| 711 | + { | |
| 712 | + "url": "https:\/\/github.com\/Nyholm", | |
| 713 | + "type": "github" | |
| 714 | + }, | |
| 715 | + { | |
| 716 | + "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/guzzle", | |
| 717 | + "type": "tidelift" | |
| 718 | + } | |
| 719 | + ], | |
| 720 | + "install-path": "..\/guzzlehttp\/guzzle" | |
| 721 | + }, | |
| 722 | + { | |
| 723 | + "name": "guzzlehttp\/promises", | |
| 724 | + "version": "2.3.0", | |
| 725 | + "version_normalized": "2.3.0.0", | |
| 726 | + "source": { | |
| 727 | + "type": "git", | |
| 728 | + "url": "https:\/\/github.com\/guzzle\/promises.git", | |
| 729 | + "reference": "481557b130ef3790cf82b713667b43030dc9c957" | |
| 730 | + }, | |
| 731 | + "dist": { | |
| 732 | + "type": "zip", | |
| 733 | + "url": "https:\/\/api.github.com\/repos\/guzzle\/promises\/zipball\/481557b130ef3790cf82b713667b43030dc9c957", | |
| 734 | + "reference": "481557b130ef3790cf82b713667b43030dc9c957", | |
| 735 | + "shasum": "" | |
| 736 | + }, | |
| 737 | + "require": { | |
| 738 | + "php": "^7.2.5 || ^8.0" | |
| 739 | + }, | |
| 740 | + "require-dev": { | |
| 741 | + "bamarni\/composer-bin-plugin": "^1.8.2", | |
| 742 | + "phpunit\/phpunit": "^8.5.44 || ^9.6.25" | |
| 743 | + }, | |
| 744 | + "time": "2025-08-22T14:34:08+00:00", | |
| 745 | + "type": "library", | |
| 746 | + "extra": { | |
| 747 | + "bamarni-bin": { | |
| 748 | + "bin-links": true, | |
| 749 | + "forward-command": false | |
| 750 | + } | |
| 751 | + }, | |
| 752 | + "installation-source": "dist", | |
| 753 | + "autoload": { | |
| 754 | + "psr-4": { | |
| 755 | + "Dudlewebs\\WPMCS\\GCP\\GuzzleHttp\\Promise\\": "src\/" | |
| 756 | + } | |
| 757 | + }, | |
| 758 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 759 | + "license": ["MIT"], | |
| 760 | + "authors": [ | |
| 761 | + { | |
| 762 | + "name": "Graham Campbell", | |
| 763 | + "email": "hello@gjcampbell.co.uk", | |
| 764 | + "homepage": "https:\/\/github.com\/GrahamCampbell" | |
| 765 | + }, | |
| 766 | + { | |
| 767 | + "name": "Michael Dowling", | |
| 768 | + "email": "mtdowling@gmail.com", | |
| 769 | + "homepage": "https:\/\/github.com\/mtdowling" | |
| 770 | + }, | |
| 771 | + { | |
| 772 | + "name": "Tobias Nyholm", | |
| 773 | + "email": "tobias.nyholm@gmail.com", | |
| 774 | + "homepage": "https:\/\/github.com\/Nyholm" | |
| 775 | + }, | |
| 776 | + { | |
| 777 | + "name": "Tobias Schultze", | |
| 778 | + "email": "webmaster@tubo-world.de", | |
| 779 | + "homepage": "https:\/\/github.com\/Tobion" | |
| 780 | + } | |
| 781 | + ], | |
| 782 | + "description": "Guzzle promises library", | |
| 783 | + "keywords": ["promise"], | |
| 784 | + "support": { | |
| 785 | + "issues": "https:\/\/github.com\/guzzle\/promises\/issues", | |
| 786 | + "source": "https:\/\/github.com\/guzzle\/promises\/tree\/2.3.0" | |
| 787 | + }, | |
| 788 | + "funding": [ | |
| 789 | + { | |
| 790 | + "url": "https:\/\/github.com\/GrahamCampbell", | |
| 791 | + "type": "github" | |
| 792 | + }, | |
| 793 | + { | |
| 794 | + "url": "https:\/\/github.com\/Nyholm", | |
| 795 | + "type": "github" | |
| 796 | + }, | |
| 797 | + { | |
| 798 | + "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/promises", | |
| 799 | + "type": "tidelift" | |
| 800 | + } | |
| 801 | + ], | |
| 802 | + "install-path": "..\/guzzlehttp\/promises" | |
| 803 | + }, | |
| 804 | + { | |
| 805 | + "name": "guzzlehttp\/psr7", | |
| 806 | + "version": "2.9.0", | |
| 807 | + "version_normalized": "2.9.0.0", | |
| 808 | + "source": { | |
| 809 | + "type": "git", | |
| 810 | + "url": "https:\/\/github.com\/guzzle\/psr7.git", | |
| 811 | + "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884" | |
| 812 | + }, | |
| 813 | + "dist": { | |
| 814 | + "type": "zip", | |
| 815 | + "url": "https:\/\/api.github.com\/repos\/guzzle\/psr7\/zipball\/7d0ed42f28e42d61352a7a79de682e5e67fec884", | |
| 816 | + "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884", | |
| 817 | + "shasum": "" | |
| 818 | + }, | |
| 819 | + "require": { | |
| 820 | + "php": "^7.2.5 || ^8.0", | |
| 821 | + "psr\/http-factory": "^1.0", | |
| 822 | + "psr\/http-message": "^1.1 || ^2.0", | |
| 823 | + "ralouphie\/getallheaders": "^3.0" | |
| 824 | + }, | |
| 825 | + "provide": { | |
| 826 | + "psr\/http-factory-implementation": "1.0", | |
| 827 | + "psr\/http-message-implementation": "1.0" | |
| 828 | + }, | |
| 829 | + "require-dev": { | |
| 830 | + "bamarni\/composer-bin-plugin": "^1.8.2", | |
| 831 | + "http-interop\/http-factory-tests": "0.9.0", | |
| 832 | + "jshttp\/mime-db": "1.54.0.1", | |
| 833 | + "phpunit\/phpunit": "^8.5.44 || ^9.6.25" | |
| 834 | + }, | |
| 835 | + "suggest": { | |
| 836 | + "laminas\/laminas-httphandlerrunner": "Emit PSR-7 responses" | |
| 837 | + }, | |
| 838 | + "time": "2026-03-10T16:41:02+00:00", | |
| 839 | + "type": "library", | |
| 840 | + "extra": { | |
| 841 | + "bamarni-bin": { | |
| 842 | + "bin-links": true, | |
| 843 | + "forward-command": false | |
| 844 | + } | |
| 845 | + }, | |
| 846 | + "installation-source": "dist", | |
| 847 | + "autoload": { | |
| 848 | + "psr-4": { | |
| 849 | + "Dudlewebs\\WPMCS\\GCP\\GuzzleHttp\\Psr7\\": "src\/" | |
| 850 | + } | |
| 851 | + }, | |
| 852 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 853 | + "license": ["MIT"], | |
| 854 | + "authors": [ | |
| 855 | + { | |
| 856 | + "name": "Graham Campbell", | |
| 857 | + "email": "hello@gjcampbell.co.uk", | |
| 858 | + "homepage": "https:\/\/github.com\/GrahamCampbell" | |
| 859 | + }, | |
| 860 | + { | |
| 861 | + "name": "Michael Dowling", | |
| 862 | + "email": "mtdowling@gmail.com", | |
| 863 | + "homepage": "https:\/\/github.com\/mtdowling" | |
| 864 | + }, | |
| 865 | + { | |
| 866 | + "name": "George Mponos", | |
| 867 | + "email": "gmponos@gmail.com", | |
| 868 | + "homepage": "https:\/\/github.com\/gmponos" | |
| 869 | + }, | |
| 870 | + { | |
| 871 | + "name": "Tobias Nyholm", | |
| 872 | + "email": "tobias.nyholm@gmail.com", | |
| 873 | + "homepage": "https:\/\/github.com\/Nyholm" | |
| 874 | + }, | |
| 875 | + { | |
| 876 | + "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r", | |
| 877 | + "email": "mark.sagikazar@gmail.com", | |
| 878 | + "homepage": "https:\/\/github.com\/sagikazarmark" | |
| 879 | + }, | |
| 880 | + { | |
| 881 | + "name": "Tobias Schultze", | |
| 882 | + "email": "webmaster@tubo-world.de", | |
| 883 | + "homepage": "https:\/\/github.com\/Tobion" | |
| 884 | + }, | |
| 885 | + { | |
| 886 | + "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r", | |
| 887 | + "email": "mark.sagikazar@gmail.com", | |
| 888 | + "homepage": "https:\/\/sagikazarmark.hu" | |
| 889 | + } | |
| 890 | + ], | |
| 891 | + "description": "PSR-7 message implementation that also provides common utility methods", | |
| 892 | + "keywords": [ | |
| 893 | + "http", | |
| 894 | + "message", | |
| 895 | + "psr-7", | |
| 896 | + "request", | |
| 897 | + "response", | |
| 898 | + "stream", | |
| 899 | + "uri", | |
| 900 | + "url" | |
| 901 | + ], | |
| 902 | + "support": { | |
| 903 | + "issues": "https:\/\/github.com\/guzzle\/psr7\/issues", | |
| 904 | + "source": "https:\/\/github.com\/guzzle\/psr7\/tree\/2.9.0" | |
| 905 | + }, | |
| 906 | + "funding": [ | |
| 907 | + { | |
| 908 | + "url": "https:\/\/github.com\/GrahamCampbell", | |
| 909 | + "type": "github" | |
| 910 | + }, | |
| 911 | + { | |
| 912 | + "url": "https:\/\/github.com\/Nyholm", | |
| 913 | + "type": "github" | |
| 914 | + }, | |
| 915 | + { | |
| 916 | + "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/psr7", | |
| 917 | + "type": "tidelift" | |
| 918 | + } | |
| 919 | + ], | |
| 920 | + "install-path": "..\/guzzlehttp\/psr7" | |
| 921 | + }, | |
| 922 | + { | |
| 923 | + "name": "monolog\/monolog", | |
| 924 | + "version": "3.10.0", | |
| 925 | + "version_normalized": "3.10.0.0", | |
| 926 | + "source": { | |
| 927 | + "type": "git", | |
| 928 | + "url": "https:\/\/github.com\/Seldaek\/monolog.git", | |
| 929 | + "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0" | |
| 930 | + }, | |
| 931 | + "dist": { | |
| 932 | + "type": "zip", | |
| 933 | + "url": "https:\/\/api.github.com\/repos\/Seldaek\/monolog\/zipball\/b321dd6749f0bf7189444158a3ce785cc16d69b0", | |
| 934 | + "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0", | |
| 935 | + "shasum": "" | |
| 936 | + }, | |
| 937 | + "require": { | |
| 938 | + "php": ">=8.1", | |
| 939 | + "psr\/log": "^2.0 || ^3.0" | |
| 940 | + }, | |
| 941 | + "provide": { | |
| 942 | + "psr\/log-implementation": "3.0.0" | |
| 943 | + }, | |
| 944 | + "require-dev": { | |
| 945 | + "aws\/aws-sdk-php": "^3.0", | |
| 946 | + "doctrine\/couchdb": "~1.0@dev", | |
| 947 | + "elasticsearch\/elasticsearch": "^7 || ^8", | |
| 948 | + "ext-json": "*", | |
| 949 | + "graylog2\/gelf-php": "^1.4.2 || ^2.0", | |
| 950 | + "guzzlehttp\/guzzle": "^7.4.5", | |
| 951 | + "guzzlehttp\/psr7": "^2.2", | |
| 952 | + "mongodb\/mongodb": "^1.8 || ^2.0", | |
| 953 | + "php-amqplib\/php-amqplib": "~2.4 || ^3", | |
| 954 | + "php-console\/php-console": "^3.1.8", | |
| 955 | + "phpstan\/phpstan": "^2", | |
| 956 | + "phpstan\/phpstan-deprecation-rules": "^2", | |
| 957 | + "phpstan\/phpstan-strict-rules": "^2", | |
| 958 | + "phpunit\/phpunit": "^10.5.17 || ^11.0.7", | |
| 959 | + "predis\/predis": "^1.1 || ^2", | |
| 960 | + "rollbar\/rollbar": "^4.0", | |
| 961 | + "ruflin\/elastica": "^7 || ^8", | |
| 962 | + "symfony\/mailer": "^5.4 || ^6", | |
| 963 | + "symfony\/mime": "^5.4 || ^6" | |
| 964 | + }, | |
| 965 | + "suggest": { | |
| 966 | + "aws\/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", | |
| 967 | + "doctrine\/couchdb": "Allow sending log messages to a CouchDB server", | |
| 968 | + "elasticsearch\/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", | |
| 969 | + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", | |
| 970 | + "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", | |
| 971 | + "ext-mbstring": "Allow to work properly with unicode symbols", | |
| 972 | + "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", | |
| 973 | + "ext-openssl": "Required to send log messages using SSL", | |
| 974 | + "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", | |
| 975 | + "graylog2\/gelf-php": "Allow sending log messages to a GrayLog2 server", | |
| 976 | + "mongodb\/mongodb": "Allow sending log messages to a MongoDB server (via library)", | |
| 977 | + "php-amqplib\/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", | |
| 978 | + "rollbar\/rollbar": "Allow sending log messages to Rollbar", | |
| 979 | + "ruflin\/elastica": "Allow sending log messages to an Elastic Search server" | |
| 980 | + }, | |
| 981 | + "time": "2026-01-02T08:56:05+00:00", | |
| 982 | + "type": "library", | |
| 983 | + "extra": { | |
| 984 | + "branch-alias": { | |
| 985 | + "dev-main": "3.x-dev" | |
| 986 | + } | |
| 987 | + }, | |
| 988 | + "installation-source": "dist", | |
| 989 | + "autoload": { | |
| 990 | + "psr-4": { | |
| 991 | + "Dudlewebs\\WPMCS\\GCP\\Monolog\\": "src\/Monolog" | |
| 992 | + } | |
| 993 | + }, | |
| 994 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 995 | + "license": ["MIT"], | |
| 996 | + "authors": [ | |
| 997 | + { | |
| 998 | + "name": "Jordi Boggiano", | |
| 999 | + "email": "j.boggiano@seld.be", | |
| 1000 | + "homepage": "https:\/\/seld.be" | |
| 1001 | + } | |
| 1002 | + ], | |
| 1003 | + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", | |
| 1004 | + "homepage": "https:\/\/github.com\/Seldaek\/monolog", | |
| 1005 | + "keywords": ["log", "logging", "psr-3"], | |
| 1006 | + "support": { | |
| 1007 | + "issues": "https:\/\/github.com\/Seldaek\/monolog\/issues", | |
| 1008 | + "source": "https:\/\/github.com\/Seldaek\/monolog\/tree\/3.10.0" | |
| 1009 | + }, | |
| 1010 | + "funding": [ | |
| 1011 | + { | |
| 1012 | + "url": "https:\/\/github.com\/Seldaek", | |
| 1013 | + "type": "github" | |
| 1014 | + }, | |
| 1015 | + { | |
| 1016 | + "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/monolog\/monolog", | |
| 1017 | + "type": "tidelift" | |
| 1018 | + } | |
| 1019 | + ], | |
| 1020 | + "install-path": "..\/monolog\/monolog" | |
| 1021 | + }, | |
| 1022 | + { | |
| 1023 | + "name": "psr\/cache", | |
| 1024 | + "version": "3.0.0", | |
| 1025 | + "version_normalized": "3.0.0.0", | |
| 1026 | + "source": { | |
| 1027 | + "type": "git", | |
| 1028 | + "url": "https:\/\/github.com\/php-fig\/cache.git", | |
| 1029 | + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" | |
| 1030 | + }, | |
| 1031 | + "dist": { | |
| 1032 | + "type": "zip", | |
| 1033 | + "url": "https:\/\/api.github.com\/repos\/php-fig\/cache\/zipball\/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", | |
| 1034 | + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", | |
| 1035 | + "shasum": "" | |
| 1036 | + }, | |
| 1037 | + "require": { | |
| 1038 | + "php": ">=8.0.0" | |
| 1039 | + }, | |
| 1040 | + "time": "2021-02-03T23:26:27+00:00", | |
| 1041 | + "type": "library", | |
| 1042 | + "extra": { | |
| 1043 | + "branch-alias": { | |
| 1044 | + "dev-master": "1.0.x-dev" | |
| 1045 | + } | |
| 1046 | + }, | |
| 1047 | + "installation-source": "dist", | |
| 1048 | + "autoload": { | |
| 1049 | + "psr-4": { | |
| 1050 | + "Dudlewebs\\WPMCS\\GCP\\Psr\\Cache\\": "src\/" | |
| 1051 | + } | |
| 1052 | + }, | |
| 1053 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1054 | + "license": ["MIT"], | |
| 1055 | + "authors": [ | |
| 1056 | + { | |
| 1057 | + "name": "PHP-FIG", | |
| 1058 | + "homepage": "https:\/\/www.php-fig.org\/" | |
| 1059 | + } | |
| 1060 | + ], | |
| 1061 | + "description": "Common interface for caching libraries", | |
| 1062 | + "keywords": ["cache", "psr", "psr-6"], | |
| 1063 | + "support": { | |
| 1064 | + "source": "https:\/\/github.com\/php-fig\/cache\/tree\/3.0.0" | |
| 1065 | + }, | |
| 1066 | + "install-path": "..\/psr\/cache" | |
| 1067 | + }, | |
| 1068 | + { | |
| 1069 | + "name": "psr\/http-client", | |
| 1070 | + "version": "1.0.3", | |
| 1071 | + "version_normalized": "1.0.3.0", | |
| 1072 | + "source": { | |
| 1073 | + "type": "git", | |
| 1074 | + "url": "https:\/\/github.com\/php-fig\/http-client.git", | |
| 1075 | + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" | |
| 1076 | + }, | |
| 1077 | + "dist": { | |
| 1078 | + "type": "zip", | |
| 1079 | + "url": "https:\/\/api.github.com\/repos\/php-fig\/http-client\/zipball\/bb5906edc1c324c9a05aa0873d40117941e5fa90", | |
| 1080 | + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", | |
| 1081 | + "shasum": "" | |
| 1082 | + }, | |
| 1083 | + "require": { | |
| 1084 | + "php": "^7.0 || ^8.0", | |
| 1085 | + "psr\/http-message": "^1.0 || ^2.0" | |
| 1086 | + }, | |
| 1087 | + "time": "2023-09-23T14:17:50+00:00", | |
| 1088 | + "type": "library", | |
| 1089 | + "extra": { | |
| 1090 | + "branch-alias": { | |
| 1091 | + "dev-master": "1.0.x-dev" | |
| 1092 | + } | |
| 1093 | + }, | |
| 1094 | + "installation-source": "dist", | |
| 1095 | + "autoload": { | |
| 1096 | + "psr-4": { | |
| 1097 | + "Dudlewebs\\WPMCS\\GCP\\Psr\\Http\\Client\\": "src\/" | |
| 1098 | + } | |
| 1099 | + }, | |
| 1100 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1101 | + "license": ["MIT"], | |
| 1102 | + "authors": [ | |
| 1103 | + { | |
| 1104 | + "name": "PHP-FIG", | |
| 1105 | + "homepage": "https:\/\/www.php-fig.org\/" | |
| 1106 | + } | |
| 1107 | + ], | |
| 1108 | + "description": "Common interface for HTTP clients", | |
| 1109 | + "homepage": "https:\/\/github.com\/php-fig\/http-client", | |
| 1110 | + "keywords": ["http", "http-client", "psr", "psr-18"], | |
| 1111 | + "support": { | |
| 1112 | + "source": "https:\/\/github.com\/php-fig\/http-client" | |
| 1113 | + }, | |
| 1114 | + "install-path": "..\/psr\/http-client" | |
| 1115 | + }, | |
| 1116 | + { | |
| 1117 | + "name": "psr\/http-factory", | |
| 1118 | + "version": "1.1.0", | |
| 1119 | + "version_normalized": "1.1.0.0", | |
| 1120 | + "source": { | |
| 1121 | + "type": "git", | |
| 1122 | + "url": "https:\/\/github.com\/php-fig\/http-factory.git", | |
| 1123 | + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" | |
| 1124 | + }, | |
| 1125 | + "dist": { | |
| 1126 | + "type": "zip", | |
| 1127 | + "url": "https:\/\/api.github.com\/repos\/php-fig\/http-factory\/zipball\/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", | |
| 1128 | + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", | |
| 1129 | + "shasum": "" | |
| 1130 | + }, | |
| 1131 | + "require": { | |
| 1132 | + "php": ">=7.1", | |
| 1133 | + "psr\/http-message": "^1.0 || ^2.0" | |
| 1134 | + }, | |
| 1135 | + "time": "2024-04-15T12:06:14+00:00", | |
| 1136 | + "type": "library", | |
| 1137 | + "extra": { | |
| 1138 | + "branch-alias": { | |
| 1139 | + "dev-master": "1.0.x-dev" | |
| 1140 | + } | |
| 1141 | + }, | |
| 1142 | + "installation-source": "dist", | |
| 1143 | + "autoload": { | |
| 1144 | + "psr-4": { | |
| 1145 | + "Dudlewebs\\WPMCS\\GCP\\Psr\\Http\\Message\\": "src\/" | |
| 1146 | + } | |
| 1147 | + }, | |
| 1148 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1149 | + "license": ["MIT"], | |
| 1150 | + "authors": [ | |
| 1151 | + { | |
| 1152 | + "name": "PHP-FIG", | |
| 1153 | + "homepage": "https:\/\/www.php-fig.org\/" | |
| 1154 | + } | |
| 1155 | + ], | |
| 1156 | + "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", | |
| 1157 | + "keywords": [ | |
| 1158 | + "factory", | |
| 1159 | + "http", | |
| 1160 | + "message", | |
| 1161 | + "psr", | |
| 1162 | + "psr-17", | |
| 1163 | + "psr-7", | |
| 1164 | + "request", | |
| 1165 | + "response" | |
| 1166 | + ], | |
| 1167 | + "support": { | |
| 1168 | + "source": "https:\/\/github.com\/php-fig\/http-factory" | |
| 1169 | + }, | |
| 1170 | + "install-path": "..\/psr\/http-factory" | |
| 1171 | + }, | |
| 1172 | + { | |
| 1173 | + "name": "psr\/http-message", | |
| 1174 | + "version": "2.0", | |
| 1175 | + "version_normalized": "2.0.0.0", | |
| 1176 | + "source": { | |
| 1177 | + "type": "git", | |
| 1178 | + "url": "https:\/\/github.com\/php-fig\/http-message.git", | |
| 1179 | + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" | |
| 1180 | + }, | |
| 1181 | + "dist": { | |
| 1182 | + "type": "zip", | |
| 1183 | + "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/402d35bcb92c70c026d1a6a9883f06b2ead23d71", | |
| 1184 | + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", | |
| 1185 | + "shasum": "" | |
| 1186 | + }, | |
| 1187 | + "require": { | |
| 1188 | + "php": "^7.2 || ^8.0" | |
| 1189 | + }, | |
| 1190 | + "time": "2023-04-04T09:54:51+00:00", | |
| 1191 | + "type": "library", | |
| 1192 | + "extra": { | |
| 1193 | + "branch-alias": { | |
| 1194 | + "dev-master": "2.0.x-dev" | |
| 1195 | + } | |
| 1196 | + }, | |
| 1197 | + "installation-source": "dist", | |
| 1198 | + "autoload": { | |
| 1199 | + "psr-4": { | |
| 1200 | + "Dudlewebs\\WPMCS\\GCP\\Psr\\Http\\Message\\": "src\/" | |
| 1201 | + } | |
| 1202 | + }, | |
| 1203 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1204 | + "license": ["MIT"], | |
| 1205 | + "authors": [ | |
| 1206 | + { | |
| 1207 | + "name": "PHP-FIG", | |
| 1208 | + "homepage": "https:\/\/www.php-fig.org\/" | |
| 1209 | + } | |
| 1210 | + ], | |
| 1211 | + "description": "Common interface for HTTP messages", | |
| 1212 | + "homepage": "https:\/\/github.com\/php-fig\/http-message", | |
| 1213 | + "keywords": [ | |
| 1214 | + "http", | |
| 1215 | + "http-message", | |
| 1216 | + "psr", | |
| 1217 | + "psr-7", | |
| 1218 | + "request", | |
| 1219 | + "response" | |
| 1220 | + ], | |
| 1221 | + "support": { | |
| 1222 | + "source": "https:\/\/github.com\/php-fig\/http-message\/tree\/2.0" | |
| 1223 | + }, | |
| 1224 | + "install-path": "..\/psr\/http-message" | |
| 1225 | + }, | |
| 1226 | + { | |
| 1227 | + "name": "psr\/log", | |
| 1228 | + "version": "3.0.2", | |
| 1229 | + "version_normalized": "3.0.2.0", | |
| 1230 | + "source": { | |
| 1231 | + "type": "git", | |
| 1232 | + "url": "https:\/\/github.com\/php-fig\/log.git", | |
| 1233 | + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" | |
| 1234 | + }, | |
| 1235 | + "dist": { | |
| 1236 | + "type": "zip", | |
| 1237 | + "url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", | |
| 1238 | + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", | |
| 1239 | + "shasum": "" | |
| 1240 | + }, | |
| 1241 | + "require": { | |
| 1242 | + "php": ">=8.0.0" | |
| 1243 | + }, | |
| 1244 | + "time": "2024-09-11T13:17:53+00:00", | |
| 1245 | + "type": "library", | |
| 1246 | + "extra": { | |
| 1247 | + "branch-alias": { | |
| 1248 | + "dev-master": "3.x-dev" | |
| 1249 | + } | |
| 1250 | + }, | |
| 1251 | + "installation-source": "dist", | |
| 1252 | + "autoload": { | |
| 1253 | + "psr-4": { | |
| 1254 | + "Dudlewebs\\WPMCS\\GCP\\Psr\\Log\\": "src" | |
| 1255 | + } | |
| 1256 | + }, | |
| 1257 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1258 | + "license": ["MIT"], | |
| 1259 | + "authors": [ | |
| 1260 | + { | |
| 1261 | + "name": "PHP-FIG", | |
| 1262 | + "homepage": "https:\/\/www.php-fig.org\/" | |
| 1263 | + } | |
| 1264 | + ], | |
| 1265 | + "description": "Common interface for logging libraries", | |
| 1266 | + "homepage": "https:\/\/github.com\/php-fig\/log", | |
| 1267 | + "keywords": ["log", "psr", "psr-3"], | |
| 1268 | + "support": { | |
| 1269 | + "source": "https:\/\/github.com\/php-fig\/log\/tree\/3.0.2" | |
| 1270 | + }, | |
| 1271 | + "install-path": "..\/psr\/log" | |
| 1272 | + }, | |
| 1273 | + { | |
| 1274 | + "name": "ralouphie\/getallheaders", | |
| 1275 | + "version": "3.0.3", | |
| 1276 | + "version_normalized": "3.0.3.0", | |
| 1277 | + "source": { | |
| 1278 | + "type": "git", | |
| 1279 | + "url": "https:\/\/github.com\/ralouphie\/getallheaders.git", | |
| 1280 | + "reference": "120b605dfeb996808c31b6477290a714d356e822" | |
| 1281 | + }, | |
| 1282 | + "dist": { | |
| 1283 | + "type": "zip", | |
| 1284 | + "url": "https:\/\/api.github.com\/repos\/ralouphie\/getallheaders\/zipball\/120b605dfeb996808c31b6477290a714d356e822", | |
| 1285 | + "reference": "120b605dfeb996808c31b6477290a714d356e822", | |
| 1286 | + "shasum": "" | |
| 1287 | + }, | |
| 1288 | + "require": { | |
| 1289 | + "php": ">=5.6" | |
| 1290 | + }, | |
| 1291 | + "require-dev": { | |
| 1292 | + "php-coveralls\/php-coveralls": "^2.1", | |
| 1293 | + "phpunit\/phpunit": "^5 || ^6.5" | |
| 1294 | + }, | |
| 1295 | + "time": "2019-03-08T08:55:37+00:00", | |
| 1296 | + "type": "library", | |
| 1297 | + "installation-source": "dist", | |
| 1298 | + "autoload": { | |
| 1299 | + "files": ["src\/getallheaders.php"] | |
| 1300 | + }, | |
| 1301 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1302 | + "license": ["MIT"], | |
| 1303 | + "authors": [ | |
| 1304 | + { | |
| 1305 | + "name": "Ralph Khattar", | |
| 1306 | + "email": "ralph.khattar@gmail.com" | |
| 1307 | + } | |
| 1308 | + ], | |
| 1309 | + "description": "A polyfill for getallheaders.", | |
| 1310 | + "support": { | |
| 1311 | + "issues": "https:\/\/github.com\/ralouphie\/getallheaders\/issues", | |
| 1312 | + "source": "https:\/\/github.com\/ralouphie\/getallheaders\/tree\/develop" | |
| 1313 | + }, | |
| 1314 | + "install-path": "..\/ralouphie\/getallheaders" | |
| 1315 | + }, | |
| 1316 | + { | |
| 1317 | + "name": "ramsey\/collection", | |
| 1318 | + "version": "2.1.1", | |
| 1319 | + "version_normalized": "2.1.1.0", | |
| 1320 | + "source": { | |
| 1321 | + "type": "git", | |
| 1322 | + "url": "https:\/\/github.com\/ramsey\/collection.git", | |
| 1323 | + "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2" | |
| 1324 | + }, | |
| 1325 | + "dist": { | |
| 1326 | + "type": "zip", | |
| 1327 | + "url": "https:\/\/api.github.com\/repos\/ramsey\/collection\/zipball\/344572933ad0181accbf4ba763e85a0306a8c5e2", | |
| 1328 | + "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2", | |
| 1329 | + "shasum": "" | |
| 1330 | + }, | |
| 1331 | + "require": { | |
| 1332 | + "php": "^8.1" | |
| 1333 | + }, | |
| 1334 | + "require-dev": { | |
| 1335 | + "captainhook\/plugin-composer": "^5.3", | |
| 1336 | + "ergebnis\/composer-normalize": "^2.45", | |
| 1337 | + "fakerphp\/faker": "^1.24", | |
| 1338 | + "hamcrest\/hamcrest-php": "^2.0", | |
| 1339 | + "jangregor\/phpstan-prophecy": "^2.1", | |
| 1340 | + "mockery\/mockery": "^1.6", | |
| 1341 | + "php-parallel-lint\/php-console-highlighter": "^1.0", | |
| 1342 | + "php-parallel-lint\/php-parallel-lint": "^1.4", | |
| 1343 | + "phpspec\/prophecy-phpunit": "^2.3", | |
| 1344 | + "phpstan\/extension-installer": "^1.4", | |
| 1345 | + "phpstan\/phpstan": "^2.1", | |
| 1346 | + "phpstan\/phpstan-mockery": "^2.0", | |
| 1347 | + "phpstan\/phpstan-phpunit": "^2.0", | |
| 1348 | + "phpunit\/phpunit": "^10.5", | |
| 1349 | + "ramsey\/coding-standard": "^2.3", | |
| 1350 | + "ramsey\/conventional-commits": "^1.6", | |
| 1351 | + "roave\/security-advisories": "dev-latest" | |
| 1352 | + }, | |
| 1353 | + "time": "2025-03-22T05:38:12+00:00", | |
| 1354 | + "type": "library", | |
| 1355 | + "extra": { | |
| 1356 | + "captainhook": { | |
| 1357 | + "force-install": true | |
| 1358 | + }, | |
| 1359 | + "ramsey\/conventional-commits": { | |
| 1360 | + "configFile": "conventional-commits.json" | |
| 1361 | + } | |
| 1362 | + }, | |
| 1363 | + "installation-source": "dist", | |
| 1364 | + "autoload": { | |
| 1365 | + "psr-4": { | |
| 1366 | + "Dudlewebs\\WPMCS\\GCP\\Ramsey\\Collection\\": "src\/" | |
| 1367 | + } | |
| 1368 | + }, | |
| 1369 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1370 | + "license": ["MIT"], | |
| 1371 | + "authors": [ | |
| 1372 | + { | |
| 1373 | + "name": "Ben Ramsey", | |
| 1374 | + "email": "ben@benramsey.com", | |
| 1375 | + "homepage": "https:\/\/benramsey.com" | |
| 1376 | + } | |
| 1377 | + ], | |
| 1378 | + "description": "A PHP library for representing and manipulating collections.", | |
| 1379 | + "keywords": ["array", "collection", "hash", "map", "queue", "set"], | |
| 1380 | + "support": { | |
| 1381 | + "issues": "https:\/\/github.com\/ramsey\/collection\/issues", | |
| 1382 | + "source": "https:\/\/github.com\/ramsey\/collection\/tree\/2.1.1" | |
| 1383 | + }, | |
| 1384 | + "install-path": "..\/ramsey\/collection" | |
| 1385 | + }, | |
| 1386 | + { | |
| 1387 | + "name": "ramsey\/uuid", | |
| 1388 | + "version": "4.9.2", | |
| 1389 | + "version_normalized": "4.9.2.0", | |
| 1390 | + "source": { | |
| 1391 | + "type": "git", | |
| 1392 | + "url": "https:\/\/github.com\/ramsey\/uuid.git", | |
| 1393 | + "reference": "8429c78ca35a09f27565311b98101e2826affde0" | |
| 1394 | + }, | |
| 1395 | + "dist": { | |
| 1396 | + "type": "zip", | |
| 1397 | + "url": "https:\/\/api.github.com\/repos\/ramsey\/uuid\/zipball\/8429c78ca35a09f27565311b98101e2826affde0", | |
| 1398 | + "reference": "8429c78ca35a09f27565311b98101e2826affde0", | |
| 1399 | + "shasum": "" | |
| 1400 | + }, | |
| 1401 | + "require": { | |
| 1402 | + "brick\/math": "^0.8.16 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14", | |
| 1403 | + "php": "^8.0", | |
| 1404 | + "ramsey\/collection": "^1.2 || ^2.0" | |
| 1405 | + }, | |
| 1406 | + "replace": { | |
| 1407 | + "rhumsaa\/uuid": "self.version" | |
| 1408 | + }, | |
| 1409 | + "require-dev": { | |
| 1410 | + "captainhook\/captainhook": "^5.25", | |
| 1411 | + "captainhook\/plugin-composer": "^5.3", | |
| 1412 | + "dealerdirect\/phpcodesniffer-composer-installer": "^1.0", | |
| 1413 | + "ergebnis\/composer-normalize": "^2.47", | |
| 1414 | + "mockery\/mockery": "^1.6", | |
| 1415 | + "paragonie\/random-lib": "^2", | |
| 1416 | + "php-mock\/php-mock": "^2.6", | |
| 1417 | + "php-mock\/php-mock-mockery": "^1.5", | |
| 1418 | + "php-parallel-lint\/php-parallel-lint": "^1.4.0", | |
| 1419 | + "phpbench\/phpbench": "^1.2.14", | |
| 1420 | + "phpstan\/extension-installer": "^1.4", | |
| 1421 | + "phpstan\/phpstan": "^2.1", | |
| 1422 | + "phpstan\/phpstan-mockery": "^2.0", | |
| 1423 | + "phpstan\/phpstan-phpunit": "^2.0", | |
| 1424 | + "phpunit\/phpunit": "^9.6", | |
| 1425 | + "slevomat\/coding-standard": "^8.18", | |
| 1426 | + "squizlabs\/php_codesniffer": "^3.13" | |
| 1427 | + }, | |
| 1428 | + "suggest": { | |
| 1429 | + "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", | |
| 1430 | + "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", | |
| 1431 | + "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", | |
| 1432 | + "paragonie\/random-lib": "Provides RandomLib for use with the RandomLibAdapter", | |
| 1433 | + "ramsey\/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." | |
| 1434 | + }, | |
| 1435 | + "time": "2025-12-14T04:43:48+00:00", | |
| 1436 | + "type": "library", | |
| 1437 | + "extra": { | |
| 1438 | + "captainhook": { | |
| 1439 | + "force-install": true | |
| 1440 | + } | |
| 1441 | + }, | |
| 1442 | + "installation-source": "dist", | |
| 1443 | + "autoload": { | |
| 1444 | + "files": ["src\/functions.php"], | |
| 1445 | + "psr-4": { | |
| 1446 | + "Dudlewebs\\WPMCS\\GCP\\Ramsey\\Uuid\\": "src\/" | |
| 1447 | + } | |
| 1448 | + }, | |
| 1449 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1450 | + "license": ["MIT"], | |
| 1451 | + "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", | |
| 1452 | + "keywords": ["guid", "identifier", "uuid"], | |
| 1453 | + "support": { | |
| 1454 | + "issues": "https:\/\/github.com\/ramsey\/uuid\/issues", | |
| 1455 | + "source": "https:\/\/github.com\/ramsey\/uuid\/tree\/4.9.2" | |
| 1456 | + }, | |
| 1457 | + "install-path": "..\/ramsey\/uuid" | |
| 1458 | + }, | |
| 1459 | + { | |
| 1460 | + "name": "rize\/uri-template", | |
| 1461 | + "version": "0.4.1", | |
| 1462 | + "version_normalized": "0.4.1.0", | |
| 1463 | + "source": { | |
| 1464 | + "type": "git", | |
| 1465 | + "url": "https:\/\/github.com\/rize\/UriTemplate.git", | |
| 1466 | + "reference": "abb53c8b73a5b6c24e11f49036ab842f560cad33" | |
| 1467 | + }, | |
| 1468 | + "dist": { | |
| 1469 | + "type": "zip", | |
| 1470 | + "url": "https:\/\/api.github.com\/repos\/rize\/UriTemplate\/zipball\/abb53c8b73a5b6c24e11f49036ab842f560cad33", | |
| 1471 | + "reference": "abb53c8b73a5b6c24e11f49036ab842f560cad33", | |
| 1472 | + "shasum": "" | |
| 1473 | + }, | |
| 1474 | + "require": { | |
| 1475 | + "php": ">=8.1" | |
| 1476 | + }, | |
| 1477 | + "require-dev": { | |
| 1478 | + "friendsofphp\/php-cs-fixer": "^3.63", | |
| 1479 | + "phpstan\/phpstan": "^1.12", | |
| 1480 | + "phpunit\/phpunit": "~10.0" | |
| 1481 | + }, | |
| 1482 | + "time": "2025-12-02T15:19:04+00:00", | |
| 1483 | + "type": "library", | |
| 1484 | + "installation-source": "dist", | |
| 1485 | + "autoload": { | |
| 1486 | + "psr-4": { | |
| 1487 | + "Dudlewebs\\WPMCS\\GCP\\Rize\\": "src\/Rize" | |
| 1488 | + } | |
| 1489 | + }, | |
| 1490 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1491 | + "license": ["MIT"], | |
| 1492 | + "authors": [ | |
| 1493 | + { | |
| 1494 | + "name": "Marut K", | |
| 1495 | + "homepage": "http:\/\/twitter.com\/rezigned" | |
| 1496 | + } | |
| 1497 | + ], | |
| 1498 | + "description": "PHP URI Template (RFC 6570) supports both expansion & extraction", | |
| 1499 | + "keywords": ["RFC 6570", "template", "uri"], | |
| 1500 | + "support": { | |
| 1501 | + "issues": "https:\/\/github.com\/rize\/UriTemplate\/issues", | |
| 1502 | + "source": "https:\/\/github.com\/rize\/UriTemplate\/tree\/0.4.1" | |
| 1503 | + }, | |
| 1504 | + "funding": [ | |
| 1505 | + { | |
| 1506 | + "url": "https:\/\/www.paypal.me\/rezigned", | |
| 1507 | + "type": "custom" | |
| 1508 | + }, | |
| 1509 | + { | |
| 1510 | + "url": "https:\/\/github.com\/rezigned", | |
| 1511 | + "type": "github" | |
| 1512 | + }, | |
| 1513 | + { | |
| 1514 | + "url": "https:\/\/opencollective.com\/rize-uri-template", | |
| 1515 | + "type": "open_collective" | |
| 1516 | + } | |
| 1517 | + ], | |
| 1518 | + "install-path": "..\/rize\/uri-template" | |
| 1519 | + }, | |
| 1520 | + { | |
| 1521 | + "name": "symfony\/deprecation-contracts", | |
| 1522 | + "version": "v3.6.0", | |
| 1523 | + "version_normalized": "3.6.0.0", | |
| 1524 | + "source": { | |
| 1525 | + "type": "git", | |
| 1526 | + "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git", | |
| 1527 | + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" | |
| 1528 | + }, | |
| 1529 | + "dist": { | |
| 1530 | + "type": "zip", | |
| 1531 | + "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/63afe740e99a13ba87ec199bb07bbdee937a5b62", | |
| 1532 | + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", | |
| 1533 | + "shasum": "" | |
| 1534 | + }, | |
| 1535 | + "require": { | |
| 1536 | + "php": ">=8.1" | |
| 1537 | + }, | |
| 1538 | + "time": "2024-09-25T14:21:43+00:00", | |
| 1539 | + "type": "library", | |
| 1540 | + "extra": { | |
| 1541 | + "thanks": { | |
| 1542 | + "url": "https:\/\/github.com\/symfony\/contracts", | |
| 1543 | + "name": "symfony\/contracts" | |
| 1544 | + }, | |
| 1545 | + "branch-alias": { | |
| 1546 | + "dev-main": "3.6-dev" | |
| 1547 | + } | |
| 1548 | + }, | |
| 1549 | + "installation-source": "dist", | |
| 1550 | + "autoload": { | |
| 1551 | + "files": ["function.php"] | |
| 1552 | + }, | |
| 1553 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1554 | + "license": ["MIT"], | |
| 1555 | + "authors": [ | |
| 1556 | + { | |
| 1557 | + "name": "Nicolas Grekas", | |
| 1558 | + "email": "p@tchwork.com" | |
| 1559 | + }, | |
| 1560 | + { | |
| 1561 | + "name": "Symfony Community", | |
| 1562 | + "homepage": "https:\/\/symfony.com\/contributors" | |
| 1563 | + } | |
| 1564 | + ], | |
| 1565 | + "description": "A generic function and convention to trigger deprecation notices", | |
| 1566 | + "homepage": "https:\/\/symfony.com", | |
| 1567 | + "support": { | |
| 1568 | + "source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v3.6.0" | |
| 1569 | + }, | |
| 1570 | + "funding": [ | |
| 1571 | + { | |
| 1572 | + "url": "https:\/\/symfony.com\/sponsor", | |
| 1573 | + "type": "custom" | |
| 1574 | + }, | |
| 1575 | + { | |
| 1576 | + "url": "https:\/\/github.com\/fabpot", | |
| 1577 | + "type": "github" | |
| 1578 | + }, | |
| 1579 | + { | |
| 1580 | + "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", | |
| 1581 | + "type": "tidelift" | |
| 1582 | + } | |
| 1583 | + ], | |
| 1584 | + "install-path": "..\/symfony\/deprecation-contracts" | |
| 1585 | + } | |
| 1586 | + ], | |
| 1587 | + "dev": true, | |
| 1588 | + "dev-package-names": [] | |
| 1589 | +} | |