![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/vendor/league/flysystem/ |
{ "name": "league/flysystem", "description": "File storage abstraction for PHP", "keywords": [ "filesystem", "filesystems", "files", "storage", "aws", "s3", "ftp", "sftp", "webdav", "file", "cloud" ], "scripts": { "phpstan": "vendor/bin/phpstan analyse -l 6 src" }, "type": "library", "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "League\\Flysystem\\": "src" } }, "require": { "php": "^7.2 || ^8.0", "ext-json": "*", "league/mime-type-detection": "^1.0.0" }, "require-dev": { "ext-fileinfo": "*", "ext-ftp": "*", "phpunit/phpunit": "^8.5 || ^9.4", "phpstan/phpstan": "^0.12.26", "phpseclib/phpseclib": "^2.0", "aws/aws-sdk-php": "^3.132.4", "composer/semver": "^3.0", "friendsofphp/php-cs-fixer": "^3.2", "google/cloud-storage": "^1.23", "async-aws/s3": "^1.5", "async-aws/simple-s3": "^1.0", "sabre/dav": "^4.1" }, "conflict": { "guzzlehttp/ringphp": "<1.1.1" }, "license": "MIT", "authors": [ { "name": "Frank de Jonge", "email": "[email protected]" } ] }