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/www.shooperm.com/vendor/omnipay/common/composer.json
{
    "name": "omnipay/common",
    "type": "library",
    "description": "Common components for Omnipay payment processing library",
    "keywords": [
        "gateway",
        "merchant",
        "omnipay",
        "pay",
        "payment",
        "purchase"
    ],
    "homepage": "https://github.com/thephpleague/omnipay-common",
    "license": "MIT",
    "authors": [
        {
            "name": "Adrian Macneil",
            "email": "adrian@adrianmacneil.com"
        },
        {
            "name": "Barry vd. Heuvel",
            "email": "barryvdh@gmail.com"
        },
        {
            "name": "Jason Judge",
            "email": "jason.judge@consil.co.uk"
        },
        {
            "name": "Del"
        },
        {
            "name": "Omnipay Contributors",
            "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
        }
    ],
    "autoload": {
        "psr-4": { "Omnipay\\Common\\" : "src/Common" },
        "classmap": ["src/Omnipay.php"]
    },
    "autoload-dev": {
        "psr-4": { "Omnipay\\Common\\" : "tests/Common" },
        "classmap": ["tests/OmnipayTest.php"]
    },
    "require": {
        "php": "^7.2|^8",
        "php-http/client-implementation": "^1",
        "php-http/message": "^1.5",
        "php-http/discovery": "^1.14",
        "symfony/http-foundation": "^2.1|^3|^4|^5",
        "moneyphp/money": "^3.1"
    },
    "require-dev": {
        "omnipay/tests": "^4.1",
        "php-http/mock-client": "^1",
        "php-http/guzzle7-adapter": "^1",
        "squizlabs/php_codesniffer": "^3.5"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "3.1.x-dev"
        }
    },
    "suggest": {
        "league/omnipay": "The default Omnipay package provides a default HTTP Adapter."
    },
    "scripts": {
        "test": "phpunit",
        "check-style": "phpcs -p --standard=PSR2 src/",
        "fix-style": "phpcbf -p --standard=PSR2 src/"
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}