Files
WPS3Media/vendor/Gcp/composer/installed.json
Malin 3248cbb029 feat: add S3-compatible storage provider (MinIO, Ceph, R2, etc.)
Adds a new 'S3-Compatible Storage' provider that works with any
S3-API-compatible object storage service, including MinIO, Ceph,
Cloudflare R2, Backblaze B2, and others.

Changes:
- New provider class: classes/providers/storage/s3-compatible-provider.php
  - Provider key: s3compatible
  - Reads user-configured endpoint URL from settings
  - Uses path-style URL access (required by most S3-compatible services)
  - Supports credentials via AS3CF_S3COMPAT_ACCESS_KEY_ID /
    AS3CF_S3COMPAT_SECRET_ACCESS_KEY wp-config.php constants
  - Disables AWS-specific features (Block Public Access, Object Ownership)
- New provider SVG icons (s3compatible.svg, -link.svg, -round.svg)
- Registered provider in main plugin class with endpoint setting support
- Updated StorageProviderSubPage to show endpoint URL input for S3-compatible
- Built pro settings bundle with rollup (Svelte 4.2.19)
- Added package.json and updated rollup.config.mjs for pro-only builds
2026-03-03 12:30:18 +01:00

1960 lines
75 KiB
JSON

{
"packages": [
{
"name": "brick\/math",
"version": "0.9.3",
"version_normalized": "0.9.3.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/brick\/math.git",
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/brick\/math\/zipball\/ca57d18f028f84f777b2168cd1911b0dee2343ae",
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"php-coveralls\/php-coveralls": "^2.2",
"phpunit\/phpunit": "^7.5.15 || ^8.5 || ^9.0",
"vimeo\/psalm": "4.9.2"
},
"time": "2021-08-15T20:50:18+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Brick\\Math\\": "src\/"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"description": "Arbitrary-precision arithmetic library",
"keywords": [
"Arbitrary-precision",
"BigInteger",
"BigRational",
"arithmetic",
"bigdecimal",
"bignum",
"brick",
"math"
],
"support": {
"issues": "https:\/\/github.com\/brick\/math\/issues",
"source": "https:\/\/github.com\/brick\/math\/tree\/0.9.3"
},
"funding": [
{
"url": "https:\/\/github.com\/BenMorel",
"type": "github"
},
{
"url": "https:\/\/tidelift.com\/funding\/github\/packagist\/brick\/math",
"type": "tidelift"
}
],
"install-path": "..\/brick\/math"
},
{
"name": "firebase\/php-jwt",
"version": "v6.10.0",
"version_normalized": "6.10.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/firebase\/php-jwt.git",
"reference": "a49db6f0a5033aef5143295342f1c95521b075ff"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/firebase\/php-jwt\/zipball\/a49db6f0a5033aef5143295342f1c95521b075ff",
"reference": "a49db6f0a5033aef5143295342f1c95521b075ff",
"shasum": ""
},
"require": {
"php": "^7.4||^8.0"
},
"require-dev": {
"guzzlehttp\/guzzle": "^6.5||^7.4",
"phpspec\/prophecy-phpunit": "^2.0",
"phpunit\/phpunit": "^9.5",
"psr\/cache": "^1.0||^2.0",
"psr\/http-client": "^1.0",
"psr\/http-factory": "^1.0"
},
"suggest": {
"ext-sodium": "Support EdDSA (Ed25519) signatures",
"paragonie\/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
},
"time": "2023-12-01T16:26:39+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Firebase\\JWT\\": "src"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Neuman Vong",
"email": "neuman+pear@twilio.com",
"role": "Developer"
},
{
"name": "Anant Narayanan",
"email": "anant@php.net",
"role": "Developer"
}
],
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
"homepage": "https:\/\/github.com\/firebase\/php-jwt",
"keywords": [
"jwt",
"php"
],
"support": {
"issues": "https:\/\/github.com\/firebase\/php-jwt\/issues",
"source": "https:\/\/github.com\/firebase\/php-jwt\/tree\/v6.10.0"
},
"install-path": "..\/firebase\/php-jwt"
},
{
"name": "google\/auth",
"version": "v1.37.1",
"version_normalized": "1.37.1.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/googleapis\/google-auth-library-php.git",
"reference": "1a7de77b72e6ac60dccf0e6478c4c1005bb0ff46"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/googleapis\/google-auth-library-php\/zipball\/1a7de77b72e6ac60dccf0e6478c4c1005bb0ff46",
"reference": "1a7de77b72e6ac60dccf0e6478c4c1005bb0ff46",
"shasum": ""
},
"require": {
"firebase\/php-jwt": "^6.0",
"guzzlehttp\/guzzle": "^6.5.8||^7.4.5",
"guzzlehttp\/psr7": "^2.4.5",
"php": "^7.4||^8.0",
"psr\/cache": "^1.0||^2.0||^3.0",
"psr\/http-message": "^1.1||^2.0"
},
"require-dev": {
"guzzlehttp\/promises": "^2.0",
"kelvinmo\/simplejwt": "0.7.1",
"phpseclib\/phpseclib": "^3.0",
"phpspec\/prophecy-phpunit": "^2.0",
"phpunit\/phpunit": "^9.0.0",
"sebastian\/comparator": ">=1.2.3",
"squizlabs\/php_codesniffer": "^3.5"
},
"suggest": {
"phpseclib\/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
},
"time": "2024-04-03T18:41:12+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\Auth\\": "src"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"Apache-2.0"
],
"description": "Google Auth Library for PHP",
"homepage": "http:\/\/github.com\/google\/google-auth-library-php",
"keywords": [
"Authentication",
"google",
"oauth2"
],
"support": {
"docs": "https:\/\/googleapis.github.io\/google-auth-library-php\/main\/",
"issues": "https:\/\/github.com\/googleapis\/google-auth-library-php\/issues",
"source": "https:\/\/github.com\/googleapis\/google-auth-library-php\/tree\/v1.37.1"
},
"install-path": "..\/google\/auth"
},
{
"name": "google\/cloud-core",
"version": "v1.56.0",
"version_normalized": "1.56.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/googleapis\/google-cloud-php-core.git",
"reference": "35ca0fd74685c635a4c027c871de9d716c504933"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/googleapis\/google-cloud-php-core\/zipball\/35ca0fd74685c635a4c027c871de9d716c504933",
"reference": "35ca0fd74685c635a4c027c871de9d716c504933",
"shasum": ""
},
"require": {
"google\/auth": "^1.34",
"google\/gax": "^1.27.0",
"guzzlehttp\/guzzle": "^6.5.8|^7.4.4",
"guzzlehttp\/promises": "^1.4||^2.0",
"guzzlehttp\/psr7": "^2.6",
"monolog\/monolog": "^2.9|^3.0",
"php": ">=7.4",
"psr\/http-message": "^1.0|^2.0",
"rize\/uri-template": "~0.3"
},
"require-dev": {
"erusev\/parsedown": "^1.6",
"google\/cloud-common-protos": "~0.5",
"opis\/closure": "^3",
"phpdocumentor\/reflection": "^5.3.3",
"phpdocumentor\/reflection-docblock": "^5.3",
"phpspec\/prophecy-phpunit": "^2.0",
"phpunit\/phpunit": "^9.0",
"squizlabs\/php_codesniffer": "2.*"
},
"suggest": {
"opis\/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
"symfony\/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9"
},
"time": "2024-02-23T23:49:35+00:00",
"bin": [
"bin\/google-cloud-batch"
],
"type": "library",
"extra": {
"component": {
"id": "cloud-core",
"target": "googleapis\/google-cloud-php-core.git",
"path": "Core",
"entry": "src\/ServiceBuilder.php"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\Cloud\\Core\\": "src"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"Apache-2.0"
],
"description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
"support": {
"source": "https:\/\/github.com\/googleapis\/google-cloud-php-core\/tree\/v1.56.0"
},
"install-path": "..\/google\/cloud-core"
},
{
"name": "google\/cloud-storage",
"version": "v1.39.0",
"version_normalized": "1.39.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/googleapis\/google-cloud-php-storage.git",
"reference": "2425a167578084af5c9b87fac6eb59b09b33b8f5"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/googleapis\/google-cloud-php-storage\/zipball\/2425a167578084af5c9b87fac6eb59b09b33b8f5",
"reference": "2425a167578084af5c9b87fac6eb59b09b33b8f5",
"shasum": ""
},
"require": {
"google\/cloud-core": "^1.55",
"php": ">=7.4",
"ramsey\/uuid": "^4.2.3"
},
"require-dev": {
"erusev\/parsedown": "^1.6",
"google\/cloud-pubsub": "^1.0",
"phpdocumentor\/reflection": "^5.3.3",
"phpdocumentor\/reflection-docblock": "^5.3",
"phpseclib\/phpseclib": "^2.0||^3.0",
"phpspec\/prophecy-phpunit": "^2.0",
"phpunit\/phpunit": "^9.0",
"squizlabs\/php_codesniffer": "2.*"
},
"suggest": {
"google\/cloud-pubsub": "May be used to register a topic to receive bucket notifications.",
"phpseclib\/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
},
"time": "2024-02-23T23:49:35+00:00",
"type": "library",
"extra": {
"component": {
"id": "cloud-storage",
"target": "googleapis\/google-cloud-php-storage.git",
"path": "Storage",
"entry": "src\/StorageClient.php"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\Cloud\\Storage\\": "src"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"Apache-2.0"
],
"description": "Cloud Storage Client for PHP",
"support": {
"source": "https:\/\/github.com\/googleapis\/google-cloud-php-storage\/tree\/v1.39.0"
},
"install-path": "..\/google\/cloud-storage"
},
{
"name": "google\/common-protos",
"version": "v4.5.0",
"version_normalized": "4.5.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/googleapis\/common-protos-php.git",
"reference": "dfc232e90823cedca107b56e7371f2e2f35b9427"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/googleapis\/common-protos-php\/zipball\/dfc232e90823cedca107b56e7371f2e2f35b9427",
"reference": "dfc232e90823cedca107b56e7371f2e2f35b9427",
"shasum": ""
},
"require": {
"google\/protobuf": "^3.6.1",
"php": ">=7.4"
},
"require-dev": {
"phpunit\/phpunit": "^9.0"
},
"time": "2023-11-29T21:08:16+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\Api\\": "src\/Api",
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\Iam\\": "src\/Iam",
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\Rpc\\": "src\/Rpc",
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\Type\\": "src\/Type",
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\Cloud\\": "src\/Cloud",
"DeliciousBrains\\WP_Offload_Media\\Gcp\\GPBMetadata\\Google\\Api\\": "metadata\/Api",
"DeliciousBrains\\WP_Offload_Media\\Gcp\\GPBMetadata\\Google\\Iam\\": "metadata\/Iam",
"DeliciousBrains\\WP_Offload_Media\\Gcp\\GPBMetadata\\Google\\Rpc\\": "metadata\/Rpc",
"DeliciousBrains\\WP_Offload_Media\\Gcp\\GPBMetadata\\Google\\Type\\": "metadata\/Type",
"DeliciousBrains\\WP_Offload_Media\\Gcp\\GPBMetadata\\Google\\Cloud\\": "metadata\/Cloud",
"DeliciousBrains\\WP_Offload_Media\\Gcp\\GPBMetadata\\Google\\Logging\\": "metadata\/Logging"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"Apache-2.0"
],
"description": "Google API Common Protos for PHP",
"homepage": "https:\/\/github.com\/googleapis\/common-protos-php",
"keywords": [
"google"
],
"support": {
"issues": "https:\/\/github.com\/googleapis\/common-protos-php\/issues",
"source": "https:\/\/github.com\/googleapis\/common-protos-php\/tree\/v4.5.0"
},
"install-path": "..\/google\/common-protos"
},
{
"name": "google\/gax",
"version": "v1.29.1",
"version_normalized": "1.29.1.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/googleapis\/gax-php.git",
"reference": "54a863e63ee318308637adb283f6157ccc3aabbb"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/googleapis\/gax-php\/zipball\/54a863e63ee318308637adb283f6157ccc3aabbb",
"reference": "54a863e63ee318308637adb283f6157ccc3aabbb",
"shasum": ""
},
"require": {
"google\/auth": "^1.34.0",
"google\/common-protos": "^4.4",
"google\/grpc-gcp": "^0.2||^0.3",
"google\/longrunning": "~0.2",
"google\/protobuf": "^3.22",
"grpc\/grpc": "^1.13",
"guzzlehttp\/promises": "^1.4||^2.0",
"guzzlehttp\/psr7": "^2.0",
"php": ">=7.4"
},
"conflict": {
"ext-protobuf": "<3.7.0"
},
"require-dev": {
"phpspec\/prophecy-phpunit": "^2.0",
"phpunit\/phpunit": "^9.0",
"squizlabs\/php_codesniffer": "3.*"
},
"time": "2024-02-26T19:15:41+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\ApiCore\\": "src",
"DeliciousBrains\\WP_Offload_Media\\Gcp\\GPBMetadata\\ApiCore\\": "metadata\/ApiCore"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"BSD-3-Clause"
],
"description": "Google API Core for PHP",
"homepage": "https:\/\/github.com\/googleapis\/gax-php",
"keywords": [
"google"
],
"support": {
"issues": "https:\/\/github.com\/googleapis\/gax-php\/issues",
"source": "https:\/\/github.com\/googleapis\/gax-php\/tree\/v1.29.1"
},
"install-path": "..\/google\/gax"
},
{
"name": "google\/grpc-gcp",
"version": "v0.3.0",
"version_normalized": "0.3.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/GoogleCloudPlatform\/grpc-gcp-php.git",
"reference": "4d8b455a45a89f57e1552cadc41a43bc34c40456"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/GoogleCloudPlatform\/grpc-gcp-php\/zipball\/4d8b455a45a89f57e1552cadc41a43bc34c40456",
"reference": "4d8b455a45a89f57e1552cadc41a43bc34c40456",
"shasum": ""
},
"require": {
"google\/auth": "^1.3",
"google\/protobuf": "^v3.3.0",
"grpc\/grpc": "^v1.13.0",
"php": "^7.4||^8.0",
"psr\/cache": "^1.0.1||^2.0.0||^3.0.0"
},
"require-dev": {
"google\/cloud-spanner": "^1.7",
"phpunit\/phpunit": "^9.0"
},
"time": "2023-04-24T14:37:29+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Grpc\\Gcp\\": "src\/"
},
"classmap": [
"src\/generated\/"
]
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"Apache-2.0"
],
"description": "gRPC GCP library for channel management",
"support": {
"issues": "https:\/\/github.com\/GoogleCloudPlatform\/grpc-gcp-php\/issues",
"source": "https:\/\/github.com\/GoogleCloudPlatform\/grpc-gcp-php\/tree\/v0.3.0"
},
"install-path": "..\/google\/grpc-gcp"
},
{
"name": "google\/longrunning",
"version": "0.4.4",
"version_normalized": "0.4.4.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/googleapis\/php-longrunning.git",
"reference": "ce921cf2a59082b09ab04f36b1afef4686c3a9ab"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/googleapis\/php-longrunning\/zipball\/ce921cf2a59082b09ab04f36b1afef4686c3a9ab",
"reference": "ce921cf2a59082b09ab04f36b1afef4686c3a9ab",
"shasum": ""
},
"require-dev": {
"google\/gax": "^1.34.0",
"phpunit\/phpunit": "^9.0"
},
"time": "2024-11-06T21:50:43+00:00",
"type": "library",
"extra": {
"component": {
"id": "longrunning",
"path": "LongRunning",
"entry": null,
"target": "googleapis\/php-longrunning"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\LongRunning\\": "src\/LongRunning",
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\ApiCore\\LongRunning\\": "src\/ApiCore\/LongRunning",
"DeliciousBrains\\WP_Offload_Media\\Gcp\\GPBMetadata\\Google\\Longrunning\\": "metadata\/Longrunning"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"Apache-2.0"
],
"description": "Google LongRunning Client for PHP",
"support": {
"source": "https:\/\/github.com\/googleapis\/php-longrunning\/tree\/v0.4.4"
},
"install-path": "..\/google\/longrunning"
},
{
"name": "google\/protobuf",
"version": "v3.25.5",
"version_normalized": "3.25.5.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/protocolbuffers\/protobuf-php.git",
"reference": "dd2cf3f7b577dced3851c2ea76c3daa9f8aa0ff4"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/protocolbuffers\/protobuf-php\/zipball\/dd2cf3f7b577dced3851c2ea76c3daa9f8aa0ff4",
"reference": "dd2cf3f7b577dced3851c2ea76c3daa9f8aa0ff4",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit\/phpunit": ">=5.0.0"
},
"suggest": {
"ext-bcmath": "Need to support JSON deserialization"
},
"time": "2024-09-18T22:04:15+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\Protobuf\\": "src\/Google\/Protobuf",
"DeliciousBrains\\WP_Offload_Media\\Gcp\\GPBMetadata\\Google\\Protobuf\\": "src\/GPBMetadata\/Google\/Protobuf"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"BSD-3-Clause"
],
"description": "proto library for PHP",
"homepage": "https:\/\/developers.google.com\/protocol-buffers\/",
"keywords": [
"proto"
],
"support": {
"source": "https:\/\/github.com\/protocolbuffers\/protobuf-php\/tree\/v3.25.5"
},
"install-path": "..\/google\/protobuf"
},
{
"name": "grpc\/grpc",
"version": "1.57.0",
"version_normalized": "1.57.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/grpc\/grpc-php.git",
"reference": "b610c42022ed3a22f831439cb93802f2a4502fdf"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/grpc\/grpc-php\/zipball\/b610c42022ed3a22f831439cb93802f2a4502fdf",
"reference": "b610c42022ed3a22f831439cb93802f2a4502fdf",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"google\/auth": "^v1.3.0"
},
"suggest": {
"ext-protobuf": "For better performance, install the protobuf C extension.",
"google\/protobuf": "To get started using grpc quickly, install the native protobuf library."
},
"time": "2023-08-14T23:57:54+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Grpc\\": "src\/lib\/"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"Apache-2.0"
],
"description": "gRPC library for PHP",
"homepage": "https:\/\/grpc.io",
"keywords": [
"rpc"
],
"support": {
"source": "https:\/\/github.com\/grpc\/grpc-php\/tree\/v1.57.0"
},
"install-path": "..\/grpc\/grpc"
},
{
"name": "guzzlehttp\/guzzle",
"version": "7.9.2",
"version_normalized": "7.9.2.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/guzzle\/guzzle.git",
"reference": "d281ed313b989f213357e3be1a179f02196ac99b"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/guzzle\/guzzle\/zipball\/d281ed313b989f213357e3be1a179f02196ac99b",
"reference": "d281ed313b989f213357e3be1a179f02196ac99b",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp\/promises": "^1.5.3 || ^2.0.3",
"guzzlehttp\/psr7": "^2.7.0",
"php": "^7.2.5 || ^8.0",
"psr\/http-client": "^1.0",
"symfony\/deprecation-contracts": "^2.2 || ^3.0"
},
"provide": {
"psr\/http-client-implementation": "1.0"
},
"require-dev": {
"bamarni\/composer-bin-plugin": "^1.8.2",
"ext-curl": "*",
"guzzle\/client-integration-tests": "3.0.2",
"php-http\/message-factory": "^1.1",
"phpunit\/phpunit": "^8.5.39 || ^9.6.20",
"psr\/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr\/log": "Required for using the Log middleware"
},
"time": "2024-07-24T11:22:20+00:00",
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"installation-source": "dist",
"autoload": {
"files": [
"src\/functions_include.php"
],
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\GuzzleHttp\\": "src\/"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https:\/\/github.com\/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https:\/\/github.com\/mtdowling"
},
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https:\/\/github.com\/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https:\/\/github.com\/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https:\/\/github.com\/Nyholm"
},
{
"name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
"email": "mark.sagikazar@gmail.com",
"homepage": "https:\/\/github.com\/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https:\/\/github.com\/Tobion"
}
],
"description": "Guzzle is a PHP HTTP client library",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
],
"support": {
"issues": "https:\/\/github.com\/guzzle\/guzzle\/issues",
"source": "https:\/\/github.com\/guzzle\/guzzle\/tree\/7.9.2"
},
"funding": [
{
"url": "https:\/\/github.com\/GrahamCampbell",
"type": "github"
},
{
"url": "https:\/\/github.com\/Nyholm",
"type": "github"
},
{
"url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/guzzle",
"type": "tidelift"
}
],
"install-path": "..\/guzzlehttp\/guzzle"
},
{
"name": "guzzlehttp\/promises",
"version": "2.0.4",
"version_normalized": "2.0.4.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/guzzle\/promises.git",
"reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/guzzle\/promises\/zipball\/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
"reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
"bamarni\/composer-bin-plugin": "^1.8.2",
"phpunit\/phpunit": "^8.5.39 || ^9.6.20"
},
"time": "2024-10-17T10:06:22+00:00",
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\GuzzleHttp\\Promise\\": "src\/"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https:\/\/github.com\/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https:\/\/github.com\/mtdowling"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https:\/\/github.com\/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https:\/\/github.com\/Tobion"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"support": {
"issues": "https:\/\/github.com\/guzzle\/promises\/issues",
"source": "https:\/\/github.com\/guzzle\/promises\/tree\/2.0.4"
},
"funding": [
{
"url": "https:\/\/github.com\/GrahamCampbell",
"type": "github"
},
{
"url": "https:\/\/github.com\/Nyholm",
"type": "github"
},
{
"url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/promises",
"type": "tidelift"
}
],
"install-path": "..\/guzzlehttp\/promises"
},
{
"name": "guzzlehttp\/psr7",
"version": "2.7.0",
"version_normalized": "2.7.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/guzzle\/psr7.git",
"reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/guzzle\/psr7\/zipball\/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
"reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr\/http-factory": "^1.0",
"psr\/http-message": "^1.1 || ^2.0",
"ralouphie\/getallheaders": "^3.0"
},
"provide": {
"psr\/http-factory-implementation": "1.0",
"psr\/http-message-implementation": "1.0"
},
"require-dev": {
"bamarni\/composer-bin-plugin": "^1.8.2",
"http-interop\/http-factory-tests": "0.9.0",
"phpunit\/phpunit": "^8.5.39 || ^9.6.20"
},
"suggest": {
"laminas\/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"time": "2024-07-18T11:15:46+00:00",
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\GuzzleHttp\\Psr7\\": "src\/"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https:\/\/github.com\/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https:\/\/github.com\/mtdowling"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https:\/\/github.com\/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https:\/\/github.com\/Nyholm"
},
{
"name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
"email": "mark.sagikazar@gmail.com",
"homepage": "https:\/\/github.com\/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https:\/\/github.com\/Tobion"
},
{
"name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
"email": "mark.sagikazar@gmail.com",
"homepage": "https:\/\/sagikazarmark.hu"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"support": {
"issues": "https:\/\/github.com\/guzzle\/psr7\/issues",
"source": "https:\/\/github.com\/guzzle\/psr7\/tree\/2.7.0"
},
"funding": [
{
"url": "https:\/\/github.com\/GrahamCampbell",
"type": "github"
},
{
"url": "https:\/\/github.com\/Nyholm",
"type": "github"
},
{
"url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/psr7",
"type": "tidelift"
}
],
"install-path": "..\/guzzlehttp\/psr7"
},
{
"name": "monolog\/monolog",
"version": "2.10.0",
"version_normalized": "2.10.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/Seldaek\/monolog.git",
"reference": "5cf826f2991858b54d5c3809bee745560a1042a7"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/Seldaek\/monolog\/zipball\/5cf826f2991858b54d5c3809bee745560a1042a7",
"reference": "5cf826f2991858b54d5c3809bee745560a1042a7",
"shasum": ""
},
"require": {
"php": ">=7.2",
"psr\/log": "^1.0.1 || ^2.0 || ^3.0"
},
"provide": {
"psr\/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
},
"require-dev": {
"aws\/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine\/couchdb": "~1.0@dev",
"elasticsearch\/elasticsearch": "^7 || ^8",
"ext-json": "*",
"graylog2\/gelf-php": "^1.4.2 || ^2@dev",
"guzzlehttp\/guzzle": "^7.4",
"guzzlehttp\/psr7": "^2.2",
"mongodb\/mongodb": "^1.8",
"php-amqplib\/php-amqplib": "~2.4 || ^3",
"phpspec\/prophecy": "^1.15",
"phpstan\/phpstan": "^1.10",
"phpunit\/phpunit": "^8.5.38 || ^9.6.19",
"predis\/predis": "^1.1 || ^2.0",
"rollbar\/rollbar": "^1.3 || ^2 || ^3",
"ruflin\/elastica": "^7",
"swiftmailer\/swiftmailer": "^5.3|^6.0",
"symfony\/mailer": "^5.4 || ^6",
"symfony\/mime": "^5.4 || ^6"
},
"suggest": {
"aws\/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine\/couchdb": "Allow sending log messages to a CouchDB server",
"elasticsearch\/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
"ext-openssl": "Required to send log messages using SSL",
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
"graylog2\/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb\/mongodb": "Allow sending log messages to a MongoDB server (via library)",
"php-amqplib\/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"rollbar\/rollbar": "Allow sending log messages to Rollbar",
"ruflin\/elastica": "Allow sending log messages to an Elastic Search server"
},
"time": "2024-11-12T12:43:37+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Monolog\\": "src\/Monolog"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https:\/\/seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "https:\/\/github.com\/Seldaek\/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
"support": {
"issues": "https:\/\/github.com\/Seldaek\/monolog\/issues",
"source": "https:\/\/github.com\/Seldaek\/monolog\/tree\/2.10.0"
},
"funding": [
{
"url": "https:\/\/github.com\/Seldaek",
"type": "github"
},
{
"url": "https:\/\/tidelift.com\/funding\/github\/packagist\/monolog\/monolog",
"type": "tidelift"
}
],
"install-path": "..\/monolog\/monolog"
},
{
"name": "psr\/cache",
"version": "1.0.1",
"version_normalized": "1.0.1.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/php-fig\/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/php-fig\/cache\/zipball\/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2016-08-06T20:24:11+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Psr\\Cache\\": "src\/"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http:\/\/www.php-fig.org\/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"support": {
"source": "https:\/\/github.com\/php-fig\/cache\/tree\/master"
},
"install-path": "..\/psr\/cache"
},
{
"name": "psr\/http-client",
"version": "1.0.3",
"version_normalized": "1.0.3.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/php-fig\/http-client.git",
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/php-fig\/http-client\/zipball\/bb5906edc1c324c9a05aa0873d40117941e5fa90",
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"psr\/http-message": "^1.0 || ^2.0"
},
"time": "2023-09-23T14:17:50+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Psr\\Http\\Client\\": "src\/"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https:\/\/www.php-fig.org\/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https:\/\/github.com\/php-fig\/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"support": {
"source": "https:\/\/github.com\/php-fig\/http-client"
},
"install-path": "..\/psr\/http-client"
},
{
"name": "psr\/http-factory",
"version": "1.1.0",
"version_normalized": "1.1.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/php-fig\/http-factory.git",
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/php-fig\/http-factory\/zipball\/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"shasum": ""
},
"require": {
"php": ">=7.1",
"psr\/http-message": "^1.0 || ^2.0"
},
"time": "2024-04-15T12:06:14+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Psr\\Http\\Message\\": "src\/"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https:\/\/www.php-fig.org\/"
}
],
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https:\/\/github.com\/php-fig\/http-factory"
},
"install-path": "..\/psr\/http-factory"
},
{
"name": "psr\/http-message",
"version": "2.0",
"version_normalized": "2.0.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/php-fig\/http-message.git",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"time": "2023-04-04T09:54:51+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Psr\\Http\\Message\\": "src\/"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https:\/\/www.php-fig.org\/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https:\/\/github.com\/php-fig\/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"support": {
"source": "https:\/\/github.com\/php-fig\/http-message\/tree\/2.0"
},
"install-path": "..\/psr\/http-message"
},
{
"name": "psr\/log",
"version": "1.1.4",
"version_normalized": "1.1.4.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/php-fig\/log.git",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2021-05-03T11:20:27+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Psr\\Log\\": "Psr\/Log\/"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https:\/\/www.php-fig.org\/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https:\/\/github.com\/php-fig\/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https:\/\/github.com\/php-fig\/log\/tree\/1.1.4"
},
"install-path": "..\/psr\/log"
},
{
"name": "ralouphie\/getallheaders",
"version": "3.0.3",
"version_normalized": "3.0.3.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/ralouphie\/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/ralouphie\/getallheaders\/zipball\/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls\/php-coveralls": "^2.1",
"phpunit\/phpunit": "^5 || ^6.5"
},
"time": "2019-03-08T08:55:37+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"files": [
"src\/getallheaders.php"
]
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"support": {
"issues": "https:\/\/github.com\/ralouphie\/getallheaders\/issues",
"source": "https:\/\/github.com\/ralouphie\/getallheaders\/tree\/develop"
},
"install-path": "..\/ralouphie\/getallheaders"
},
{
"name": "ramsey\/collection",
"version": "1.3.0",
"version_normalized": "1.3.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/ramsey\/collection.git",
"reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/ramsey\/collection\/zipball\/ad7475d1c9e70b190ecffc58f2d989416af339b4",
"reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0",
"symfony\/polyfill-php81": "^1.23"
},
"require-dev": {
"captainhook\/plugin-composer": "^5.3",
"ergebnis\/composer-normalize": "^2.28.3",
"fakerphp\/faker": "^1.21",
"hamcrest\/hamcrest-php": "^2.0",
"jangregor\/phpstan-prophecy": "^1.0",
"mockery\/mockery": "^1.5",
"php-parallel-lint\/php-console-highlighter": "^1.0",
"php-parallel-lint\/php-parallel-lint": "^1.3",
"phpcsstandards\/phpcsutils": "^1.0.0-rc1",
"phpspec\/prophecy-phpunit": "^2.0",
"phpstan\/extension-installer": "^1.2",
"phpstan\/phpstan": "^1.9",
"phpstan\/phpstan-mockery": "^1.1",
"phpstan\/phpstan-phpunit": "^1.3",
"phpunit\/phpunit": "^9.5",
"psalm\/plugin-mockery": "^1.1",
"psalm\/plugin-phpunit": "^0.18.4",
"ramsey\/coding-standard": "^2.0.3",
"ramsey\/conventional-commits": "^1.3",
"vimeo\/psalm": "^5.4"
},
"time": "2022-12-27T19:12:24+00:00",
"type": "library",
"extra": {
"captainhook": {
"force-install": true
},
"ramsey\/conventional-commits": {
"configFile": "conventional-commits.json"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Ramsey\\Collection\\": "src\/"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https:\/\/benramsey.com"
}
],
"description": "A PHP library for representing and manipulating collections.",
"keywords": [
"array",
"collection",
"hash",
"map",
"queue",
"set"
],
"support": {
"issues": "https:\/\/github.com\/ramsey\/collection\/issues",
"source": "https:\/\/github.com\/ramsey\/collection\/tree\/1.3.0"
},
"funding": [
{
"url": "https:\/\/github.com\/ramsey",
"type": "github"
},
{
"url": "https:\/\/tidelift.com\/funding\/github\/packagist\/ramsey\/collection",
"type": "tidelift"
}
],
"install-path": "..\/ramsey\/collection"
},
{
"name": "ramsey\/uuid",
"version": "4.2.3",
"version_normalized": "4.2.3.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/ramsey\/uuid.git",
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/ramsey\/uuid\/zipball\/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
"shasum": ""
},
"require": {
"brick\/math": "^0.8 || ^0.9",
"ext-json": "*",
"php": "^7.2 || ^8.0",
"ramsey\/collection": "^1.0",
"symfony\/polyfill-ctype": "^1.8",
"symfony\/polyfill-php80": "^1.14"
},
"replace": {
"rhumsaa\/uuid": "self.version"
},
"require-dev": {
"captainhook\/captainhook": "^5.10",
"captainhook\/plugin-composer": "^5.3",
"dealerdirect\/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine\/annotations": "^1.8",
"ergebnis\/composer-normalize": "^2.15",
"mockery\/mockery": "^1.3",
"moontoast\/math": "^1.1",
"paragonie\/random-lib": "^2",
"php-mock\/php-mock": "^2.2",
"php-mock\/php-mock-mockery": "^1.3",
"php-parallel-lint\/php-parallel-lint": "^1.1",
"phpbench\/phpbench": "^1.0",
"phpstan\/extension-installer": "^1.0",
"phpstan\/phpstan": "^0.12",
"phpstan\/phpstan-mockery": "^0.12",
"phpstan\/phpstan-phpunit": "^0.12",
"phpunit\/phpunit": "^8.5 || ^9",
"slevomat\/coding-standard": "^7.0",
"squizlabs\/php_codesniffer": "^3.5",
"vimeo\/psalm": "^4.9"
},
"suggest": {
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
"ext-ctype": "Enables faster processing of character classification using ctype functions.",
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
"paragonie\/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"ramsey\/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"time": "2021-09-25T23:10:38+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
},
"captainhook": {
"force-install": true
}
},
"installation-source": "dist",
"autoload": {
"files": [
"src\/functions.php"
],
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Ramsey\\Uuid\\": "src\/"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
"keywords": [
"guid",
"identifier",
"uuid"
],
"support": {
"issues": "https:\/\/github.com\/ramsey\/uuid\/issues",
"source": "https:\/\/github.com\/ramsey\/uuid\/tree\/4.2.3"
},
"funding": [
{
"url": "https:\/\/github.com\/ramsey",
"type": "github"
},
{
"url": "https:\/\/tidelift.com\/funding\/github\/packagist\/ramsey\/uuid",
"type": "tidelift"
}
],
"install-path": "..\/ramsey\/uuid"
},
{
"name": "rize\/uri-template",
"version": "0.3.8",
"version_normalized": "0.3.8.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/rize\/UriTemplate.git",
"reference": "34a5b96d0b65a5dddb7d20f09b6527a43faede24"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/rize\/UriTemplate\/zipball\/34a5b96d0b65a5dddb7d20f09b6527a43faede24",
"reference": "34a5b96d0b65a5dddb7d20f09b6527a43faede24",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit\/phpunit": "~4.8.36"
},
"time": "2024-08-30T07:09:40+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Rize\\": "src\/Rize"
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marut K",
"homepage": "http:\/\/twitter.com\/rezigned"
}
],
"description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
"keywords": [
"RFC 6570",
"template",
"uri"
],
"support": {
"issues": "https:\/\/github.com\/rize\/UriTemplate\/issues",
"source": "https:\/\/github.com\/rize\/UriTemplate\/tree\/0.3.8"
},
"funding": [
{
"url": "https:\/\/www.paypal.me\/rezigned",
"type": "custom"
},
{
"url": "https:\/\/github.com\/rezigned",
"type": "github"
},
{
"url": "https:\/\/opencollective.com\/rize-uri-template",
"type": "open_collective"
}
],
"install-path": "..\/rize\/uri-template"
},
{
"name": "symfony\/deprecation-contracts",
"version": "v2.5.3",
"version_normalized": "2.5.3.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/symfony\/deprecation-contracts.git",
"reference": "80d075412b557d41002320b96a096ca65aa2c98d"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/80d075412b557d41002320b96a096ca65aa2c98d",
"reference": "80d075412b557d41002320b96a096ca65aa2c98d",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"time": "2023-01-24T14:02:46+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony\/contracts",
"url": "https:\/\/github.com\/symfony\/contracts"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https:\/\/symfony.com\/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https:\/\/symfony.com",
"support": {
"source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v2.5.3"
},
"funding": [
{
"url": "https:\/\/symfony.com\/sponsor",
"type": "custom"
},
{
"url": "https:\/\/github.com\/fabpot",
"type": "github"
},
{
"url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
"type": "tidelift"
}
],
"install-path": "..\/symfony\/deprecation-contracts"
},
{
"name": "symfony\/polyfill-ctype",
"version": "v1.31.0",
"version_normalized": "1.31.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/symfony\/polyfill-ctype.git",
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-ctype\/zipball\/a3cc8b044a6ea513310cbd48ef7333b384945638",
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
},
"time": "2024-09-09T11:45:10+00:00",
"type": "library",
"extra": {
"thanks": {
"name": "symfony\/polyfill",
"url": "https:\/\/github.com\/symfony\/polyfill"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Symfony\\Polyfill\\Ctype\\": ""
}
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https:\/\/symfony.com\/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https:\/\/symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
"source": "https:\/\/github.com\/symfony\/polyfill-ctype\/tree\/v1.31.0"
},
"funding": [
{
"url": "https:\/\/symfony.com\/sponsor",
"type": "custom"
},
{
"url": "https:\/\/github.com\/fabpot",
"type": "github"
},
{
"url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
"type": "tidelift"
}
],
"install-path": "..\/symfony\/polyfill-ctype"
},
{
"name": "symfony\/polyfill-php80",
"version": "v1.31.0",
"version_normalized": "1.31.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/symfony\/polyfill-php80.git",
"reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php80\/zipball\/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
"reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"time": "2024-09-09T11:45:10+00:00",
"type": "library",
"extra": {
"thanks": {
"name": "symfony\/polyfill",
"url": "https:\/\/github.com\/symfony\/polyfill"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources\/stubs"
]
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https:\/\/symfony.com\/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https:\/\/symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https:\/\/github.com\/symfony\/polyfill-php80\/tree\/v1.31.0"
},
"funding": [
{
"url": "https:\/\/symfony.com\/sponsor",
"type": "custom"
},
{
"url": "https:\/\/github.com\/fabpot",
"type": "github"
},
{
"url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
"type": "tidelift"
}
],
"install-path": "..\/symfony\/polyfill-php80"
},
{
"name": "symfony\/polyfill-php81",
"version": "v1.31.0",
"version_normalized": "1.31.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/symfony\/polyfill-php81.git",
"reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php81\/zipball\/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
"reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"time": "2024-09-09T11:45:10+00:00",
"type": "library",
"extra": {
"thanks": {
"name": "symfony\/polyfill",
"url": "https:\/\/github.com\/symfony\/polyfill"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"DeliciousBrains\\WP_Offload_Media\\Gcp\\Symfony\\Polyfill\\Php81\\": ""
},
"classmap": [
"Resources\/stubs"
]
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https:\/\/symfony.com\/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https:\/\/symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https:\/\/github.com\/symfony\/polyfill-php81\/tree\/v1.31.0"
},
"funding": [
{
"url": "https:\/\/symfony.com\/sponsor",
"type": "custom"
},
{
"url": "https:\/\/github.com\/fabpot",
"type": "github"
},
{
"url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
"type": "tidelift"
}
],
"install-path": "..\/symfony\/polyfill-php81"
}
],
"dev": true,
"dev-package-names": []
}