HEX
Server: Apache
System: Linux efa57bbe-abb1-400d-2985-3b056fbc2701.secureserver.net 6.1.147-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 24 12:33:32 EDT 2025 x86_64
User: root (0)
PHP: 8.0.30.4
Disabled: NONE
Upload Files
File: //var/www/wp-content/mu-plugins/vendor/godaddy/mwc-core/scoped/composer.json
{
    "name": "godaddy/mwc-core-scoped",
    "description": "A package to hold scoped dependencies where their namespaces have been prefixed for MWC to avoid conflicts with other WP plugins using composer.",
    "minimum-stability": "dev",
    "require-dev": {
        "php": ">=7.4 <8.3",
        "humbug/php-scoper": "^0.18.2",
        "firebase/php-jwt": "^6.8.1"
    },
    "scripts": {
        "prefix-deps": [
            "composer prefix-php-jwt"
        ],
        "prefix-php-jwt": [
            "@php ./vendor/bin/php-scoper add-prefix --prefix='GoDaddy\\WordPress\\MWC\\Core\\Vendor' --output-dir=./packages/firebase/php-jwt --config=php-scoper/php-jwt.inc.php --force --quiet",
            "echo 'php-jwt package has been prefixed! Please commit changes in this folder.'"
        ]
    }
}