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/moneyphp/money/composer.json
{
    "name": "moneyphp/money",
    "description": "PHP implementation of Fowler's Money pattern",
    "keywords": [
        "money",
        "vo",
        "value object"
    ],
    "homepage": "http://moneyphp.org",
    "license": "MIT",
    "authors": [
        {
            "name": "Mathias Verraes",
            "email": "mathias@verraes.net",
            "homepage": "http://verraes.net"
        },
        {
            "name": "Márk Sági-Kazár",
            "email": "mark.sagikazar@gmail.com"
        },
        {
            "name": "Frederik Bosch",
            "email": "f.bosch@genkgo.nl"
        }
    ],
    "require": {
        "php": ">=5.6",
        "ext-json": "*"
    },
    "require-dev": {
        "ext-bcmath": "*",
        "ext-gmp": "*",
        "ext-intl": "*",
        "cache/taggable-cache": "^0.4.0",
        "doctrine/instantiator": "^1.0.5",
        "florianv/exchanger": "^1.0",
        "florianv/swap": "^3.0",
        "friends-of-phpspec/phpspec-code-coverage": "^3.1.1 || ^4.3",
        "moneyphp/iso-currencies": "^3.2.1",
        "php-http/message": "^1.4",
        "php-http/mock-client": "^1.0.0",
        "phpspec/phpspec": "^3.4.3",
        "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5",
        "psr/cache": "^1.0",
        "symfony/phpunit-bridge": "^4"
    },
    "suggest": {
        "ext-bcmath": "Calculate without integer limits",
        "ext-gmp": "Calculate without integer limits",
        "ext-intl": "Format Money objects with intl",
        "florianv/exchanger": "Exchange rates library for PHP",
        "florianv/swap": "Exchange rates library for PHP",
        "psr/cache-implementation": "Used for Currency caching"
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "branch-alias": {
            "dev-master": "3.x-dev"
        }
    },
    "autoload": {
        "psr-4": {
            "Money\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\Money\\": "tests/",
            "spec\\Money\\": "spec/"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "scripts": {
        "clean": "rm -rf build/ vendor/",
        "test": [
            "vendor/bin/phpspec run",
            "vendor/bin/phpunit -v"
        ],
        "test-coverage": [
            "vendor/bin/phpspec run -c phpspec.ci.yml",
            "vendor/bin/phpunit -v --coverage-text --coverage-clover=build/unit_coverage.xml"
        ],
        "update-currencies": [
            "cp vendor/moneyphp/iso-currencies/resources/current.php resources/currency.php",
            "php resources/generate-money-factory.php"
        ]
    }
}