����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 18.188.152.124 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/mhetreramesh/flysystem-backblaze/ |
Upload File : |
{ "name": "mhetreramesh/flysystem-backblaze", "type": "library", "description": "Backblaze adapter for the flysystem filesystem abstraction library", "keywords": ["flysystem", "filesystem", "api", "backblaze", "client"], "homepage": "https://github.com/mhetreramesh/flysystem-backblaze", "license": "MIT", "authors": [ { "name": "Ramesh Mhetre", "email": "mhetreramesh@gmail.com", "homepage": "https://about.me/rameshmhetre", "role": "Developer" } ], "require": { "php": "^7.2", "league/flysystem": "~1.0", "gliterd/backblaze-b2": ">=1.5.0", "psr/http-message-implementation": "*", "mikey179/vfsstream": "*" }, "require-dev": { "phpunit/phpunit" : "~4.0||~5.0", "scrutinizer/ocular": "~1.1", "squizlabs/php_codesniffer": "~2.3" }, "autoload": { "psr-4": { "Mhetreramesh\\Flysystem\\": "src" } }, "autoload-dev": { "psr-4": { "Mhetreramesh\\Flysystem\\Tests\\": "tests" } }, "scripts": { "test": "phpunit", "format": "phpcbf --standard=psr2 src/" }, "config": { "sort-packages": true } }