HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/cs.wgegeghx.com/vendor/nelexa/zip/composer.json
{
    "name": "nelexa/zip",
    "type": "library",
    "description": "PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, ZipAlign tool, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.",
    "keywords": [
        "zip",
        "unzip",
        "archive",
        "extract",
        "winzip",
        "zipalign",
        "ziparchive"
    ],
    "homepage": "https://github.com/Ne-Lexa/php-zip",
    "license": "MIT",
    "authors": [
        {
            "name": "Ne-Lexa",
            "email": "alexey@nelexa.ru",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^5.5.9 || ^7.0",
        "ext-zlib": "*",
        "psr/http-message": "^1.0",
        "paragonie/random_compat": "*",
        "symfony/finder": "^3.0|^4.0|^5.0"
    },
    "require-dev": {
        "ext-bz2": "*",
        "ext-openssl": "*",
        "ext-fileinfo": "*",
        "ext-xml": "*",
        "guzzlehttp/psr7": "^1.6",
        "phpunit/phpunit": "^4.8|^5.7",
        "symfony/var-dumper": "^3.0|^4.0|^5.0"
    },
    "autoload": {
        "psr-4": {
            "PhpZip\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "PhpZip\\Tests\\": "tests/"
        }
    },
    "suggest": {
        "ext-openssl": "Needed to support encrypt zip entries or use ext-mcrypt",
        "ext-mcrypt": "Needed to support encrypt zip entries or use ext-openssl",
        "ext-bz2": "Needed to support BZIP2 compression",
        "ext-fileinfo": "Needed to get mime-type file"
    },
    "minimum-stability": "stable",
    "scripts": {
        "php:fix": "php .php_cs --force",
        "php:fix:debug": "php .php_cs"
    }
}