HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //home/slfopp7cb1df/public_html/home/wp-content/plugins/mailoptin/src/core/composer.json
{
  "name": "mailoptin/core",
  "description": "Core lib for MailOptin",
  "type": "wordpress-plugin",
  "require": {
    "composer/installers": "~1.0",
    "soundasleep/html2text": "~0.5",
    "pelago/emogrifier": "3.1.0",
    "league/csv": "9.5.0",
    "collizo4sky/persist-admin-notices-dismissal": "^1.3",
    "nesbot/carbon": "^1.32",
    "symfony/polyfill-mbstring": "1.19.0"
  },
  "_comment": "our league/csv version requires 7.0.10 and higher. explicitly requiring symfony/polyfill-mbstring 1.19.0 because wp.org svn linter doesn't support PHP 8 and fails to parse https://github.com/symfony/polyfill/blob/main/src/Mbstring/bootstrap80.php",
  "autoload": {
    "psr-4": {
      "MailOptin\\Core\\": "src/"
    },
    "files": [
      "src/Functions/custom-settings-api.php",
      "src/Functions/functions.php",
      "src/Functions/php-html-css-js-minifier.php"
    ]
  },
  "autoload-dev": {
    "psr-4": {
      "MailOptin\\Tests\\Core\\": "tests/"
    }
  },
  "config": {
    "platform": {
      "php": "7.0.10"
    }
  },
  "scripts": {
    "test": "phpunit"
  }
}