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/mm.paycheckc.com/composer.lock
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "826af45fcb3fd98012b83fa69ab58431",
    "packages": [
        {
            "name": "electrolinux/phpquery",
            "version": "0.9.7",
            "source": {
                "type": "git",
                "url": "https://github.com/electrolinux/phpquery.git",
                "reference": "90029e2acffebebdb6e309509c778fe34e8028ba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/90029e2acffebebdb6e309509c778fe34e8028ba",
                "reference": "90029e2acffebebdb6e309509c778fe34e8028ba",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "phpQuery/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "didier Belot",
                    "homepage": "https://github.com/electrolinux/phpquery",
                    "role": "Packager, maintainer"
                },
                {
                    "name": "Tobiasz Cudnik",
                    "email": "tobiasz.cudnik@gmail.com",
                    "homepage": "https://github.com/TobiaszCudnik",
                    "role": "Developer"
                }
            ],
            "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
            "homepage": "http://code.google.com/p/phpquery/",
            "support": {
                "source": "https://github.com/electrolinux/phpquery/tree/0.9.7"
            },
            "time": "2023-05-02T18:27:16+00:00"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.18.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "cb56001e54359df7ae76dc522d08845dc741621b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b",
                "reference": "cb56001e54359df7ae76dc522d08845dc741621b",
                "shasum": ""
            },
            "require": {
                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
            },
            "require-dev": {
                "cerdic/css-tidy": "^1.7 || ^2.0",
                "simpletest/simpletest": "dev-master"
            },
            "suggest": {
                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
                "ext-bcmath": "Used for unit conversion and imagecrash protection",
                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
                "ext-tidy": "Used for pretty-printing HTML"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "library/HTMLPurifier.composer.php"
                ],
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "exclude-from-classmap": [
                    "/library/HTMLPurifier/Language/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Edward Z. Yang",
                    "email": "admin@htmlpurifier.org",
                    "homepage": "http://ezyang.com"
                }
            ],
            "description": "Standards compliant HTML filter written in PHP",
            "homepage": "http://htmlpurifier.org/",
            "keywords": [
                "html"
            ],
            "support": {
                "issues": "https://github.com/ezyang/htmlpurifier/issues",
                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0"
            },
            "time": "2024-11-01T03:51:45+00:00"
        },
        {
            "name": "mindplay/annotations",
            "version": "1.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/php-annotations/php-annotations.git",
                "reference": "6d5bfc47218cb013b0b3026374c6ffb0b1cad989"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-annotations/php-annotations/zipball/6d5bfc47218cb013b0b3026374c6ffb0b1cad989",
                "reference": "6d5bfc47218cb013b0b3026374c6ffb0b1cad989",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/php-code-coverage": "~1.2.1",
                "phpunit/php-file-iterator": ">=1.3.0@stable <2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "mindplay\\annotations\\": "src\\annotations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0+"
            ],
            "authors": [
                {
                    "name": "Rasmus Schultz",
                    "email": "rasmus@mindplay.dk"
                }
            ],
            "description": "Industrial-strength annotations for PHP",
            "homepage": "http://blog.mindplay.dk/",
            "keywords": [
                "annotations",
                "framework"
            ],
            "support": {
                "issues": "https://github.com/php-annotations/php-annotations/issues",
                "source": "https://github.com/php-annotations/php-annotations/tree/1.3.4"
            },
            "time": "2024-02-17T16:21:25+00:00"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v6.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144",
                "reference": "bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "doctrine/annotations": "^1.2.6 || ^1.13.3",
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                "phpcompatibility/php-compatibility": "^9.3.5",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.7.2",
                "yoast/phpunit-polyfills": "^1.0.4"
            },
            "suggest": {
                "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                "psr/log": "For optional PSR-3 debug logging",
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPMailer\\PHPMailer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-only"
            ],
            "authors": [
                {
                    "name": "Marcus Bointon",
                    "email": "phpmailer@synchromedia.co.uk"
                },
                {
                    "name": "Jim Jagielski",
                    "email": "jimjag@gmail.com"
                },
                {
                    "name": "Andy Prevost",
                    "email": "codeworxtech@users.sourceforge.net"
                },
                {
                    "name": "Brent R. Matzelle"
                }
            ],
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
            "support": {
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.10.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Synchro",
                    "type": "github"
                }
            ],
            "time": "2025-04-24T15:19:31+00:00"
        },
        {
            "name": "thinkcmf/cmf",
            "version": "v5.1.12",
            "source": {
                "type": "git",
                "url": "https://github.com/thinkcmf/cmf-core.git",
                "reference": "93fbca5a895bb5d59e18afc4b12831b9c55c0978"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thinkcmf/cmf-core/zipball/93fbca5a895bb5d59e18afc4b12831b9c55c0978",
                "reference": "93fbca5a895bb5d59e18afc4b12831b9c55c0978",
                "shasum": ""
            },
            "require": {
                "electrolinux/phpquery": "^0.9.6",
                "ezyang/htmlpurifier": "^4.9",
                "mindplay/annotations": "^1.3",
                "phpmailer/phpmailer": "~6.0",
                "thinkcmf/cmf-extend": "~5.1.0",
                "topthink/framework": "~5.1.0",
                "topthink/think-captcha": "^2.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/common.php"
                ],
                "psr-4": {
                    "cmf\\": "src"
                },
                "classmap": [
                    "src/App.php",
                    "src/Log.php",
                    "src/route/dispatch/Module.php",
                    "src/facade/Db.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "catman",
                    "email": "catman@thinkcmf.com"
                }
            ],
            "description": "The ThinkCMF Core Package",
            "support": {
                "issues": "https://github.com/thinkcmf/cmf-core/issues",
                "source": "https://github.com/thinkcmf/cmf-core/tree/v5.1.12"
            },
            "time": "2021-02-11T04:34:43+00:00"
        },
        {
            "name": "thinkcmf/cmf-api",
            "version": "v5.1.7",
            "source": {
                "type": "git",
                "url": "https://github.com/thinkcmf/cmf-api.git",
                "reference": "40ee22857e2092d66e655c8890e330440b475875"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thinkcmf/cmf-api/zipball/40ee22857e2092d66e655c8890e330440b475875",
                "reference": "40ee22857e2092d66e655c8890e330440b475875",
                "shasum": ""
            },
            "require": {
                "thinkcmf/cmf": "~5.1.0"
            },
            "type": "library",
            "autoload": {
                "files": [],
                "psr-4": {
                    "api\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "catman",
                    "email": "catman@thinkcmf.com"
                }
            ],
            "description": "The ThinkCMF 5.1 Core Api Package",
            "support": {
                "issues": "https://github.com/thinkcmf/cmf-api/issues",
                "source": "https://github.com/thinkcmf/cmf-api/tree/v5.1.7"
            },
            "time": "2021-02-11T04:39:11+00:00"
        },
        {
            "name": "thinkcmf/cmf-app",
            "version": "v5.1.8",
            "source": {
                "type": "git",
                "url": "https://github.com/thinkcmf/cmf-app.git",
                "reference": "deb25bef27a33fd6f5d7becbacf8e330e1935ba3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thinkcmf/cmf-app/zipball/deb25bef27a33fd6f5d7becbacf8e330e1935ba3",
                "reference": "deb25bef27a33fd6f5d7becbacf8e330e1935ba3",
                "shasum": ""
            },
            "require": {
                "thinkcmf/cmf": "~5.1.0"
            },
            "type": "library",
            "autoload": {
                "files": [],
                "psr-4": {
                    "app\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "catman",
                    "email": "catman@thinkcmf.com"
                }
            ],
            "description": "The ThinkCMF App Package",
            "support": {
                "issues": "https://github.com/thinkcmf/cmf-app/issues",
                "source": "https://github.com/thinkcmf/cmf-app/tree/v5.1.8"
            },
            "time": "2021-09-12T20:53:01+00:00"
        },
        {
            "name": "thinkcmf/cmf-extend",
            "version": "v5.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/thinkcmf/cmf-extend.git",
                "reference": "bd4c7077792089cf573d0332e9e8a73a68135aab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thinkcmf/cmf-extend/zipball/bd4c7077792089cf573d0332e9e8a73a68135aab",
                "reference": "bd4c7077792089cf573d0332e9e8a73a68135aab",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "files": [],
                "psr-4": {
                    "dir\\": "src/dir",
                    "tree\\": "src/tree",
                    "wxapp\\": "src/wxapp"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "catman",
                    "email": "catman@thinkcmf.com"
                }
            ],
            "description": "The ThinkCMF extend Package",
            "support": {
                "issues": "https://github.com/thinkcmf/cmf-extend/issues",
                "source": "https://github.com/thinkcmf/cmf-extend/tree/v5.1.5"
            },
            "time": "2023-08-02T17:30:54+00:00"
        },
        {
            "name": "thinkcmf/cmf-install",
            "version": "v5.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/thinkcmf/cmf-install.git",
                "reference": "4d0064bbaa7ab87e0b0e1edecffcac30f2b18c93"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thinkcmf/cmf-install/zipball/4d0064bbaa7ab87e0b0e1edecffcac30f2b18c93",
                "reference": "4d0064bbaa7ab87e0b0e1edecffcac30f2b18c93",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "files": [],
                "psr-4": {
                    "app\\install\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "catman",
                    "email": "catman@thinkcmf.com"
                }
            ],
            "description": "The ThinkCMF Install Package",
            "support": {
                "issues": "https://github.com/thinkcmf/cmf-install/issues",
                "source": "https://github.com/thinkcmf/cmf-install/tree/v5.1.5"
            },
            "time": "2021-02-11T04:47:27+00:00"
        },
        {
            "name": "topthink/framework",
            "version": "v5.1.42",
            "source": {
                "type": "git",
                "url": "https://github.com/top-think/framework.git",
                "reference": "ecf1a90d397d821ce2df58f7d47e798c17eba3ad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/top-think/framework/zipball/ecf1a90d397d821ce2df58f7d47e798c17eba3ad",
                "reference": "ecf1a90d397d821ce2df58f7d47e798c17eba3ad",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0",
                "topthink/think-installer": "2.*"
            },
            "require-dev": {
                "johnkary/phpunit-speedtrap": "^1.0",
                "mikey179/vfsstream": "~1.6",
                "phpdocumentor/reflection-docblock": "^2.0",
                "phploc/phploc": "2.*",
                "phpunit/phpunit": "^5.0|^6.0",
                "sebastian/phpcpd": "2.*",
                "squizlabs/php_codesniffer": "2.*"
            },
            "type": "think-framework",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "liu21st",
                    "email": "liu21st@gmail.com"
                },
                {
                    "name": "yunwuxin",
                    "email": "448901948@qq.com"
                }
            ],
            "description": "the new thinkphp framework",
            "homepage": "http://thinkphp.cn/",
            "keywords": [
                "framework",
                "orm",
                "thinkphp"
            ],
            "support": {
                "issues": "https://github.com/top-think/framework/issues",
                "source": "https://github.com/top-think/framework/tree/v5.1.42"
            },
            "time": "2022-10-25T15:04:49+00:00"
        },
        {
            "name": "topthink/think-captcha",
            "version": "v2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/top-think/think-captcha.git",
                "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/top-think/think-captcha/zipball/54c8a51552f99ff9ea89ea9c272383a8f738ceee",
                "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee",
                "shasum": ""
            },
            "require": {
                "topthink/framework": "5.1.*"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/helper.php"
                ],
                "psr-4": {
                    "think\\captcha\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "yunwuxin",
                    "email": "448901948@qq.com"
                }
            ],
            "description": "captcha package for thinkphp5",
            "support": {
                "issues": "https://github.com/top-think/think-captcha/issues",
                "source": "https://github.com/top-think/think-captcha/tree/2.0"
            },
            "time": "2017-12-31T16:37:49+00:00"
        },
        {
            "name": "topthink/think-helper",
            "version": "v1.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/top-think/think-helper.git",
                "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/top-think/think-helper/zipball/5f92178606c8ce131d36b37a57c58eb71e55f019",
                "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/helper.php"
                ],
                "psr-4": {
                    "think\\helper\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "yunwuxin",
                    "email": "448901948@qq.com"
                }
            ],
            "description": "The ThinkPHP5 Helper Package",
            "support": {
                "issues": "https://github.com/top-think/think-helper/issues",
                "source": "https://github.com/top-think/think-helper/tree/master"
            },
            "time": "2018-10-05T00:43:21+00:00"
        },
        {
            "name": "topthink/think-image",
            "version": "v1.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/top-think/think-image.git",
                "reference": "d1d748cbb2fe2f29fca6138cf96cb8b5113892f1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/top-think/think-image/zipball/d1d748cbb2fe2f29fca6138cf96cb8b5113892f1",
                "reference": "d1d748cbb2fe2f29fca6138cf96cb8b5113892f1",
                "shasum": ""
            },
            "require": {
                "ext-gd": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "4.8.*",
                "topthink/framework": "^5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "think\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "yunwuxin",
                    "email": "448901948@qq.com"
                }
            ],
            "description": "The ThinkPHP5 Image Package",
            "support": {
                "issues": "https://github.com/top-think/think-image/issues",
                "source": "https://github.com/top-think/think-image/tree/v1.0.8"
            },
            "time": "2024-08-07T10:06:35+00:00"
        },
        {
            "name": "topthink/think-installer",
            "version": "v2.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/top-think/think-installer.git",
                "reference": "38ba647706e35d6704b5d370c06f8a160b635f88"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/top-think/think-installer/zipball/38ba647706e35d6704b5d370c06f8a160b635f88",
                "reference": "38ba647706e35d6704b5d370c06f8a160b635f88",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0||^2.0"
            },
            "require-dev": {
                "composer/composer": "^1.0||^2.0"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "think\\composer\\Plugin"
            },
            "autoload": {
                "psr-4": {
                    "think\\composer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "yunwuxin",
                    "email": "448901948@qq.com"
                }
            ],
            "support": {
                "issues": "https://github.com/top-think/think-installer/issues",
                "source": "https://github.com/top-think/think-installer/tree/v2.0.5"
            },
            "time": "2021-01-14T12:12:14+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.6.0",
        "ext-json": "*",
        "ext-curl": "*",
        "ext-pdo": "*"
    },
    "platform-dev": [],
    "plugin-api-version": "2.6.0"
}