HEX
Server: LiteSpeed
System: Linux s787.bom1.mysecurecloudhost.com 4.18.0-477.13.1.lve.el8.x86_64 #1 SMP Thu Jun 1 16:40:47 EDT 2023 x86_64
User: mobilech (5348)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/mobilech/nepalapplesupport.com/wp-content/plugins/wp-letsencrypt-ssl/composer.json
{
  "name": "wpencryption/wp-encryption",
  "description": "WordPress SSL Plugin",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "require": {
    "php": ">=5.6"
  },
  "require-dev": {
    "squizlabs/php_codesniffer": "*",
    "wp-coding-standards/wpcs": "*",
    "phpstan/phpstan": "*"
  },
  "autoload": {
    "psr-4": {
      "WPLEClient\\": "lib/"
    }
  },
  "scripts": {
    "test": "vendor/bin/phpunit --configuration phpunit.xml",
    "compatibility": "phpcs --standard=PHPCompatibility --extensions=php --runtime-set testVersion 7.0 classes admin lib",
    "cs-check": "vendor/bin/phpcs --standard=WordPress --extensions=php classes admin lib",
    "cs-fix": "vendor/bin/phpcbf --standard=WordPress --extensions=php classes admin lib",
    "stan": "vendor/bin/phpstan analyse -c phpstan.neon",
    "install-dev": "composer install --prefer-dist --optimize-autoloader --classmap-authoritative",
    "install-prod": "composer install --no-dev --prefer-dist --optimize-autoloader --classmap-authoritative"
  },
  "minimum-stability": "stable",
  "prefer-stable": true,
  "authors": [
    {
      "name": "WP Encryption",
      "homepage": "https://wpencryption.com"
    }
  ],
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}