����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.222.185.243 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/bofirmacademy.com/vendor/ankitpokhrel/tus-php/ |
Upload File : |
{ "name": "ankitpokhrel/tus-php", "description": "A pure PHP server and client for the tus resumable upload protocol v1.0.0", "type": "library", "license": "MIT", "authors": [ { "name": "Ankit Pokhrel", "email": "hello@ankit.pl" } ], "require": { "php": "^7.2.5 || ^8.0", "ext-json": "*", "guzzlehttp/guzzle": "^6.3 || ^7.0", "nesbot/carbon": "^1.26.3 || ^2.0", "predis/predis": "^1.1 || ^2.0", "ramsey/uuid": "^3.7 || ^4.0", "symfony/console": "^5.0 || ^6.0", "symfony/event-dispatcher": "^5.0 || ^6.0", "symfony/http-foundation": "^5.0.7 || ^6.0", "symfony/mime": "^5.0.9 || ^6.0" }, "require-dev": { "ext-pcntl": "*", "friendsofphp/php-cs-fixer": "^3.0", "mockery/mockery": "^1.3.4 || ^1.4.2", "phpunit/phpunit": "^8.5.19 || ^9.4" }, "autoload": { "psr-4": { "TusPhp\\": "src/" } }, "autoload-dev": { "psr-4": { "TusPhp\\Test\\": "tests/" } }, "config": { "optimize-autoloader": true, "sort-packages": true }, "scripts": { "test": "xdebug disable && vendor/bin/phpunit", "test-coverage": "xdebug enable && vendor/bin/phpunit --coverage-html ./coverage" }, "bin": [ "bin/tus" ], "extra": { "branch-alias": { "dev-main": "2.3-dev" } } }