File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pabloaso/www/wp-content/plugins/ithemes-security-pro/composer.json
{
  "name": "ithemes/ithemes-security-pro",
  "description": "Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.",
  "type": "wordpress-plugin",
  "require-dev": {
    "lucatume/wp-browser": "^2.4",
    "codeception/module-asserts": "^1.0",
    "codeception/module-phpbrowser": "^1.0",
    "codeception/module-webdriver": "^1.0",
    "codeception/module-db": "^1.0",
    "codeception/module-filesystem": "^1.0",
    "codeception/module-cli": "^1.0",
    "codeception/util-universalframework": "^1.0",
    "rawr/cross-data-providers": "^1.0",
    "ext-curl": "*",
    "ext-json": "*",
    "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
    "phpcompatibility/phpcompatibility-wp": "*"
  },
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "Timothy Jacobs",
      "email": "timothy@ithemes.com"
    },
    {
      "name": "Chris Jean",
      "email": "chris@ithemes.com"
    }
  ],
  "minimum-stability": "stable",
  "require": {
    "php": "^5.4 | ^7.0 | ^8.0",
    "wikimedia/composer-merge-plugin": "^1.4"
  },
  "autoload": {
    "classmap": [
      "pro/"
    ],
    "exclude-from-classmap": [
      "lib/itsec-zxcvbn-php"
    ]
  },
  "autoload-dev": {
    "files": [
      "tests/constants.php"
    ],
    "classmap": [
      "tests/_support",
      "tests/wpunit"
    ]
  },
  "config": {
    "platform": {
      "php": "7.0.0"
    }
  },
  "extra": {
    "merge-plugin": {
      "require": [
        "core/composer.json"
      ],
      "merge-dev": false
    }
  }
}