OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
google
/
cloud-storage
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:32:56 AM
rwxr-xr-x
📁
.git
-
08/12/2024 10:34:59 AM
rwxr-xr-x
📄
.gitattributes
73 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📁
.github
-
08/12/2024 10:33:13 AM
rwxr-xr-x
📄
CODE_OF_CONDUCT.md
1.97 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
CONTRIBUTING.md
522 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
LICENSE
11.29 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
README.md
2.74 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
SECURITY.md
336 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
VERSION
8 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
composer.json
1.35 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
phpunit-conformance.xml.dist
550 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
phpunit-snippets.xml.dist
604 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
phpunit-system.xml.dist
600 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
phpunit.xml.dist
536 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:51 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:33:53 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "google/cloud-storage", "description": "Cloud Storage Client for PHP", "license": "Apache-2.0", "minimum-stability": "stable", "require": { "php": "^8.0", "google/cloud-core": "^1.55", "ramsey/uuid": "^4.2.3" }, "require-dev": { "phpunit/phpunit": "^9.0", "phpspec/prophecy-phpunit": "^2.0", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection": "^5.3.3", "phpdocumentor/reflection-docblock": "^5.3", "erusev/parsedown": "^1.6", "phpseclib/phpseclib": "^2.0||^3.0", "google/cloud-pubsub": "^2.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" } } }