HEX
Server: nginx/1.24.0
System: Linux localhost 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
User: www (1000)
PHP: 8.3.27
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/erp.nhatnamsst.com/vendor/laravel/prompts/composer.json
{
    "name": "laravel/prompts",
    "type": "library",
    "description": "Add beautiful and user-friendly forms to your command-line applications.",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Laravel\\Prompts\\": "src/"
        },
        "files": [
            "src/helpers.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "require": {
        "php": "^8.1",
        "ext-mbstring": "*",
        "composer-runtime-api": "^2.2",
        "symfony/console": "^6.2|^7.0"
    },
    "require-dev": {
        "illuminate/collections": "^10.0|^11.0|^12.0",
        "phpstan/phpstan": "^1.12.28",
        "pestphp/pest": "^2.3|^3.4|^4.0",
        "mockery/mockery": "^1.5",
        "phpstan/phpstan-mockery": "^1.1.3"
    },
    "conflict": {
        "illuminate/console": ">=10.17.0 <10.25.0",
        "laravel/framework": ">=10.17.0 <10.25.0"
    },
    "suggest": {
        "ext-pcntl": "Required for the spinner to be animated."
    },
    "config": {
        "audit": {
            "block-insecure": false
        },
        "allow-plugins": {
            "pestphp/pest-plugin": true
        }
    },
    "extra": {
        "branch-alias": {
            "dev-main": "0.3.x-dev"
        }
    },
    "prefer-stable": true,
    "minimum-stability": "dev"
}