Server IP : 184.154.167.98 / Your IP : 18.191.147.146 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/tampico1900/apps/files_external/3rdparty/icewind/smb/ |
Upload File : |
{ "name": "icewind/smb", "description": "php wrapper for smbclient and libsmbclient-php", "license": "MIT", "authors": [ { "name": "Robin Appelman", "email": "icewind@owncloud.com" } ], "require": { "php": ">=7.2", "icewind/streams": ">=0.7.3" }, "require-dev": { "phpunit/phpunit": "^8.5|^9.3.8", "friendsofphp/php-cs-fixer": "^2.16", "phpstan/phpstan": "^0.12.57", "psalm/phar": "^4.3" }, "autoload": { "psr-4": { "Icewind\\SMB\\": "src/" } }, "autoload-dev": { "psr-4": { "Icewind\\SMB\\Test\\": "tests/" } }, "scripts": { "lint": "parallel-lint --exclude src --exclude vendor --exclude target --exclude build .", "cs:check": "php-cs-fixer fix --dry-run --diff", "cs:fix": "php-cs-fixer fix", "psalm": "psalm.phar" } }