HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/inventory.breadsecret.com/vendor/google/cloud-storage/composer.json
{
    "name": "google/cloud-storage",
    "description": "Cloud Storage Client for PHP",
    "license": "Apache-2.0",
    "minimum-stability": "stable",
    "require": {
        "google/cloud-core": "^1.43",
        "google/crc32": "^0.1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8|^5.0|^8.0",
        "yoast/phpunit-polyfills": "^1.0",
        "squizlabs/php_codesniffer": "2.*",
        "phpdocumentor/reflection": "^3.0",
        "erusev/parsedown": "^1.6",
        "phpseclib/phpseclib": "^2.0||^3.0",
        "google/cloud-pubsub": "^1.0"
    },
    "suggest": {
        "phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2.",
        "google/cloud-pubsub": "May be used to register a topic to receive bucket notifications."
    },
    "extra": {
        "component": {
            "id": "cloud-storage",
            "target": "googleapis/google-cloud-php-storage.git",
            "path": "Storage",
            "entry": "src/StorageClient.php"
        }
    },
    "autoload": {
        "psr-4": {
            "Google\\Cloud\\Storage\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Google\\Cloud\\Storage\\Tests\\": "tests"
        }
    }
}